Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 20 of 20) sorted by relevance

/components/drivers/virtio/
A Dvirtio_input.c45 rt_uint8_t bytes; in virtio_input_cfg_bits() local
50 bytes = virtio_input_cfg_select(virtio_input_dev, select, subsel); in virtio_input_cfg_bits()
52 if (bytes == 0) in virtio_input_cfg_bits()
57 if (bitcount > bytes * 8) in virtio_input_cfg_bits()
59 bitcount = bytes * 8; in virtio_input_cfg_bits()
67 virtio_bits = rt_malloc(bytes); in virtio_input_cfg_bits()
74 for (i = 0; i < bytes; ++i) in virtio_input_cfg_bits()
/components/drivers/i2c/
A Ddev_i2c_bit_ops.c193 rt_size_t bytes = 0; in i2c_send_bytes() local
206 bytes ++; in i2c_send_bytes()
222 return bytes; in i2c_send_bytes()
247 rt_int32_t bytes = 0; /* actual bytes */ in i2c_recv_bytes() local
258 bytes ++; in i2c_recv_bytes()
280 return bytes; in i2c_recv_bytes()
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dtftp_server.h76 int (*read)(void* handle, void* buf, int bytes);
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dtftp_server.h76 int (*read)(void* handle, void* buf, int bytes);
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c863 uint8_t bytes[UTF8_STACKBUF] = {0}; in ttydisc_rubchar() local
868 bytes[curidx] = c; in ttydisc_rubchar()
882 bytes[curidx] = c; in ttydisc_rubchar()
891 memmove(&bytes[0], &bytes[curidx + 1], in ttydisc_rubchar()
894 if (nb == UTF8_STACKBUF && CTL_UTF8_CONT(bytes[0])) in ttydisc_rubchar()
900 ttyinq_write(&tp->t_inq, bytes, UTF8_STACKBUF, 0); in ttydisc_rubchar()
906 codepoint = teken_utf8_bytes_to_codepoint(bytes, nb); in ttydisc_rubchar()
916 ttyinq_write(&tp->t_inq, bytes, nb, 0); in ttydisc_rubchar()
A Dtty.c136 size_t bytes; in tty_drain() local
166 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
179 else if (leaving && ttyoutq_bytesused(&tp->t_outq) < bytes) in tty_drain()
184 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c558 ssize_t bytes, total = 0; in nfs_read() local
600 bytes = res.READ3res_u.resok.count; in nfs_read()
601 total += bytes; in nfs_read()
602 fd->offset += bytes; in nfs_read()
605 memcpy(buf, res.READ3res_u.resok.data.data_val, bytes); in nfs_read()
627 ssize_t bytes, total = 0; in nfs_write() local
671 bytes = res.WRITE3res_u.resok.count; in nfs_write()
672 fd->offset += bytes; in nfs_write()
673 total += bytes; in nfs_write()
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt97 63 bytes long, and the total max length (including length bytes for each
98 item) is 255 bytes.
A Dppp.txt254 * secret_len, size in bytes of the L2TP secret
411 * buffer_len, buffer length in bytes
A Drawapi.txt227 in lwipopts.h. The number of bytes available in the output queue can
231 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,
242 amount bytes that was acknowledged by the last acknowledgment.
/components/net/lwip/lwip-2.1.2/doc/
A Dmdns.txt97 63 bytes long, and the total max length (including length bytes for each
98 item) is 255 bytes.
A Dppp.txt254 * secret_len, size in bytes of the L2TP secret
411 * buffer_len, buffer length in bytes
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c251 static void test_sockets_msgapi_update_iovs(struct msghdr *msg, size_t bytes) in test_sockets_msgapi_update_iovs() argument
261 if (msg->msg_iov[i].iov_len <= bytes) { in test_sockets_msgapi_update_iovs()
263 bytes -= msg->msg_iov[i].iov_len; in test_sockets_msgapi_update_iovs()
274 msg->msg_iov[0].iov_base = ((u8_t *)msg->msg_iov[0].iov_base + bytes); in test_sockets_msgapi_update_iovs()
275 msg->msg_iov[0].iov_len -= bytes; in test_sockets_msgapi_update_iovs()
/components/mm/
A DKconfig4 hex "Affinity block size in bytes for page management"
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt206 in lwipopts.h. The number of bytes available in the output queue can
210 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,
221 amount bytes that was acknowledged by the last acknowledgment.
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP403 2014-12-20 - pppd: Fix sign-extension when displaying bytes in octal
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP403 2014-12-20 - pppd: Fix sign-extension when displaying bytes in octal
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG143 ERR_OK without all bytes being written)
2410 and created defines for swapping bytes and folding u32 to u16.
2884 elements to overflow. This is achieved by adding some bytes before and after
3875 is to prefix the 14-bit Ethernet headers with two padding bytes.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG396 ERR_OK without all bytes being written)
2663 and created defines for swapping bytes and folding u32 to u16.
3137 elements to overflow. This is achieved by adding some bytes before and after
4128 is to prefix the 14-bit Ethernet headers with two padding bytes.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1454 and created defines for swapping bytes and folding u32 to u16.
1928 elements to overflow. This is achieved by adding some bytes before and after
2919 is to prefix the 14-bit Ethernet headers with two padding bytes.

Completed in 31 milliseconds