Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dipp.h51 #define IPP_MOD_RESERVED 0 /* Upper limit of reserved values */ macro
H A Dippconf.c64 static ipp_mod_id_t ipp_next_mid = IPP_MOD_RESERVED + 1;
2096 for (mid = IPP_MOD_RESERVED + 1; mid <= ipp_mid_limit; mid++) { in get_mods()
2442 index = IPP_MOD_RESERVED + 1; in get_mid()
2454 ipp_next_mid = IPP_MOD_RESERVED + 1; in get_mid()
3372 if ((mid = get_mid()) <= IPP_MOD_RESERVED) { in mod_constructor()