Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/scripts/
Dtags.sh248 all_target_sources | xargs $1 -a \
265 all_kconfigs | xargs $1 -a \
273 all_target_sources | xargs $1 -a "${regex[@]}"
276 all_kconfigs | xargs $1 -a "${regex[@]}"
286 all_target_sources | xargs $1 -a
Dstackusage30 xargs perl -MFile::Basename -pe \
DMakefile.modpost64 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
DMakefile.headersinst91 | xargs \
/Linux-v4.19/tools/perf/trace/beauty/
Dvhost_virtio_ioctl.sh9 sort | xargs printf "\t[%s] = \"%s\",\n"
16 sort | xargs printf "\t[%s] = \"%s\",\n"
Dprctl_option.sh9 sort -n | xargs printf "\t[%s] = \"%s\",\n"
16 sort -n | xargs printf "\t[%s] = \"%s\",\n"
Dsocket_ipproto.sh10 sort | xargs printf "\t[%s] = \"%s\",\n"
Dperf_ioctl.sh9 sort | xargs printf "\t[%s] = \"%s\",\n"
Dkcmp_type.sh9 xargs printf "\t[%s]\t= \"%s\",\n"
Dkvm_ioctl.sh10 sort | xargs printf "\t[%s] = \"%s\",\n"
Dmadvise_behavior.sh9 sort -n | xargs printf "\t[%s] = \"%s\",\n"
Dpkey_alloc_access_rights.sh9 sort | xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n"
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dptrace.h70 unsigned long xargs[6]; member
81 unsigned int xargs[6]; member
125 unsigned long xargs[6]; member
/Linux-v4.19/tools/lib/traceevent/
DMakefile235 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
240 find . -name '*.[ch]' | xargs etags \
262 xargs echo "U W w" | tr ' ' '\n' | sort -u | xargs echo`;\
/Linux-v4.19/tools/lib/lockdep/
DMakefile131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
136 find . -name '*.[ch]' | xargs etags \
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_module.tc13 FUNC=`grep -m 1 ".* t .*\\[$MOD\\]" /proc/kallsyms | xargs | cut -f3 -d" "`
Dprobepoint.tc25 set_offs `grep -A1 -B1 ${TARGET_FUNC} /proc/kallsyms | cut -f 1 -d " " | xargs`
/Linux-v4.19/tools/power/acpi/
DMakefile.rules34 -type f -print | xargs rm -f
/Linux-v4.19/tools/testing/selftests/powerpc/
DMakefile72 find . -name '*.c' -o -name '*.h' | xargs ctags
/Linux-v4.19/tools/lib/api/
DMakefile63 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/Linux-v4.19/tools/lib/subcmd/
DMakefile59 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/Linux-v4.19/arch/um/
DMakefile147 -o -name '*.gcov' \) -type f -print | xargs rm -f
/Linux-v4.19/
DMakefile1149 $(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \
1347 -type f -print | xargs rm -f
1576 -o -name '*.gcno' \) -type f -print | xargs rm -f
1594 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl
1599 | xargs $(PERL) -w $(srctree)/scripts/checkversion.pl
/Linux-v4.19/tools/perf/
DMakefile.perf721 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs etags -a $(TAG_FILES)
725 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs ctags -a $(TAG_FILES)
729 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
/Linux-v4.19/fs/nfs/
Dnfs4client.c1235 struct xprt_create xargs = { in nfs4_update_server() local
1247 error = rpc_switch_client_transport(clnt, &xargs, clnt->cl_timeout); in nfs4_update_server()

12