/illumos-gate/usr/src/uts/common/sys/ |
H A D | model.h | 149 #define SIZEOF_STRUCT(struct_type, umodel) \ macro 190 #define SIZEOF_STRUCT(struct_type, umodel) sizeof (struct struct_type) macro
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 300 copyin_size = SIZEOF_STRUCT(ifconf, iocp->ioc_flag); in rds_ioctl_copyin_setup() 313 copyin_size = SIZEOF_STRUCT(strbuf, iocp->ioc_flag); in rds_ioctl_copyin_setup()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 431 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(smbfs_args, DATAMODEL_NATIVE)); in smbfs_mount() 433 SIZEOF_STRUCT(smbfs_args, DATAMODEL_NATIVE)))) in smbfs_mount()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_asp.c | 311 size_t ip6_asp_size = SIZEOF_STRUCT(ip6_asp, datamodel); in ip6_asp_replace()
|
H A D | rts.c | 1065 SIZEOF_STRUCT(strbuf, iocp->ioc_flag)); in rts_wput_other()
|
H A D | keysock.c | 1037 SIZEOF_STRUCT(strbuf, iocp->ioc_flag)); in keysock_wput_other()
|
H A D | spdsock.c | 3429 SIZEOF_STRUCT(strbuf, iocp->ioc_flag)); in spdsock_wput_other()
|
H A D | icmp.c | 4867 SIZEOF_STRUCT(strbuf, iocp->ioc_flag)); in icmp_wput_other()
|
H A D | ip_if.c | 9121 copyin_size = SIZEOF_STRUCT(ifconf, in ip_sioctl_copyin_setup() 9130 copyin_size = SIZEOF_STRUCT(lifconf, iocp->ioc_flag); in ip_sioctl_copyin_setup() 9135 copyin_size = SIZEOF_STRUCT(lifsrcof, iocp->ioc_flag); in ip_sioctl_copyin_setup()
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1439 ssize = SIZEOF_STRUCT(extmnttab, datamodel); in mntfs_copyout_elem() 1441 ssize = SIZEOF_STRUCT(mnttab, datamodel); in mntfs_copyout_elem() 1658 SIZEOF_STRUCT(mnttab, datamodel))) { in mntioctl()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | sad.c | 633 SIZEOF_STRUCT(str_list, iocp->ioc_flag), NULL); in vml_ioctl()
|
H A D | logindmux.c | 423 SIZEOF_STRUCT(protocol_arg, ioc->ioc_flag)); in logdmuxuwput()
|
H A D | timod.c | 2250 cqp->cq_size = SIZEOF_STRUCT(strbuf, iocp->ioc_flag); in ti_doname()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 1542 allocsize = kex->ex_seccnt * SIZEOF_STRUCT(secinfo, model); in exportfs() 1566 (i * SIZEOF_STRUCT(secinfo, model)))); in exportfs()
|
H A D | nfs_vfsops.c | 281 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE)); in nfs_copyin()
|
H A D | nfs3_vfsops.c | 272 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE)); in nfs3_copyin()
|
H A D | nfs4_vfsops.c | 489 bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE)); in nfs4_copyin()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 1088 SIZEOF_STRUCT(omsghdr, model))) in recvmsg() 1367 SIZEOF_STRUCT(omsghdr, model))) in sendmsg()
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 603 SIZEOF_STRUCT.9f \ 1402 SIZEOF_STRUCT.9f := LINKSRC = STRUCT_DECL.9f
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 197 SIZEOF_STRUCT(strbuf, iocp->ioc_flag)); in tcp_wput()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4353 SIZEOF_STRUCT(strbuf, iocp->ioc_flag)); in udp_wput_other()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 32 link path=usr/share/man/man9f/SIZEOF_STRUCT.9f target=STRUCT_DECL.9f
|