Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.h85 int attachcnt; /* number of attached px */ member
H A Dpx_lib4u.c1334 if (--cb_p->attachcnt == 0) { in px_lib_suspend()
1337 cb_p->attachcnt++; in px_lib_suspend()
1360 if (++cb_p->attachcnt == 1) in px_lib_resume()
2233 cb_p->attachcnt++; in px_cb_add_intr()
2283 cb_p->attachcnt--; in px_cb_rem_intr()
H A Dpx_err.c1157 for (i = px_cb_p->attachcnt, pxl_elemp = px_cb_p->pxl; i > 0; in px_err_search_cb()