Home
last modified time | relevance | path

Searched refs:abytes (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc.c309 int abytes = 0; in zallocstats() local
319 abytes += (char *)mn - (char *)mp->mp_Base; in zallocstats()
328 abytes += (char *)mn->mr_Next - in zallocstats()
334 abytes, fcount, hbytes); in zallocstats()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c965 int j, abytes, tbytes, tbits; in token_equal() local
970 abytes = IPV6_ABITS >> 3; in token_equal()
974 for (j = abytes - 1; j >= abytes - tbytes; j--) in token_equal()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c1564 if (res.resok.abytes == (size3)-1) in nfs3_statvfs()
1565 sbp->f_bavail = (fsblkcnt64_t)res.resok.abytes; in nfs3_statvfs()
1568 (res.resok.abytes / DEV_BSIZE); in nfs3_statvfs()
H A Dnfs3_srv.c3865 resp->resok.abytes = (size3)sb.f_frsize * (size3)sb.f_bavail; in rfs3_fsstat()
3867 resp->resok.abytes = (size3)sb.f_bavail; in rfs3_fsstat()
H A Dnfs3_xdr.c2555 if (!xdr_u_longlong_t(xdrs, &resokp->abytes)) in xdr_FSSTAT3res()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x1082 size3 abytes; member
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h2026 size3 abytes; member