Symbol: ipp_ref_t
usr/src/cmd/mdb/common/modules/ipp/ipp.c
506
ipp_ref_t *rp;
usr/src/cmd/mdb/common/modules/ipp/ipp.c
512
rp = mdb_alloc(sizeof (ipp_ref_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/ipp/ipp.c
514
if (mdb_vread(rp, sizeof (ipp_ref_t), wsp->walk_addr) == -1) {
usr/src/cmd/mdb/common/modules/ipp/ipp.c
516
mdb_free(rp, sizeof (ipp_ref_t));
usr/src/cmd/mdb/common/modules/ipp/ipp.c
525
mdb_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ipp_impl.h
180
ipp_ref_t *ippa_ref;
usr/src/uts/common/ipp/ipp_impl.h
181
ipp_ref_t *ippa_refby;
usr/src/uts/common/ipp/ipp_impl.h
191
ipp_ref_t **ippa_condemned;
usr/src/uts/common/ipp/ipp_impl.h
64
ipp_ref_t *ippr_nextp;
usr/src/uts/common/ipp/ipp_impl.h
85
ipp_ref_t *ippm_action;
usr/src/uts/common/ipp/ippconf.c
152
static int condemn_action(ipp_ref_t **, ipp_action_t *);
usr/src/uts/common/ipp/ippconf.c
1896
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
1897
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
1916
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
1943
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
1944
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
1966
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
1997
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2133
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2191
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
2192
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2226
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2232
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
2276
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
2277
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2305
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
2465
ipp_ref_t **rpp,
usr/src/uts/common/ipp/ippconf.c
2468
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2487
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2617
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
2618
ipp_ref_t **save_rpp;
usr/src/uts/common/ipp/ippconf.c
2619
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2663
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/ipp/ippconf.c
2688
if ((rp = kmem_zalloc(sizeof (ipp_ref_t),
usr/src/uts/common/ipp/ippconf.c
2693
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
2718
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
2719
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2768
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
2787
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
2815
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2873
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
2874
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2912
if ((rp = kmem_zalloc(sizeof (ipp_ref_t), KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2918
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
2967
ipp_ref_t **rpp;
usr/src/uts/common/ipp/ippconf.c
2968
ipp_ref_t *rp;
usr/src/uts/common/ipp/ippconf.c
2999
kmem_free(rp, sizeof (ipp_ref_t));
usr/src/uts/common/ipp/ippconf.c
3293
bzero(ipp_mod_byname, IPP_NBUCKET * sizeof (ipp_ref_t *));
usr/src/uts/common/ipp/ippconf.c
3326
bzero(ipp_action_byname, IPP_NBUCKET * sizeof (ipp_ref_t *));
usr/src/uts/common/ipp/ippconf.c
67
static ipp_ref_t *ipp_mod_byname[IPP_NBUCKET];
usr/src/uts/common/ipp/ippconf.c
78
static ipp_ref_t *ipp_action_byname[IPP_NBUCKET];
usr/src/uts/common/ipp/ippconf.c
80
static ipp_ref_t *ipp_action_noname;
usr/src/uts/common/ipp/ippconf.c
800
ipp_ref_t *rp = NULL;
usr/src/uts/common/ipp/ippconf.c
801
ipp_ref_t *tmp;
usr/src/uts/common/ipp/ippconf.c
849
kmem_free(tmp, sizeof (ipp_ref_t));