| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | pre-regular-test.sh | 14 find ../load1.sh | xargs -i sed -i 's/ssvcfg.sh/ssvcfg1.sh/g' {} 15 find ../ssvcfg1.sh | xargs -i sed -i 's/sta.cfg/sta1.cfg/g' {} 16 find ../sta1.cfg | xargs -i sed -i 's/hw_cap_ampdu_rx = on/hw_cap_ampdu_rx = off/g' {} 17 find ../sta1.cfg | xargs -i sed -i 's/hw_cap_ampdu_tx = on/hw_cap_ampdu_tx = off/g' {}
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | mmap_flags.sh | 25 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 30 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 35 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 39 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 | mmap_prot.sh | 24 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n… 29 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
|
| /OK3568_Linux_fs/kernel/tools/memory-model/scripts/ |
| H A D | checkghlitmus.sh | 38 xargs -r egrep -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' | 39 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 44 xargs < $T/list-C -r egrep -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' > $T/list-C-result 45 xargs < $T/list-C-result -r grep -L "^P${LKMM_PROCS}" > $T/list-C-result-short
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | post-usb.sh | 13 find "$TARGET_DIR" -name "*adbd*" -print0 | xargs -0 rm -rf 72 } | xargs 88 "$TARGET_DIR/usr/lib" -name "*usbdevice*" -print0 | xargs -0 rm -rf 89 find "$TARGET_DIR/etc" -name ".usb_config" -print0 | xargs -0 rm -rf
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | 02-usb.sh | 13 find "$TARGET_DIR" -name "*adbd*" -print0 | xargs -0 rm -rf 72 } | xargs 88 "$TARGET_DIR/usr/lib" -name "*usbdevice*" -print0 | xargs -0 rm -rf 89 find "$TARGET_DIR/etc" -name ".usb_config" -print0 | xargs -0 rm -rf
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | tags.sh | 251 all_target_sources | xargs $1 -a \ 268 all_kconfigs | xargs $1 -a \ 276 all_target_sources | xargs $1 -a "${regex[@]}" 279 all_kconfigs | xargs $1 -a "${regex[@]}" 289 all_target_sources | xargs $1 -a
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/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"
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | toolchain-shar-relocate.sh | 1 if ! xargs --version > /dev/null 2>&1; then 57 done | xargs -n100 file | grep ":.*\(ASCII\|script\|source\).*text" | \ 63 xargs -n100 $SUDO_EXEC sed -i \
|
| /OK3568_Linux_fs/yocto/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`
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/ |
| H A D | Makefile | 172 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \ 177 find . -name '*.[ch]' | xargs etags \ 199 xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | mdev | 17 xargs -0 sort -u | \ 19 xargs -0 modprobe -abq
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | S10mdev | 17 xargs -0 sort -u | \ 19 xargs -0 modprobe -abq
|
| H A D | S02sysctl | 38 xargs -0 -r -n 1 readlink -f | { 55 xargs -0 -r -n 1 readlink -f | {
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-diff-machines.sh | 73 tmpdir=`echo $1 | sed -e 's#^--tmpdir=##' | xargs readlink -e` 114 [ -d ${tmpdir}/stamps/ ] && find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f 124 find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f 142 …t ${OUTPUT}/signatures.${MACHINE2}.${TASK} | sed 's#[^/]*/\([^/]*\)/.*#\1#g' | sort -u | xargs`; do
|
| /OK3568_Linux_fs/external/libmali/scripts/ |
| H A D | update_debian.sh | 5 TARGETS=$(echo ${@:-$(find lib -type f)} | xargs -n 1 | sed 's,^lib/,,' | sort) 6 echo $TARGETS | xargs -n 1 > debian/targets
|
| /OK3568_Linux_fs/buildroot/package/perl/ |
| H A D | perl.mk | 122 find $(TARGET_DIR)/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f 123 find $(TARGET_DIR)/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f 124 find $(TARGET_DIR)/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | S02sysctl | 38 xargs -0 -r -n 1 readlink -f | { 55 xargs -0 -r -n 1 readlink -f | {
|
| /OK3568_Linux_fs/buildroot/package/oem/ |
| H A D | oem.mk | 19 xargs -0 rm -f 24 xargs -0 rm -f
|