Symbol: tsalarm_softc_t
usr/src/uts/sun4v/ontario/io/tsalarm.c
1053
tsal_pcp_io_op(tsalarm_softc_t *sc, void *buf, int byte_cnt, int io_op)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1058
int (*func_ptr)(tsalarm_softc_t *, uint8_t *, int);
usr/src/uts/sun4v/ontario/io/tsalarm.c
1119
tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int bytes_cnt)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1166
tsal_pcp_write(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1201
tsal_pcp_read(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1290
tsal_pcp_peek_read(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1349
tsal_pcp_send_req_msg_hdr(tsalarm_softc_t *sc, tsal_pcp_req_msg_hdr_t *req_hdr)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1384
tsal_pcp_recv_resp_msg_hdr(tsalarm_softc_t *sc,
usr/src/uts/sun4v/ontario/io/tsalarm.c
1527
tsal_pcp_get_xid(tsalarm_softc_t *sc)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1562
tsal_pcp_frame_error_handle(tsalarm_softc_t *sc)
usr/src/uts/sun4v/ontario/io/tsalarm.c
1597
check_magic_byte_presence(tsalarm_softc_t *sc,
usr/src/uts/sun4v/ontario/io/tsalarm.c
218
static int tsal_pcp_send_req_msg_hdr(tsalarm_softc_t *sc,
usr/src/uts/sun4v/ontario/io/tsalarm.c
220
static int tsal_pcp_recv_resp_msg_hdr(tsalarm_softc_t *sc,
usr/src/uts/sun4v/ontario/io/tsalarm.c
222
static int tsal_pcp_io_op(tsalarm_softc_t *sc, void *buf,
usr/src/uts/sun4v/ontario/io/tsalarm.c
224
static int tsal_pcp_read(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
usr/src/uts/sun4v/ontario/io/tsalarm.c
225
static int tsal_pcp_write(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
usr/src/uts/sun4v/ontario/io/tsalarm.c
226
static int tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
usr/src/uts/sun4v/ontario/io/tsalarm.c
227
static int tsal_pcp_peek_read(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
usr/src/uts/sun4v/ontario/io/tsalarm.c
228
static int tsal_pcp_frame_error_handle(tsalarm_softc_t *sc);
usr/src/uts/sun4v/ontario/io/tsalarm.c
229
static int check_magic_byte_presence(tsalarm_softc_t *sc, int byte_cnt,
usr/src/uts/sun4v/ontario/io/tsalarm.c
231
static int tsal_pcp_send_recv(tsalarm_softc_t *sc, tsal_pcp_msg_t *req_msg,
usr/src/uts/sun4v/ontario/io/tsalarm.c
233
static uint32_t tsal_pcp_get_xid(tsalarm_softc_t *sc);
usr/src/uts/sun4v/ontario/io/tsalarm.c
236
tsalarm_softc_t *sc);
usr/src/uts/sun4v/ontario/io/tsalarm.c
238
tsalarm_softc_t *sc);
usr/src/uts/sun4v/ontario/io/tsalarm.c
731
glvc_alarm_get(int alarm_type, int *alarm_state, tsalarm_softc_t *sc)
usr/src/uts/sun4v/ontario/io/tsalarm.c
799
glvc_alarm_set(int alarm_type, int new_state, tsalarm_softc_t *sc)
usr/src/uts/sun4v/ontario/io/tsalarm.c
895
tsal_pcp_send_recv(tsalarm_softc_t *sc, tsal_pcp_msg_t *req_msg,