Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dippconf.c824 for (tmp = rp; tmp != NULL; tmp = tmp->ippr_nextp) { in ipp_action_destroy()
836 for (tmp = rp; tmp != NULL; tmp = tmp->ippr_nextp) { in ipp_action_destroy()
848 rp = rp->ippr_nextp; in ipp_action_destroy()
1909 rpp = &(rp->ippr_nextp); in ref_mod()
1957 rpp = &(rp->ippr_nextp); in unref_mod()
1965 *rpp = rp->ippr_nextp; in unref_mod()
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()
2164 rp = rp->ippr_nextp; in find_mod()
2219 rpp = &(rp->ippr_nextp); in alloc_mod()
[all …]
H A Dipp_impl.h66 ipp_ref_t *ippr_nextp; member
/titanic_41/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c525 wsp->walk_addr = (uintptr_t)(rp->ippr_nextp); in ref_walk_step()