Home
last modified time | relevance | path

Searched refs:icdp_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.c557 icdp->icdp_cb_arg_len = cb_arg_len; in stmf_ic_dereg_port_msg_alloc()
1209 NVLIST_ADD_FIELD(uint16, m, icdp_cb_arg_len); in stmf_ic_dereg_port_msg_marshal()
1212 if (m->icdp_cb_arg_len) { in stmf_ic_dereg_port_msg_marshal()
1213 NVLIST_ADD_ARRAY_LEN(uint8, m, icdp_cb_arg, m->icdp_cb_arg_len); in stmf_ic_dereg_port_msg_marshal()
1623 NVLIST_LOOKUP_FIELD(uint16, m, icdp_cb_arg_len); in stmf_ic_dereg_port_msg_unmarshal()
1625 if (m->icdp_cb_arg_len) { in stmf_ic_dereg_port_msg_unmarshal()
1627 "icdp_cb_arg", m->icdp_cb_arg_len, NULL); in stmf_ic_dereg_port_msg_unmarshal()
/illumos-gate/usr/src/uts/common/sys/
H A Dpppt_ic_if.h100 uint16_t icdp_cb_arg_len; member