Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dipp_impl.h61 typedef struct ipp_ref ipp_ref_t; typedef
64 ipp_ref_t *ippr_nextp;
85 ipp_ref_t *ippm_action;
180 ipp_ref_t *ippa_ref;
181 ipp_ref_t *ippa_refby;
191 ipp_ref_t **ippa_condemned;
H A Dippconf.c801 ipp_ref_t *tmp; in ipp_action_destroy()
1897 ipp_ref_t *rp; in ref_mod()
1944 ipp_ref_t *rp; in unref_mod()
1997 ipp_ref_t *rp; in get_mod_ref()
2133 ipp_ref_t *rp; in find_mod()
2192 ipp_ref_t *rp; in alloc_mod()
2277 ipp_ref_t *rp; in free_mod()
2468 ipp_ref_t *rp; in condemn_action()
2619 ipp_ref_t *rp; in ref_action()
2719 ipp_ref_t *rp; in unref_action()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c506 ipp_ref_t *rp; in ref_walk_step()
512 rp = mdb_alloc(sizeof (ipp_ref_t), UM_SLEEP); in ref_walk_step()
514 if (mdb_vread(rp, sizeof (ipp_ref_t), wsp->walk_addr) == -1) { in ref_walk_step()
516 mdb_free(rp, sizeof (ipp_ref_t)); in ref_walk_step()
525 mdb_free(rp, sizeof (ipp_ref_t)); in ref_walk_step()