Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c848 rp = rp->ippr_nextp; in ipp_action_destroy()
1909 rpp = &(rp->ippr_nextp); in ref_mod()
1965 *rpp = rp->ippr_nextp; in unref_mod()
2164 rp = rp->ippr_nextp; in find_mod()
2304 *rpp = rp->ippr_nextp; in free_mod()
2652 rp = rp->ippr_nextp; in ref_action()
2755 rp = rp->ippr_nextp; in unref_action()
2767 *rpp = rp->ippr_nextp; in unref_action()
2786 *rpp = rp->ippr_nextp; in unref_action()
2846 rp = rp->ippr_nextp; in find_action()
[all …]
H A Dipp_impl.h64 ipp_ref_t *ippr_nextp; member
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c523 wsp->walk_addr = (uintptr_t)(rp->ippr_nextp); in ref_walk_step()