Searched refs:IPPCTL_OP (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libipp/ |
H A D | libipp.c | 141 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_create() 143 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_OP); in ipp_action_create() 204 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_destroy() 206 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_OP); in ipp_action_destroy() 257 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_modify() 259 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_OP); in ipp_action_modify() 314 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_info() 316 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_OP); in ipp_action_info() 371 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP, in ipp_action_mod() 373 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_OP); in ipp_action_mod() [all …]
|
/titanic_44/usr/src/uts/common/ipp/ |
H A D | ippctl.h | 48 #define IPPCTL_OP "ippctl.op" macro
|
H A D | ippctl.c | 772 if ((rc = nvlist_lookup_byte(nvlp, IPPCTL_OP, valp)) != 0) in ippctl_extract_op() 775 (void) nvlist_remove_all(nvlp, IPPCTL_OP); in ippctl_extract_op()
|