Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dtihdr.h661 #define __TPI_ALIGN_SIZE (sizeof (t_scalar_t)) macro
663 (((uintptr_t)(x) + __TPI_ALIGN_SIZE - 1) & ~(__TPI_ALIGN_SIZE - 1))
665 (((uintptr_t)(x) & (__TPI_ALIGN_SIZE - 1)) == 0)
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1755 optlen, __TPI_ALIGN_SIZE); in strsock_proto()
1811 __TPI_ALIGN_SIZE); in strsock_proto()
1906 optlen, __TPI_ALIGN_SIZE); in strsock_proto()
1968 optlen, __TPI_ALIGN_SIZE); in strsock_proto()
H A Dsocktpi.c1134 __TPI_ALIGN_SIZE); in sotpi_bindlisten()
1731 __TPI_ALIGN_SIZE); in sotpi_accept()
3375 optlen, __TPI_ALIGN_SIZE); in sotpi_recvmsg()
3458 optlen, __TPI_ALIGN_SIZE); in sotpi_recvmsg()
3798 ASSERT(MBLKL(mp) > (ssize_t)(size - __TPI_ALIGN_SIZE)); in sosend_dgramcmsg()
3914 ASSERT(MBLKL(mp) > (ssize_t)(size - __TPI_ALIGN_SIZE)); in sosend_svccmsg()
5386 optmgmt_ack->OPT_length, __TPI_ALIGN_SIZE); in sotpi_getsockopt()
H A Dsockcommon_sops.c1750 optlen, __TPI_ALIGN_SIZE); in so_recvmsg()
1825 __TPI_ALIGN_SIZE); in so_recvmsg()
/titanic_41/usr/src/uts/common/inet/
H A Doptcom.c365 __TPI_ALIGN_SIZE))) in svr4_optcom_req()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c587 __TPI_ALIGN_SIZE); in sosctp_recvmsg()
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_cots.c2919 opt_ack->OPT_length, __TPI_ALIGN_SIZE); in connmgr_getopt_int()