Home
last modified time | relevance | path

Searched refs:__TPI_ALIGN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h625 #define __TPI_ALIGN(x) \ macro
640 #define _TPI_ALIGN_OPT(x) __TPI_ALIGN(x)
647 #define _TPI_ALIGN_TOPT(x) __TPI_ALIGN(x)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c446 __TPI_ALIGN(opt->len)); in __rpc_get_ltaddr()