Searched refs:xargs (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v4.19/scripts/ |
D | tags.sh | 248 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
|
D | stackusage | 30 xargs perl -MFile::Basename -pe \
|
D | Makefile.modpost | 64 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
|
D | Makefile.headersinst | 91 | xargs \
|
/Linux-v4.19/tools/perf/trace/beauty/ |
D | vhost_virtio_ioctl.sh | 9 sort | xargs printf "\t[%s] = \"%s\",\n" 16 sort | xargs printf "\t[%s] = \"%s\",\n"
|
D | prctl_option.sh | 9 sort -n | xargs printf "\t[%s] = \"%s\",\n" 16 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
D | socket_ipproto.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n"
|
D | perf_ioctl.sh | 9 sort | xargs printf "\t[%s] = \"%s\",\n"
|
D | kcmp_type.sh | 9 xargs printf "\t[%s]\t= \"%s\",\n"
|
D | kvm_ioctl.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n"
|
D | madvise_behavior.sh | 9 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
D | pkey_alloc_access_rights.sh | 9 sort | xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n"
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 70 unsigned long xargs[6]; member 81 unsigned int xargs[6]; member 125 unsigned long xargs[6]; member
|
/Linux-v4.19/tools/lib/traceevent/ |
D | Makefile | 235 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/ |
D | Makefile | 131 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/ |
D | kprobe_module.tc | 13 FUNC=`grep -m 1 ".* t .*\\[$MOD\\]" /proc/kallsyms | xargs | cut -f3 -d" "`
|
D | probepoint.tc | 25 set_offs `grep -A1 -B1 ${TARGET_FUNC} /proc/kallsyms | cut -f 1 -d " " | xargs`
|
/Linux-v4.19/tools/power/acpi/ |
D | Makefile.rules | 34 -type f -print | xargs rm -f
|
/Linux-v4.19/tools/testing/selftests/powerpc/ |
D | Makefile | 72 find . -name '*.c' -o -name '*.h' | xargs ctags
|
/Linux-v4.19/tools/lib/api/ |
D | Makefile | 63 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
/Linux-v4.19/tools/lib/subcmd/ |
D | Makefile | 59 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
/Linux-v4.19/arch/um/ |
D | Makefile | 147 -o -name '*.gcov' \) -type f -print | xargs rm -f
|
/Linux-v4.19/ |
D | Makefile | 1149 $(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/ |
D | Makefile.perf | 721 $(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/ |
D | nfs4client.c | 1235 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