Searched refs:SIZEOF_STRUCT (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dmodel.h160 #define SIZEOF_STRUCT(struct_type, umodel) \ macro
205 #define SIZEOF_STRUCT(struct_type, umodel) sizeof (struct struct_type) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmodel.h151 #define SIZEOF_STRUCT(struct_type, umodel) \ macro
195 #define SIZEOF_STRUCT(struct_type, umodel) sizeof (struct struct_type) macro
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c299 copyin_size = SIZEOF_STRUCT(ifconf, iocp->ioc_flag);
312 copyin_size = SIZEOF_STRUCT(strbuf, iocp->ioc_flag);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c367 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(smbfs_args, DATAMODEL_NATIVE));
369 SIZEOF_STRUCT(smbfs_args, DATAMODEL_NATIVE))))
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c290 size_t ip6_asp_size = SIZEOF_STRUCT(ip6_asp, datamodel);
H A Drts.c1061 SIZEOF_STRUCT(strbuf, iocp->ioc_flag));
H A Dicmp.c4846 SIZEOF_STRUCT(strbuf, iocp->ioc_flag));
H A Dip_if.c9116 copyin_size = SIZEOF_STRUCT(ifconf,
9125 copyin_size = SIZEOF_STRUCT(lifconf, iocp->ioc_flag);
9130 copyin_size = SIZEOF_STRUCT(lifsrcof, iocp->ioc_flag);
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1439 ssize = SIZEOF_STRUCT(extmnttab, datamodel);
1441 ssize = SIZEOF_STRUCT(mnttab, datamodel);
1658 SIZEOF_STRUCT(mnttab, datamodel))) {
/illumos-gate/usr/src/uts/common/io/
H A Dsad.c633 SIZEOF_STRUCT(str_list, iocp->ioc_flag), NULL);
H A Dlogindmux.c423 SIZEOF_STRUCT(protocol_arg, ioc->ioc_flag));
H A Dtimod.c2246 cqp->cq_size = SIZEOF_STRUCT(strbuf, iocp->ioc_flag);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c1053 SIZEOF_STRUCT(omsghdr, model)))
1291 SIZEOF_STRUCT(omsghdr, model)))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1310 allocsize = kex->ex_seccnt * SIZEOF_STRUCT(secinfo, model);
1334 (i * SIZEOF_STRUCT(secinfo, model))));
H A Dnfs3_vfsops.c272 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE));
H A Dnfs_vfsops.c281 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE));
H A Dnfs4_vfsops.c487 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE));
/illumos-gate/usr/src/man/man9f/
H A DMakefile530 SIZEOF_STRUCT.9f \
1239 SIZEOF_STRUCT.9f := LINKSRC = STRUCT_DECL.9f
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c182 SIZEOF_STRUCT(strbuf, iocp->ioc_flag));
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4201 SIZEOF_STRUCT(strbuf, iocp->ioc_flag));

Completed in 202 milliseconds