Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c32 static uintptr_t ipp_mod_byid; variable
337 ipp_mod_byid) == -1) { in mod()
729 ipp_mod_byid = (uintptr_t)sym.st_value; in _mdb_init()
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c61 static ipp_mod_t **ipp_mod_byid; variable
2097 if ((imp = ipp_mod_byid[mid]) == NULL) in get_mods()
2354 if ((imp = ipp_mod_byid[mid]) == NULL) { in hold_mod()
2439 while (ipp_mod_byid[index] != NULL) { in get_mid()
3278 ipp_mod_byid = kmem_zalloc(sizeof (ipp_mod_t *) * (ipp_max_mod + 1), in init_mods()
3280 ipp_mod_byid[ipp_max_mod] = (ipp_mod_t *)-1; in init_mods()
3391 ipp_mod_byid[mid] = imp; in mod_constructor()
3423 ipp_mod_byid[imp->ippm_id] = NULL; in mod_destructor()