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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_drvintf.h49 } rmc_comm_msg_t; typedef in typeref:struct:rmc_comm_msg
93 rmc_comm_msg_t dreq_request;
127 int rmc_comm_request_response(rmc_comm_msg_t *, rmc_comm_msg_t *, uint32_t);
128 int rmc_comm_request_nowait(rmc_comm_msg_t *, uint8_t);
129 int rmc_comm_request_response_bp(rmc_comm_msg_t *, rmc_comm_msg_t *, uint32_t);
130 int rmc_comm_reg_intr(uint8_t, rmc_comm_intrfunc_t, rmc_comm_msg_t *, uint_t *,
133 int rmc_comm_send_srecord_bp(caddr_t, int, rmc_comm_msg_t *, uint32_t);
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c49 int (*rmc_req_now)(rmc_comm_msg_t *, uint8_t) = NULL;
191 rmc_req_now = (int (*)(rmc_comm_msg_t *, uint8_t))
307 rmc_comm_msg_t req; /* request */
308 int (*rmc_req_res)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t) = NULL;
313 rmc_req_res = (int (*)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t))
345 rmc_comm_msg_t req; /* request */
346 int (*rmc_req_now)(rmc_comm_msg_t *, uint8_t) = NULL;
385 rmc_req_now = (int (*)(rmc_comm_msg_t *, uint8_
[all...]
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c50 int (*rmc_req_now)(rmc_comm_msg_t *, uint8_t) = NULL;
194 rmc_req_now = (int (*)(rmc_comm_msg_t *, uint8_t))
309 rmc_comm_msg_t req; /* request */
310 int (*rmc_req_res)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t) = NULL;
315 rmc_req_res = (int (*)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t))
347 rmc_comm_msg_t req; /* request */
348 int (*rmc_req_now)(rmc_comm_msg_t *, uint8_t) = NULL;
387 rmc_req_now = (int (*)(rmc_comm_msg_t *, uint8_
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_drvintf.c55 rmc_comm_msg_t *request, rmc_comm_msg_t *response, uint32_t wait_time);
70 rmc_comm_request_response(rmc_comm_msg_t *request,
71 rmc_comm_msg_t *response, uint32_t wait_time)
99 rmc_comm_request_nowait(rmc_comm_msg_t *request, uint8_t flag)
272 rmc_comm_send_req_resp(struct rmc_comm_state *rcs, rmc_comm_msg_t *request,
273 rmc_comm_msg_t *response, uint32_t wait_time)
480 rmc_comm_request_response_bp(rmc_comm_msg_t *request_bp,
481 rmc_comm_msg_t *response_bp, uint32_t wait_time)
637 rmc_comm_msg_t *msgbu
[all...]
H A Drmcadm.c318 rmc_comm_msg_t rmc_req, *rmc_reqp = &rmc_req;
319 rmc_comm_msg_t rmc_resp, *rmc_respp = &rmc_resp;
431 rmc_respp = (rmc_comm_msg_t *)NULL;
452 rmc_respp = (rmc_comm_msg_t *)NULL;
H A Dtodm5819p_rmc.c252 rmc_comm_msg_t request;
H A Drmclomv.c216 static rmc_comm_msg_t rmclomv_event_payload_msg;
987 rmc_comm_msg_t *msg;
996 msg = (rmc_comm_msg_t *)arg;
1172 rmc_comm_msg_t request, *reqp = &request;
1173 rmc_comm_msg_t response, *resp = &response;
3314 rmc_comm_msg_t request;
3385 rmc_comm_msg_t request;
H A Drmc_comm_dp.c1103 rmc_comm_msg_t *msgi = (rmc_comm_msg_t *)dmi->intr_arg;

Completed in 60 milliseconds