Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dipp_impl.h85 ipp_ref_t *ippm_action; member
H A Dippconf.c1906 rpp = &(imp->ippm_action); in ref_mod()
1953 rpp = &(imp->ippm_action); in unref_mod()
1986 return (imp->ippm_action != NULL); in is_mod_busy()
2010 for (rp = imp->ippm_action; rp != NULL; rp = rp->ippr_nextp) { in get_mod_ref()
2040 for (rp = imp->ippm_action; rp != NULL; rp = rp->ippr_nextp) { in get_mod_ref()
3412 ASSERT(imp->ippm_action == NULL); in mod_destructor()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c387 mdb_printf("%?s %20s = 0x%p\n", "", "action", imp->ippm_action); in mod_dump()