Searched refs:icdp_cb_arg_len (Results 1 – 2 of 2) sorted by relevance
557 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()
100 uint16_t icdp_cb_arg_len; member