Searched refs:byte_cnt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c74 static int pcp_io_op(void *buf, int byte_cnt, int io_op);
82 static int check_magic_byte_presence(int byte_cnt, uint8_t *byte_val,
89 static int pcp_update_read_area(int byte_cnt);
571 pcp_io_op(void *buf, int byte_cnt, int io_op) argument
581 if ((buf == NULL) || (byte_cnt < 0)) {
605 while (rv < byte_cnt) {
606 io_sz = MIN((byte_cnt - rv), mtu_size);
626 if (rv == byte_cnt)
689 * Function: write 'byte_cnt' bytes from 'buf' to channel.
692 pcp_write(uint8_t *buf, int byte_cnt) argument
731 pcp_read(uint8_t *buf, int byte_cnt) argument
819 pcp_update_read_area(int byte_cnt) argument
884 pcp_peek_read(uint8_t *buf, int byte_cnt) argument
1249 check_magic_byte_presence(int byte_cnt, uint8_t *byte_seq, int *ispresent) argument
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.h140 uint32_t byte_cnt; member in struct:tavor_hw_cqe_s
447 uint32_t byte_cnt :31; member in struct:tavor_hw_wqe_sgl_s
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsvcctl_scm.c655 svcctl_scm_cb_bytes_needed(void *svc_node, void *byte_cnt) argument
658 int *cnt = byte_cnt;

Completed in 29 milliseconds