Home
last modified time | relevance | path

Searched refs:IPP_ACTION_RESERVED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/
H A Dipp.h57 #define IPP_ACTION_RESERVED 0 /* Upper limit of reserved values */ macro
H A Dippconf.c75 static ipp_action_id_t ipp_next_aid = IPP_ACTION_RESERVED + 1;
3133 index = IPP_ACTION_RESERVED + 1; in get_aid()
3145 ipp_next_aid = IPP_ACTION_RESERVED + 1; in get_aid()
3456 if ((aid = get_aid()) <= IPP_ACTION_RESERVED) { in action_constructor()