Searched refs:usz (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/usr.bin/truncate/
H A Dtruncate.c53 uint64_t usz; local
84 &usz) == -1 || (off_t)usz < 0)
89 -(off_t)usz : (off_t)usz;
/freebsd-13-stable/usr.sbin/trim/
H A Dtrim.c60 uint64_t usz; local
81 if (expand_number(optarg, &usz) == -1 ||
82 (off_t)usz < 0 || (usz == 0 && ch == 'l'))
88 offset = (off_t)usz;
90 length = (off_t)usz;
/freebsd-13-stable/sys/dev/virtio/random/
H A Dvirtio_random.c270 vtrnd_read(void *buf, unsigned usz) argument
280 sz = usz;
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip.c177 size_t blk, blkofs, usz; local
185 usz = sc->blksz - blkofs;
186 if (bp->bio_resid < usz)
187 usz = bp->bio_resid;
189 usz);
195 (intmax_t)usz));
197 bp->bio_completed += usz;
198 bp->bio_resid -= usz;
/freebsd-13-stable/contrib/jemalloc/src/
H A Dstats.c992 size_t sv, bsz, usz, ssz, sssz, cpsz; local
995 usz = sizeof(unsigned);
1052 OPT_WRITE(name, uv, usz, emitter_type_unsigned)
/freebsd-13-stable/sys/dev/qat/
H A Dqat_ae.c2959 int usz, end, start; local
3000 usz = QAT_AE(sc, ae).qae_effect_ustore_size;
3006 for (start = end + 1; start < usz; start++) {
3011 if (start >= usz)
3013 for (end = start + 1; end < usz; end++) {
3028 } while (end < usz);

Completed in 124 milliseconds