Searched defs:tsalarm_softc_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c213 }tsalarm_softc_t; typedef in typeref:struct:tsalarm_softc
218 static int tsal_pcp_send_req_msg_hdr(tsalarm_softc_t *sc,
220 static int tsal_pcp_recv_resp_msg_hdr(tsalarm_softc_t *sc,
222 static int tsal_pcp_io_op(tsalarm_softc_t *sc, void *buf,
224 static int tsal_pcp_read(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
225 static int tsal_pcp_write(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
226 static int tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
227 static int tsal_pcp_peek_read(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
228 static int tsal_pcp_frame_error_handle(tsalarm_softc_t *sc);
229 static int check_magic_byte_presence(tsalarm_softc_t *s
[all...]

Completed in 60 milliseconds