Searched refs:size_str (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_decompress.ksh | 82 size_str=$(sed -Ene 's/^.+ size=([^ ]+) .*$/\1/p' <<< "$output") 83 log_note "block size $size_str" 86 output=$(zdb -R $TESTPOOL $vdev:$offset:$size_str:d) 89 output=$(zdb -R $TESTPOOL $vdev:$offset:$size_str:dr) 92 output=$(zdb -R $TESTPOOL $vdev:$offset:$size_str:dr) 95 "zdb -R failed to decompress the data to the length (${#output} != $size_str)" 98 IFS=/ read -r lsize psize _ <<< "$size_str"
|
| H A D | zdb_decompress_zstd.ksh | 76 size_str=$(sed -Ene 's/^.+ size=([^ ]+) .*$/\1/p' <<< "$output") 78 IFS='/' read -r lsize psize _ <<<"$size_str" 85 log_note "block size $size_str" 101 output=$(ZDB_NO_ZLE="true" zdb -R $TESTPOOL $vdev:$offset:$size_str:dr 2> /dev/null)
|
| /freebsd/contrib/ofed/librdmacm/examples/ |
| H A D | udpong.c | 117 size_str(str, sizeof str, transfer_size); in show_perf() 121 size_str(str, sizeof str, bytes); in show_perf() 132 size_str(sstr, sizeof sstr, size); in init_latency_test() 143 size_str(sstr, sizeof sstr, size); in init_bandwidth_test()
|
| H A D | riostream.c | 111 size_str(str, sizeof str, transfer_size); in show_perf() 117 size_str(str, sizeof str, bytes); in show_perf() 128 size_str(sstr, sizeof sstr, size); in init_latency_test() 139 size_str(sstr, sizeof sstr, size); in init_bandwidth_test()
|
| H A D | rstream.c | 113 size_str(str, sizeof str, transfer_size); in show_perf() 119 size_str(str, sizeof str, bytes); in show_perf() 130 size_str(sstr, sizeof sstr, size); in init_latency_test() 141 size_str(sstr, sizeof sstr, size); in init_bandwidth_test()
|
| H A D | common.c | 76 void size_str(char *str, size_t ssize, long long size) in size_str() function
|
| H A D | common.h | 81 void size_str(char *str, size_t ssize, long long size);
|
| /freebsd/usr.bin/find/ |
| H A D | function.c | 1579 char *size_str; in c_size() local 1584 size_str = nextarg(option, argvp); in c_size() 1589 new->o_data = find_parsenum(new, option->name, size_str, &endch); in c_size() 1614 option->name, size_str); in c_size() 1619 option->name, size_str); in c_size()
|