Searched refs:size3 (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_netr.c169 unsigned short size3 = 0; local
193 size3 = size2 + sizeof (ndr_request_hdr_t) + sizeof (DWORD);
197 FIXUP_PDU_SIZE(netr_SamLogon, size3);
H A Dspoolss_svc.c1140 unsigned short size3 = 0; local
1164 size3 = size2 + sizeof (ndr_request_hdr_t) + sizeof (DWORD);
1168 FIXUP_PDU_SIZE(spoolss_RPC_V2_NOTIFY_INFO, size3);
1169 FIXUP_PDU_SIZE(spoolss_RFNPCNEX, size3);
1177 unsigned short size3 = 0; local
1195 size3 = size2 + sizeof (ndr_request_hdr_t) + sizeof (DWORD);
1199 FIXUP_PDU_SIZE(spoolss_GetPrinter, size3);
H A Dsamr_svc.c1906 unsigned short size3 = 0; local
1924 size3 = size2 + sizeof (ndr_request_hdr_t) + sizeof (DWORD);
1928 FIXUP_PDU_SIZE(samr_QueryAliasInfo, size3);
1936 unsigned short size3 = 0; local
1952 size3 = size2 + sizeof (ndr_request_hdr_t) + sizeof (DWORD);
1956 FIXUP_PDU_SIZE(samr_QueryUserInfo, size3);
H A Dlsar_svc.c1238 unsigned short size3 = 0; local
1266 size3 = size2 + sizeof (ndr_request_hdr_t) + sizeof (DWORD);
1270 FIXUP_PDU_SIZE(mslsa_QueryInfoPolicy, size3);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x386 typedef uint64 size3;
468 size3 size;
469 size3 used;
489 size3 size;
542 size3 size;
1083 size3 tbytes;
1084 size3 fbytes;
1085 size3 abytes;
1086 size3 tfiles;
1087 size3 ffile
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h375 /* Check that a size3 value is not overflowed */
1029 typedef uint64 size3; typedef
1149 size3 size;
1150 size3 used;
1186 size3 size;
1237 size3 size;
1947 size3 tbytes;
1948 size3 fbytes;
1949 size3 abytes;
1950 size3 tfile
[all...]
H A Dnfs_log.h349 size3 filesize;
373 size3 filesize;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c3766 resp->resok.tbytes = (size3)sb.f_frsize * (size3)sb.f_blocks;
3768 resp->resok.tbytes = (size3)sb.f_blocks;
3770 resp->resok.fbytes = (size3)sb.f_frsize * (size3)sb.f_bfree;
3772 resp->resok.fbytes = (size3)sb.f_bfree;
3774 resp->resok.abytes = (size3)sb.f_frsize * (size3)sb.f_bavail;
3776 resp->resok.abytes = (size3)sb.f_bavail;
3777 resp->resok.tfiles = (size3)s
[all...]
H A Dnfs3_vfsops.c1548 if (res.resok.tbytes == (size3)-1)
1554 if (res.resok.fbytes == (size3)-1)
1560 if (res.resok.abytes == (size3)-1)
H A Dnfs3_xdr.c578 size3 used;
790 ((used + (size3)DEV_BSIZE - (size3)1) /
791 (size3)DEV_BSIZE);
H A Dnfs_client.c1161 ((na->used + (size3)DEV_BSIZE - (size3)1) /
1162 (size3)DEV_BSIZE);
H A Dnfs_subr.c2056 sa->size.size = (size3)vap->va_size;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c37 static bool_t xdr_size3(XDR *, size3 *);
115 xdr_size3(XDR *xdrs, size3 *objp)

Completed in 314 milliseconds