Home
last modified time | relevance | path

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 Dzdb_decompress.ksh82 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 Dzdb_decompress_zstd.ksh76 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 Dudpong.c117 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 Driostream.c111 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 Drstream.c113 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 Dcommon.c76 void size_str(char *str, size_t ssize, long long size) in size_str() function
H A Dcommon.h81 void size_str(char *str, size_t ssize, long long size);
/freebsd/usr.bin/find/
H A Dfunction.c1579 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()