Home
last modified time | relevance | path

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

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