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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c759 size_t bytes_to_read = size; local
772 while (bytes_to_read != 0) {
777 if (bytes_to_read > SIZE_TO_READ_WRITE) {
781 bytes = bytes_to_read;
784 bytes_to_read = bytes_to_read - bytes;
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c1815 int bytes_to_read; local
1914 * pointers and bytes_to_read.
1921 bytes_to_read = (bytes_at_end >= f_frag_len)?
1924 "bytes_to_read = 0x%x\n", f, sram_src, bytes_to_read);
1926 bytes_to_read);
1935 msg_buf = (caddr_t)(msg_buf + bytes_to_read);
1936 bytes_to_read = f_frag_len - bytes_to_read;
1938 bytes_to_read
[all...]
/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) argument
1023 /* copy up to bytes_to_read bytes into the caller's buffer, return the number of bytes copied */
1026 if (bytes_to_read <= (b->length - b->offset) ) {
1027 bytes_to_copy = bytes_to_read;
/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);
1396 p_rx_rcr_ring_t rcrp, rdc_stat_t cs, int bytes_to_read)
1562 if ((bytes_to_read != -1) &&
1563 (totallen >= bytes_to_read)) {
1395 hxge_rx_pkts(p_hxge_t hxgep, uint_t vindex, p_hxge_ldv_t ldvp, p_rx_rcr_ring_t rcrp, rdc_stat_t cs, int bytes_to_read) argument

Completed in 396 milliseconds