Home
last modified time | relevance | path

Searched refs:bytes_to_read (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c1815 int bytes_to_read; in mbox_read() local
1921 bytes_to_read = (bytes_at_end >= f_frag_len)? in mbox_read()
1924 "bytes_to_read = 0x%x\n", f, sram_src, bytes_to_read); in mbox_read()
1926 bytes_to_read); in mbox_read()
1935 msg_buf = (caddr_t)(msg_buf + bytes_to_read); in mbox_read()
1936 bytes_to_read = f_frag_len - bytes_to_read; in mbox_read()
1938 bytes_to_read = f_frag_len; in mbox_read()
1944 if (bytes_to_read > 0) { in mbox_read()
1946 "bytes_to_read = 0x%x\n", f, sram_src, bytes_to_read); in mbox_read()
1948 bytes_to_read); in mbox_read()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c1021 read_bytes(byte_buffer *b, unsigned char *return_buffer, int bytes_to_read) in read_bytes() argument
1026 if (bytes_to_read <= (b->length - b->offset) ) { in read_bytes()
1027 bytes_to_copy = bytes_to_read; in read_bytes()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h490 extern mblk_t *hxge_rx_poll(void *arg, int bytes_to_read);
H A Dhxge_rxdma.c88 p_rx_rcr_ring_t rcr_p, rdc_stat_t cs, int bytes_to_read);
1387 p_rx_rcr_ring_t rcrp, rdc_stat_t cs, int bytes_to_read) in hxge_rx_pkts() argument
1553 if ((bytes_to_read != -1) && in hxge_rx_pkts()
1554 (totallen >= bytes_to_read)) { in hxge_rx_pkts()