Searched defs:consms_mux_find_msg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dconsms.c74 static consms_msg_t *consms_mux_find_msg(uint_t);
422 if ((msg = consms_mux_find_msg(iocbp->ioc_id)) != NULL) {
593 if ((msg = consms_mux_find_msg(iocbp->ioc_id)) != NULL) {
603 if ((msg = consms_mux_find_msg(copyreq->cq_id)) != NULL) {
995 * consms_mux_find_msg finds a msg from the list
1038 consms_mux_find_msg(uint_t msg_id) function

Completed in 46 milliseconds