Searched refs:IPPCTL_FLAGS (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libipp/ |
H A D | libipp.c | 161 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_create() 162 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_create() 217 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_destroy() 218 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_destroy() 271 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_modify() 272 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_modify() 328 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) { in ipp_action_info() 329 DBG1(DBG_ERR, "failed to add '%s' to nvlist\n", IPPCTL_FLAGS); in ipp_action_info()
|
/titanic_41/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()
|