Searched refs:usz (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/truncate/ |
H A D | truncate.c | 55 uint64_t usz; in main() local 96 &usz) == -1 || (off_t)usz < 0) in main() 101 -(off_t)usz : (off_t)usz; in main() 105 if (expand_number(optarg, &usz) == -1 || in main() 106 (off_t)usz < 0) in main() 110 off = usz; in main() 113 if (expand_number(optarg, &usz) == -1 || in main() 114 (off_t)usz <= 0) in main() 118 len = usz; in main()
|
/freebsd/usr.sbin/trim/ |
H A D | trim.c | 58 uint64_t usz; in main() local 79 if (expand_number(optarg, &usz) == -1 || in main() 80 (off_t)usz < 0 || (usz == 0 && ch == 'l')) in main() 86 offset = (off_t)usz; in main() 88 length = (off_t)usz; in main()
|
/freebsd/sys/dev/psci/ |
H A D | smccc_trng.c | 109 trng_read(void *buf, unsigned usz) in trng_read() argument 115 len = usz; in trng_read()
|
/freebsd/sys/dev/qcom_rnd/ |
H A D | qcom_rnd.c | 215 qcom_rnd_read(void *buf, unsigned usz) in qcom_rnd_read() argument 225 sz = usz; in qcom_rnd_read()
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip.c | 175 size_t blk, blkofs, usz; in g_uzip_cached() local 183 usz = sc->blksz - blkofs; in g_uzip_cached() 184 if (bp->bio_resid < usz) in g_uzip_cached() 185 usz = bp->bio_resid; in g_uzip_cached() 187 usz); in g_uzip_cached() 193 (intmax_t)usz)); in g_uzip_cached() 195 bp->bio_completed += usz; in g_uzip_cached() 196 bp->bio_resid -= usz; in g_uzip_cached()
|
/freebsd/sys/dev/virtio/random/ |
H A D | virtio_random.c | 313 vtrnd_read(void *buf, unsigned usz) in vtrnd_read() argument 323 sz = usz; in vtrnd_read()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 2952 int usz, end, start; in qat_aefw_init_ustore() local 2993 usz = QAT_AE(sc, ae).qae_effect_ustore_size; in qat_aefw_init_ustore() 2999 for (start = end + 1; start < usz; start++) { in qat_aefw_init_ustore() 3004 if (start >= usz) in qat_aefw_init_ustore() 3006 for (end = start + 1; end < usz; end++) { in qat_aefw_init_ustore() 3021 } while (end < usz); in qat_aefw_init_ustore()
|
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 992 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local 995 usz = sizeof(unsigned); in stats_general_print() 1052 OPT_WRITE(name, uv, usz, emitter_type_unsigned) in stats_general_print()
|