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

/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c226 static int tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
1074 func_ptr = tsal_pcp_peek;
1119 tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int bytes_cnt) function
1252 if ((m = tsal_pcp_peek(sc, sc->read_tail, sc->mtu_size)) < 0) {
1283 * This function is slight different from tsal_pcp_peek. The peek requests are
1331 if ((m = tsal_pcp_peek(sc, peek_read_tail, sc->mtu_size)) < 0) {

Completed in 63 milliseconds