Home
last modified time | relevance | path

Searched defs:rcs (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c100 struct rmc_comm_state *rcs; in rmc_comm_register() local
116 struct rmc_comm_state *rcs; in rmc_comm_unregister() local
132 struct rmc_comm_state *rcs = NULL; in rmc_comm_getstate() local
239 rmc_comm_faulty(struct rmc_comm_state *rcs) in rmc_comm_faulty()
250 sio_data_ready(struct rmc_comm_state *rcs) in sio_data_ready()
299 struct rmc_comm_state *rcs = (void *)arg; in rmc_comm_hi_intr() local
394 struct rmc_comm_state *rcs = (void *)arg; in rmc_comm_softint() local
409 struct rmc_comm_state *rcs = (void *)arg; in rmc_comm_cyclic() local
746 struct rmc_comm_state *rcs = NULL; in rmc_comm_attach() local
878 struct rmc_comm_state *rcs; in rmc_comm_detach() local
[all …]
H A Drmc_comm_dp.c98 dp_init_buffers(struct rmc_comm_state *rcs) in dp_init_buffers()
111 dp_get_buffer(struct rmc_comm_state *rcs, uint8_t type) in dp_get_buffer()
138 dp_release_buffer(struct rmc_comm_state *rcs, uint8_t type) in dp_release_buffer()
162 struct rmc_comm_state *rcs = (struct rmc_comm_state *)arg; in dp_link_setup_tohandler() local
234 dp_enable_data_link(struct rmc_comm_state *rcs) in dp_enable_data_link()
274 dp_reset(struct rmc_comm_state *rcs, uint8_t rx_seqid, in dp_reset()
526 dp_get_msglen(struct rmc_comm_state *rcs, uint8_t *buf) in dp_get_msglen()
550 dp_send_packet(struct rmc_comm_state *rcs, uchar_t *buf) in dp_send_packet()
619 rmc_comm_dp_init(struct rmc_comm_state *rcs) in rmc_comm_dp_init()
685 rmc_comm_dp_fini(struct rmc_comm_state *rcs) in rmc_comm_dp_fini()
[all …]
H A Drmc_comm_drvintf.c73 struct rmc_comm_state *rcs; in rmc_comm_request_response() local
101 struct rmc_comm_state *rcs; in rmc_comm_request_nowait() local
483 struct rmc_comm_state *rcs; in rmc_comm_request_response_bp() local
639 struct rmc_comm_state *rcs; in rmc_comm_reg_intr() local
691 struct rmc_comm_state *rcs; in rmc_comm_unreg_intr() local
730 struct rmc_comm_state *rcs; in rmc_comm_send_srecord_bp() local
903 rmc_comm_wake_up_next(struct rmc_comm_state *rcs) in rmc_comm_wake_up_next()
923 struct rmc_comm_state *rcs; in rmc_comm_send_pend_req() local
1012 rmc_comm_dreq_thread_kill(struct rmc_comm_state *rcs) in rmc_comm_dreq_thread_kill()
1037 rmc_comm_drvintf_init(struct rmc_comm_state *rcs) in rmc_comm_drvintf_init()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm.h197 #define DPRINTF(rcs, d, ARGLIST) { if (rcs->debug & d) cmn_err ARGLIST; } argument
198 #define DATASCOPE(rcs, c, b, l) { int i, j; char s[80]; \ argument
217 #define DPRINTF(rcs, d, ARGLIST) argument
218 #define DATASCOPE(rcs, c, b, l) argument
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c314 cs_register_cardservices_t rcs; in cs_deinit() local
H A Dcs_stubs.c130 csx_register_cardservices(cs_register_cardservices_t *rcs) in csx_register_cardservices()