Searched refs:zsize (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/random/
H A Dunit_test.c176 size_t tid, zsize; local
203 zsize = block_deflate(buf, zbuf, i);
204 if (zsize < i)
214 for (j = 0; j < zsize; j++) {
216 if (j % 32 == 31 || j == zsize - 1)
/freebsd-current/lib/libc/resolv/
H A Dres_findzonecut.c106 *\li zsize - allocated size of zname
155 char *zname, size_t zsize, struct in_addr *addrs, int naddrs)
168 result = res_findzonecut2(statp, dname, class, opts, zname, zsize,
181 char *zname, size_t zsize, union res_sockaddr_union *addrs,
189 DPRINTF(("START dname='%s' class=%s, zsize=%ld, naddrs=%d",
190 dname, p_class(class), (long)zsize, naddrs));
198 if ((n = get_soa(statp, dname, class, opts, zname, zsize,
271 char *zname, size_t zsize, char *mname, size_t msize,
363 if (strlen(t) + 1 > zsize) {
365 (unsigned long)zsize,
154 res_findzonecut(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, struct in_addr *addrs, int naddrs) argument
180 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, union res_sockaddr_union *addrs, int naddrs) argument
270 get_soa(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, char *mname, size_t msize, rrset_ns *nsrrsp) argument
[all...]
/freebsd-current/sys/geom/uzip/
H A Dg_uzip.c228 size_t i, start_blk, end_blk, zsize; local
247 zsize = MIN(sc->blksz - start_blk_ofs, bp->bio_resid);
250 (uintmax_t)bp->bio_completed, (uintmax_t)zsize));
251 bzero(bp->bio_data + bp->bio_completed, zsize);
252 bp->bio_completed += zsize;
253 bp->bio_resid -= zsize;
254 ofs += zsize;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h1450 const size_t zsize = rr->rr_col[z].rc_size; local
1476 if (zsize < xsize) {
1515 if (zsize < xsize)
1516 raidz_copy(rr->rr_col[z].rc_abd, zabd, 0, zsize);
1522 if (zsize < xsize)
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_io.c328 off_t zsize; local
407 error = vn_getsize_locked(tmp->vp, &zsize, td->td_ucred);
411 if (zio->ipos >= zsize) {
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1687 size_t nentries = 0, nbundles = 0, start, zsize = 0, bundlesize; local
1885 zsize = zaggdata[i].dtahe_size;
1886 assert(zsize != 0);
1888 if ((zdata = dt_zalloc(dtp, zsize)) == NULL) {
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2334 int zsize, const char *zipfname)
2341 if (zsize < 0)
2342 zsize = sizefile(zipfname);
2350 if (zsize > ztmp->zw_fsize)
2360 ztmp->zw_fsize = zsize;
2333 save_zipwork(const struct conf_entry *ent, const struct sigwork_entry *swork, int zsize, const char *zipfname) argument
/freebsd-current/sys/vm/
H A Duma_core.c3121 size_t ksize, zsize, size; local
3135 zsize = sizeof(struct uma_zone) +
3138 zsize = roundup(zsize, UMA_SUPER_ALIGN);
3141 size = (zsize * 2) + ksize;
3149 m += zsize;
3151 m += zsize;
3165 zone_ctor(kegs, zsize, &args, M_WAITOK);
3168 args.size = zsize;
3176 zone_ctor(zones, zsize,
[all...]

Completed in 306 milliseconds