Searched refs:IPPCTL_FLAGS (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libipp/ |
H A D | libipp.c | 159 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_create() 160 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_create() 215 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_destroy() 216 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_destroy() 268 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_modify() 269 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_modify() 325 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_info() 326 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_info()
|
/titanic_44/usr/src/uts/common/ipp/ |
H A D | ippctl.h | 53 #define IPPCTL_FLAGS "ippctl.flags" macro
|
H A D | ippctl.c | 890 if ((rc = nvlist_lookup_uint32(nvlp, IPPCTL_FLAGS, in ippctl_extract_flags() 894 (void) nvlist_remove_all(nvlp, IPPCTL_FLAGS); in ippctl_extract_flags()
|