Home
last modified time | relevance | path

Searched refs:__TPI_TOPT_ISALIGNED (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h683 #define __TPI_TOPT_ISALIGNED(x) __TPI_SIZE_ISALIGNED(x) macro
730 __TPI_TOPT_ISALIGNED(pbuf)) ? \
751 (__TPI_TOPT_ISALIGNED(tohp) && \
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1119 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_cmsglen()
1199 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_opt2cmsg()
1312 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_getopt_srcaddr()
1339 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_getopt_unix_close()
H A Dsocktpi.c3779 ASSERT(__TPI_TOPT_ISALIGNED(mp->b_wptr)); in sosend_dgramcmsg()
3793 ASSERT(__TPI_TOPT_ISALIGNED(mp->b_wptr)); in sosend_dgramcmsg()
3910 ASSERT(__TPI_TOPT_ISALIGNED(mp->b_wptr)); in sosend_svccmsg()
/titanic_44/usr/src/uts/common/inet/
H A Doptcom.c651 if (!__TPI_TOPT_ISALIGNED(opt_start)) in process_topthdrs_first_pass()
878 ASSERT(__TPI_TOPT_ISALIGNED(opt_start)); /* verified in first pass */ in do_options_second_pass()
1559 if (!__TPI_TOPT_ISALIGNED(opt_start)) { in tpi_optcom_buf()
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dti_opts.c304 if (!(__TPI_TOPT_ISALIGNED(opt_start))) { in __rpc_get_ltaddr()