Home
last modified time | relevance | path

Searched refs:refcount_non_gldv3 (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd_io.c339 int refcount_non_gldv3; in sbd_check_io_refs() local
343 refcount_non_gldv3 = 0; in sbd_check_io_refs()
344 sbdp_check_devices(dip, &ref, sep, &refcount_non_gldv3); in sbd_check_io_refs()
345 ASSERT(refcount_non_gldv3 >= 0); in sbd_check_io_refs()
346 ASSERT(ref >= refcount_non_gldv3); in sbd_check_io_refs()
354 ref -= refcount_non_gldv3; in sbd_check_io_refs()
/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr_io.c148 int refcount_non_gldv3; in dr_check_io_refs() local
156 refcount_non_gldv3 = 0; in dr_check_io_refs()
159 0, &refcount_non_gldv3); in dr_check_io_refs()
160 ASSERT(refcount_non_gldv3 >= 0); in dr_check_io_refs()
161 ASSERT(ref >= refcount_non_gldv3); in dr_check_io_refs()
169 ref -= refcount_non_gldv3; in dr_check_io_refs()
H A Ddr_quiesce.c267 int *refcount_non_gldv3; member
298 if (ref && rp->refcount_non_gldv3) { in dr_check_dip()
300 *rp->refcount_non_gldv3 += ref; in dr_check_dip()
323 uint64_t *arr, int *idx, int len, int *refcount_non_gldv3) in dr_check_devices() argument
331 bref.refcount_non_gldv3 = refcount_non_gldv3; in dr_check_devices()
/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr_io.c170 int refcount_non_gldv3; in dr_check_io_refs() local
178 refcount_non_gldv3 = 0; in dr_check_io_refs()
181 0, &refcount_non_gldv3); in dr_check_io_refs()
182 ASSERT(refcount_non_gldv3 >= 0); in dr_check_io_refs()
183 ASSERT(ref >= refcount_non_gldv3); in dr_check_io_refs()
191 ref -= refcount_non_gldv3; in dr_check_io_refs()
H A Ddr_quiesce.c268 int *refcount_non_gldv3; member
299 if (ref && rp->refcount_non_gldv3) { in dr_check_dip()
301 *rp->refcount_non_gldv3 += ref; in dr_check_dip()
324 uint64_t *arr, int *idx, int len, int *refcount_non_gldv3) in dr_check_devices() argument
332 bref.refcount_non_gldv3 = refcount_non_gldv3; in dr_check_devices()
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c237 int *refcount_non_gldv3; member
279 if (sbrp->refcount_non_gldv3 && NETWORK_PHYSDRV(major) && in sbdp_check_dip()
281 (*sbrp->refcount_non_gldv3)++; in sbdp_check_dip()
292 int *refcount_non_gldv3) in sbdp_check_devices() argument
297 sbr.refcount_non_gldv3 = refcount_non_gldv3; in sbdp_check_devices()
/titanic_44/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h377 int len, int *refcount_non_gldv3);
/titanic_44/usr/src/uts/i86pc/sys/
H A Ddr.h408 int len, int *refcount_non_gldv3);