Searched refs:bpmsg_cb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c62 static rscp_bpmsg_cb_t *bpmsg_cb; variable
396 if (bpmsg_cb == NULL) {
397 bpmsg_cb = cb;
413 if (bpmsg_cb == cb) {
414 bpmsg_cb = NULL;
481 if (bpmsg_cb != NULL && resp_bp->msg_buf != NULL)
482 bpmsg_cb(&bpmsg_reply);
523 if (bpmsg_cb != NULL)
524 bpmsg_cb(&bpmsg_reply);

Completed in 56 milliseconds