| /f-stack/dpdk/devtools/ |
| H A D | check-abi-version.sh | 24 cut -d'.' -f 1) 42 version=$(echo $SYM | cut -d'-' -f 1) 43 symbol=$(echo $SYM | cut -d'-' -f 2)
|
| H A D | check-git-log.sh | 53 fixes=$(git log --format='%h %s' --reverse $range | grep -i ': *fix' | cut -d' ' -f1) 54 stablefixes=$($selfdir/git-log-fixes.sh $range | sed '/(N\/A)$/d' | cut -d' ' -f2) 80 drv=$(echo "$files" | grep '^drivers/' | cut -d "/" -f 2,3 | sort -u) 81 drvgrp=$(echo "$drv" | cut -d "/" -f 1 | uniq) 119 bad_word=$(echo $bad_line | cut -d":" -f2 | grep -io $word)
|
| H A D | test-meson-builds.sh | 249 build build-$(basename $f | tr '_' '-' | cut -d'-' -f-2) $f $use_shared 255 build build-$(basename $f | cut -d'-' -f-2) $f $use_shared
|
| H A D | git-log-fixes.sh | 53 cat VERSION | cut -d'.' -f-2
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
| H A D | zpool_trim_partial.ksh | 71 new_size=$(du -B1 "$LARGEFILE" | cut -f1) 83 new_size=$(du -B1 "$LARGEFILE" | cut -f1) 97 new_size=$(du -B1 "$LARGEFILE" | cut -f1) 110 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
|
| H A D | zpool_trim_verify_trimmed.ksh | 61 original_size=$(du -B1 "$LARGEFILE" | cut -f1) 69 new_size=$(du -B1 "$LARGEFILE" | cut -f1) 78 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | lsblk | 54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 70 size=$(du -h --apparent-size "$VDEV_UPATH" | cut -f 1)
|
| H A D | iostat | 14 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 75 val=$(echo "$vals" | cut -f "$i")
|
| H A D | smart | 68 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 193 type=$(echo "$out" | grep '^type=' | cut -d '=' -f 2)
|
| H A D | ses | 16 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
|
| /f-stack/freebsd/contrib/libsodium/test/ |
| H A D | constcheck.sh | 9 cut -d: -f2- | cut -d' ' -f2 | \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
| H A D | zpool_initialize_verify_initialized.ksh | 69 typeset offset=$(echo $offset_size | cut -d ' ' -f1) 70 typeset size=$(echo $offset_size | cut -d ' ' -f2)
|
| /f-stack/dpdk/buildtools/ |
| H A D | check-symbols.sh | 26 for SYM in `$LIST_SYMBOL -S EXPERIMENTAL $MAPFILE |cut -d ' ' -f 3` 58 for SYM in `$LIST_SYMBOL -S INTERNAL $MAPFILE |cut -d ' ' -f 3`
|
| /f-stack/freebsd/contrib/openzfs/contrib/bpftrace/ |
| H A D | zfs-trace.sh | 3 ZVER=$(cat /sys/module/zfs/version | cut -f 1 -d '-')
|
| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | 04_release_hash.sh | 2 SHA=$(curl -s http://download.redis.io/releases/redis-${1}.tar.gz | shasum -a 256 | cut -f 1 -d' ')
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | generate-emscripten-symbols.sh | 22 cut -d' ' -f3 | {
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_005_pos.ksh | 82 option=`echo "$option" | cut -f2 -d','`
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | zpool_add.kshlib | 107 dumpdev=`dumpadm | grep "$fnd" | cut -f2 -d : | \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_024_pos.ksh | 121 typeset uuid=$(uuidgen | cut -c1-13)
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | FREEBSD-upgrade | 12 cat .depend*.o | grep sys/contrib | cut -d' ' -f 3 |
|
| /f-stack/freebsd/contrib/device-tree/Bindings/c6x/ |
| H A D | clocks.txt | 4 This is a first-cut support for the SoC clock controllers. This is still
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/ |
| H A D | module-setup.sh.in | 59 pool=$(echo "$dev" | cut -d / -f 1)
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 61 Short cut to clear, unmount, reserve and mount.
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_lb.c | 264 uint16_t cut; in pf_get_sport() local 272 cut = arc4random() % (1 + high - low) + low; in pf_get_sport() 274 for (tmp = cut; tmp <= high && tmp <= 0xffff; ++tmp) { in pf_get_sport() 282 tmp = cut; in pf_get_sport()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | zfs-meta.m4 | 76 _release=$(echo ${_alias}|cut -f3- -d'-'|sed 's/-/_/g') 83 _release=$(echo ${_alias}|cut -f3- -d'-'|sed 's/-/_/g')
|