Home
last modified time | relevance | path

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
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)) in load_platform_drivers()
307 rmc_comm_msg_t req; /* request */ in plat_nodename_set()
308 int (*rmc_req_res)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t) = NULL; in plat_nodename_set()
313 rmc_req_res = (int (*)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t)) in plat_nodename_set()
345 rmc_comm_msg_t req; /* request */ in cpu_sgn_update()
346 int (*rmc_req_now)(rmc_comm_msg_t *, uint8_t) = NULL; in cpu_sgn_update()
385 rmc_req_now = (int (*)(rmc_comm_msg_t *, uint8_t)) in cpu_sgn_update()
/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)) in load_platform_drivers()
309 rmc_comm_msg_t req; /* request */ in plat_nodename_set()
310 int (*rmc_req_res)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t) = NULL; in plat_nodename_set()
315 rmc_req_res = (int (*)(rmc_comm_msg_t *, rmc_comm_msg_t *, time_t)) in plat_nodename_set()
347 rmc_comm_msg_t req; /* request */ in cpu_sgn_update()
348 int (*rmc_req_now)(rmc_comm_msg_t *, uint8_t) = NULL; in cpu_sgn_update()
387 rmc_req_now = (int (*)(rmc_comm_msg_t *, uint8_t)) in cpu_sgn_update()
/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, in rmc_comm_request_response()
71 rmc_comm_msg_t *response, uint32_t wait_time) in rmc_comm_request_response()
99 rmc_comm_request_nowait(rmc_comm_msg_t *request, uint8_t flag) in rmc_comm_request_nowait()
272 rmc_comm_send_req_resp(struct rmc_comm_state *rcs, rmc_comm_msg_t *request, in rmc_comm_send_req_resp()
273 rmc_comm_msg_t *response, uint32_t wait_time) in rmc_comm_send_req_resp()
480 rmc_comm_request_response_bp(rmc_comm_msg_t *request_bp, in rmc_comm_request_response_bp()
481 rmc_comm_msg_t *response_bp, uint32_t wait_time) in rmc_comm_request_response_bp()
637 rmc_comm_msg_t *msgbuf, uint_t *state, kmutex_t *lock) in rmc_comm_reg_intr()
728 rmc_comm_msg_t *response_bp, uint32_t wait_time) in rmc_comm_send_srecord_bp()
H A Drmcadm.c318 rmc_comm_msg_t rmc_req, *rmc_reqp = &rmc_req; in rmcadm_ioctl()
319 rmc_comm_msg_t rmc_resp, *rmc_respp = &rmc_resp; in rmcadm_ioctl()
431 rmc_respp = (rmc_comm_msg_t *)NULL; in rmcadm_ioctl()
452 rmc_respp = (rmc_comm_msg_t *)NULL; in rmcadm_ioctl()
H A Drmclomv.c216 static rmc_comm_msg_t rmclomv_event_payload_msg;
987 rmc_comm_msg_t *msg; in rmclomv_event_data_handler()
996 msg = (rmc_comm_msg_t *)arg; in rmclomv_event_data_handler()
1172 rmc_comm_msg_t request, *reqp = &request; in rmclomv_do_cmd()
1173 rmc_comm_msg_t response, *resp = &response; in rmclomv_do_cmd()
3314 rmc_comm_msg_t request; in send_watchdog_msg()
3385 rmc_comm_msg_t request; in plat_timesync()
H A Dtodm5819p_rmc.c252 rmc_comm_msg_t request; in todm5819p_rmc_set()
H A Drmc_comm_dp.c1103 rmc_comm_msg_t *msgi = (rmc_comm_msg_t *)dmi->intr_arg; in rmc_comm_dp_mrecv()