Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c148 static ipp_mod_t *hold_mod(ipp_mod_id_t);
366 if ((imp = hold_mod(mid)) == NULL) in ipp_mod_name()
422 imp = hold_mod(mid); in ipp_mod_register()
451 if ((imp = hold_mod(mid)) == NULL) in ipp_mod_unregister()
504 if ((imp = hold_mod(mid)) == NULL) in ipp_mod_list_actions()
710 if ((imp = hold_mod(mid)) == NULL) in ipp_action_create()
2340 hold_mod( in hold_mod() function