Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtpicommon.h188 #define OPTLEN(x) ((((x) + sizeof (t_uscalar_t) - 1) / \ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c3197 OPTLEN(sizeof (tl_credopt_t)); in tl_conn_req_ser()
3202 OPTLEN(ucredminsize(cr)); in tl_conn_req_ser()
3679 OPTLEN(sizeof (tl_credopt_t)); in tl_conn_res()
3682 OPTLEN(ucredminsize(acc_ep->te_credp)); in tl_conn_res()
5278 OPTLEN(sizeof (tl_credopt_t)); in tl_unitdata()
5283 OPTLEN(ucredminsize(cr)); in tl_unitdata()
5288 OPTLEN(ucredminsize(cr)); in tl_unitdata()
6133 opt->len = (t_uscalar_t)OPTLEN(sizeof (tl_credopt_t)); in tl_fill_option()
6148 opt->len = (t_uscalar_t)OPTLEN(ucredminsize(cr)); in tl_fill_option()