Searched refs:rmc_comm_getstate (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | rmc_comm_drvintf.c | 79 if ((rcs = rmc_comm_getstate(NULL, 0, in rmc_comm_request_response() 111 if ((rcs = rmc_comm_getstate(NULL, 0, in rmc_comm_request_nowait() 495 if ((rcs = rmc_comm_getstate(NULL, 0, in rmc_comm_request_response_bp() 643 if ((rcs = rmc_comm_getstate(NULL, 0, "rmc_comm_reg_intr")) == NULL) in rmc_comm_reg_intr() 695 if ((rcs = rmc_comm_getstate(NULL, 0, "rmc_comm_unreg_intr")) == NULL) in rmc_comm_unreg_intr() 740 if ((rcs = rmc_comm_getstate(NULL, 0, in rmc_comm_send_srecord_bp()
|
H A D | rmc_comm.c | 130 rmc_comm_getstate(dev_info_t *dip, int instance, const char *caller) in rmc_comm_getstate() function 762 if ((rcs = rmc_comm_getstate(dip, instance, in rmc_comm_attach() 800 if ((rcs = rmc_comm_getstate(dip, instance, "rmc_comm_attach")) == in rmc_comm_attach() 882 if ((rcs = rmc_comm_getstate(dip, instance, "rmc_comm_detach")) == NULL) in rmc_comm_detach() 932 if ((rcs = rmc_comm_getstate(dip, -1, "rmc_comm_reset")) == NULL) in rmc_comm_reset()
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | rmc_comm.h | 231 struct rmc_comm_state *rmc_comm_getstate(dev_info_t *, int, const char *);
|