Searched refs:pollclntfunc (Results 1 – 1 of 1) sorted by relevance
79 void (*pollclntfunc[MAX_SGNBLK_POLL_CLNT])(); variable382 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()