Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c59 static uint32_t ipp_mod_count = 0; variable
2068 if (ipp_mod_count == 0) { in get_mods()
2080 DBG1(DBG_LIST, "%d modules registered\n", ipp_mod_count); in get_mods()
2081 length = ipp_mod_count * sizeof (ipp_mod_id_t); in get_mods()
2094 *neltp = ipp_mod_count; in get_mods()
2144 if (ipp_mod_count == 0) { in find_mod()
2263 ipp_mod_count++; in alloc_mod()
2311 ipp_mod_count--; in free_mod()