Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starfire/os/
H A Dbbus_intr.c79 void (*pollclntfunc[MAX_SGNBLK_POLL_CLNT])(); variable
382 if (pollclntfunc[i] == NULL) { in sgnblk_poll_register()
383 pollclntfunc[i] = func; in sgnblk_poll_register()
404 if (pollclntfunc[i] == func) { in sgnblk_poll_unregister()
405 pollclntfunc[i] = NULL; in sgnblk_poll_unregister()
570 if ((func = pollclntfunc[i]) != NULL) { in bbus_poll()