Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c532 icrp->icrp_cb_arg_len = cb_arg_len; in stmf_ic_reg_port_msg_alloc()
1192 NVLIST_ADD_FIELD(uint16, m, icrp_cb_arg_len); in stmf_ic_reg_port_msg_marshal()
1194 if (m->icrp_cb_arg_len) { in stmf_ic_reg_port_msg_marshal()
1195 NVLIST_ADD_ARRAY_LEN(uint8, m, icrp_cb_arg, m->icrp_cb_arg_len); in stmf_ic_reg_port_msg_marshal()
1577 NVLIST_LOOKUP_FIELD(uint16, m, icrp_cb_arg_len); in stmf_ic_reg_port_msg_unmarshal()
1579 if (m->icrp_cb_arg_len) { in stmf_ic_reg_port_msg_unmarshal()
1581 "icrp_cb_arg", m->icrp_cb_arg_len, NULL); in stmf_ic_reg_port_msg_unmarshal()
/illumos-gate/usr/src/uts/common/sys/
H A Dpppt_ic_if.h90 uint16_t icrp_cb_arg_len; member