Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c759 size_t bytes_to_read = size; in pread_new() local
772 while (bytes_to_read != 0) { in pread_new()
777 if (bytes_to_read > SIZE_TO_READ_WRITE) { in pread_new()
781 bytes = bytes_to_read; in pread_new()
784 bytes_to_read = bytes_to_read - bytes; in pread_new()
/titanic_44/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()
/titanic_44/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()
/titanic_44/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);
1396 p_rx_rcr_ring_t rcrp, rdc_stat_t cs, int bytes_to_read) in hxge_rx_pkts() argument
1562 if ((bytes_to_read != -1) && in hxge_rx_pkts()
1563 (totallen >= bytes_to_read)) { in hxge_rx_pkts()