Searched refs:ipp_mod_byid (Results 1 – 2 of 2) sorted by relevance
34 static uintptr_t ipp_mod_byid; variable339 ipp_mod_byid) == -1) { in mod()731 ipp_mod_byid = (uintptr_t)sym.st_value; in _mdb_init()
61 static ipp_mod_t **ipp_mod_byid; variable2097 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()