/freebsd/sys/dev/random/ |
H A D | unit_test.c | 176 size_t tid, zsize; in ReadCSPRNG() local 203 zsize = block_deflate(buf, zbuf, i); in ReadCSPRNG() 204 if (zsize < i) in ReadCSPRNG() 214 for (j = 0; j < zsize; j++) { in ReadCSPRNG() 216 if (j % 32 == 31 || j == zsize - 1) in ReadCSPRNG()
|
/freebsd/lib/libc/resolv/ |
H A D | res_findzonecut.c | 155 char *zname, size_t zsize, struct in_addr *addrs, int naddrs) in res_findzonecut() argument 168 result = res_findzonecut2(statp, dname, class, opts, zname, zsize, in res_findzonecut() 181 char *zname, size_t zsize, union res_sockaddr_union *addrs, in res_findzonecut2() argument 190 dname, p_class(class), (long)zsize, naddrs)); in res_findzonecut2() 198 if ((n = get_soa(statp, dname, class, opts, zname, zsize, in res_findzonecut2() 271 char *zname, size_t zsize, char *mname, size_t msize, in get_soa() argument 363 if (strlen(t) + 1 > zsize) { in get_soa() 365 (unsigned long)zsize, in get_soa()
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip.c | 228 size_t i, start_blk, end_blk, zsize; in g_uzip_request() local 247 zsize = MIN(sc->blksz - start_blk_ofs, bp->bio_resid); in g_uzip_request() 250 (uintmax_t)bp->bio_completed, (uintmax_t)zsize)); in g_uzip_request() 251 bzero(bp->bio_data + bp->bio_completed, zsize); in g_uzip_request() 252 bp->bio_completed += zsize; in g_uzip_request() 253 bp->bio_resid -= zsize; in g_uzip_request() 254 ofs += zsize; in g_uzip_request()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_io.c | 328 off_t zsize; in tarfs_zread_zstd() local 407 error = vn_getsize_locked(tmp->vp, &zsize, td->td_ucred); in tarfs_zread_zstd() 411 if (zio->ipos >= zsize) { in tarfs_zread_zstd()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_impl.h | 1450 const size_t zsize = rr->rr_col[z].rc_size; in raidz_reconstruct_pqr_impl() local 1476 if (zsize < xsize) { in raidz_reconstruct_pqr_impl() 1515 if (zsize < xsize) in raidz_reconstruct_pqr_impl() 1516 raidz_copy(rr->rr_col[z].rc_abd, zabd, 0, zsize); in raidz_reconstruct_pqr_impl() 1522 if (zsize < xsize) in raidz_reconstruct_pqr_impl()
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 2347 int zsize, const char *zipfname) in save_zipwork() argument 2354 if (zsize < 0) in save_zipwork() 2355 zsize = sizefile(zipfname); in save_zipwork() 2363 if (zsize > ztmp->zw_fsize) in save_zipwork() 2373 ztmp->zw_fsize = zsize; in save_zipwork()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 1689 size_t nentries = 0, nbundles = 0, start, zsize = 0, bundlesize; local 1887 zsize = zaggdata[i].dtahe_size; 1888 assert(zsize != 0); 1890 if ((zdata = dt_zalloc(dtp, zsize)) == NULL) {
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 3124 size_t ksize, zsize, size; in uma_startup1() local 3138 zsize = sizeof(struct uma_zone) + in uma_startup1() 3141 zsize = roundup(zsize, UMA_SUPER_ALIGN); in uma_startup1() 3144 size = (zsize * 2) + ksize; in uma_startup1() 3152 m += zsize; in uma_startup1() 3154 m += zsize; in uma_startup1() 3168 zone_ctor(kegs, zsize, &args, M_WAITOK); in uma_startup1() 3171 args.size = zsize; in uma_startup1() 3179 zone_ctor(zones, zsize, &args, M_WAITOK); in uma_startup1()
|