/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mmap_flags.sh | 26 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 31 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 37 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 42 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n")
|
H A D | mount_flags.sh | 10 xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n" 14 xargs printf "\t[%s + 1] = \"%s\",\n"
|
H A D | vhost_virtio_ioctl.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n" 17 sort | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | prctl_option.sh | 10 sort -n | xargs printf "\t[%s] = \"%s\",\n" 17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | usbdevfs_ioctl.sh | 13 sort | xargs printf "\t[%s] = \"%s\",\n" 20 sort | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | socket.sh | 17 sort -n | xargs printf "\t[%s] = \"%s\",\n" 25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | mmap_prot.sh | 25 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n… 30 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
|
/openbmc/linux/scripts/ |
H A D | tags.sh | 110 } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) | 265 all_target_sources | xargs $1 -a \ 286 all_kconfigs | xargs $1 -a "${KCONFIG_ARGS[@]}" 292 all_target_sources | xargs $1 -a "${regex[@]}" 295 all_kconfigs | xargs $1 -a "${regex[@]}" 305 all_target_sources | xargs $1 -a
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | checkghlitmus.sh | 39 xargs -r grep -E -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' | 40 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 45 xargs < $T/list-C -r grep -E -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' > $T/list-C-result 46 xargs < $T/list-C-result -r grep -L "^P${LKMM_PROCS}" > $T/list-C-result-short
|
H A D | checklitmushist.sh | 41 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 42 xargs < $T/list-C-already -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
|
H A D | newlitmushist.sh | 42 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 47 xargs < $T/list-C-all -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | unicast_extensions.sh | 129 ip netns pids $foo_ns | xargs -r kill -9 130 ip netns pids $bar_ns | xargs -r kill -9 154 ip netns pids $foo_ns | xargs -r kill -9 155 ip netns pids $bar_ns | xargs -r kill -9 156 ip netns pids $router_ns | xargs -r kill -9
|
/openbmc/linux/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_msr.sh | 20 xargs printf "\t[%s] = \"%s\",\n" 30 xargs printf "\t[%s - x86_64_specific_MSRs_offset] = \"%s\",\n" 39 xargs printf "\t[%s - x86_AMD_V_KVM_MSRs_offset] = \"%s\",\n"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/ |
H A D | xorg-font-common.inc | 24 find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f 25 find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f 26 find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f 27 find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f
|
/openbmc/openbmc/poky/meta/files/ |
H A D | toolchain-shar-relocate.sh | 1 for cmd in xargs file; do 60 done | xargs -d '\n' -n100 file | \ 66 xargs -n100 $SUDO_EXEC sed -i \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0003-php-remove-host-specific-info-from-header-file.patch | 29 -UNAME=`uname -a | xargs` 30 +UNAME=`uname | xargs` 33 PHP_OS=`uname | xargs`
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | mdev | 17 xargs -0 sort -u | \ 19 xargs -0 modprobe -abq
|
/openbmc/btbridge/ |
H A D | bootstrap.sh | 11 test -d linux && find linux -type d -empty -print0 | xargs -0 -r rm -rf 13 find . -name "$file" -print0 | xargs -0 -r rm -rf
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | Makefile | 36 xargs -n200 -P$$(nproc) \ 41 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true 80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
|
/openbmc/phosphor-mboxd/ |
H A D | bootstrap.sh | 43 test -d linux && find linux -type d -empty | xargs -r rm -rf 45 find -name "$file" | xargs -r rm -rf
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-diff-machines.sh | 75 tmpdir=`echo $1 | sed -e 's#^--tmpdir=##' | xargs readlink -e` 116 [ -d ${tmpdir}/stamps/ ] && find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f 126 find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f 144 …t ${OUTPUT}/signatures.${MACHINE2}.${TASK} | sed 's#[^/]*/\([^/]*\)/.*#\1#g' | sort -u | xargs`; do
|
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | redundantosrelease | 33 firmware1=$(echo "${read_array[3]}" | xargs) 34 firmware2=$(echo "${read_array[4]}" | xargs)
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ptrace.h | 70 unsigned long xargs[6]; member 81 unsigned int xargs[6]; member 125 unsigned long xargs[6]; member
|
/openbmc/openbmc/poky/meta/recipes-extended/findutils/ |
H A D | findutils.inc | 1 SUMMARY = "find, locate, and xargs binaries" 15 ALTERNATIVE:${PN} = "find xargs"
|
/openbmc/qemu/rust/hw/char/pl011/ |
H A D | README.md | 29 | xargs printf -- '-p %s\n' \ 30 | xargs cargo doc --no-deps --document-private-items --target x86_64-unknown-linux-gnu
|