Searched defs:nbytes (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/lib/libc/arcmwdt/ |
D | libc-hooks.c | 42 int z_impl_zephyr_write_stdout(const void *buffer, int nbytes) in z_impl_zephyr_write_stdout() 57 static inline int z_vrfy_zephyr_write_stdout(const void *buf, int nbytes) in z_vrfy_zephyr_write_stdout() 66 int _write(int fd, const char *buf, unsigned int nbytes) in _write()
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 179 int z_impl_zephyr_read_stdin(char *buf, int nbytes) in z_impl_zephyr_read_stdin() 194 static inline int z_vrfy_zephyr_read_stdin(char *buf, int nbytes) in z_vrfy_zephyr_read_stdin() 202 int z_impl_zephyr_write_stdout(const void *buffer, int nbytes) in z_impl_zephyr_write_stdout() 217 static inline int z_vrfy_zephyr_write_stdout(const void *buf, int nbytes) in z_vrfy_zephyr_write_stdout() 226 int _read(int fd, void *buf, int nbytes) in _read() 234 int _write(int fd, const void *buf, int nbytes) in _write() 502 _ssize_t _read_r(struct _reent *r, int fd, void *buf, size_t nbytes) in _read_r() 509 _ssize_t _write_r(struct _reent *r, int fd, const void *buf, size_t nbytes) in _write_r()
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_ops.c | 136 static ssize_t ext2_read(struct fs_file_t *filp, void *dest, size_t nbytes) in ext2_read() 153 static ssize_t ext2_write(struct fs_file_t *filp, const void *src, size_t nbytes) in ext2_write()
|
D | ext2_impl.c | 609 ssize_t ext2_inode_read(struct ext2_inode *inode, void *buf, uint32_t offset, size_t nbytes) in ext2_inode_read() 643 ssize_t ext2_inode_write(struct ext2_inode *inode, const void *buf, uint32_t offset, size_t nbytes) in ext2_inode_write()
|
/Zephyr-latest/drivers/can/ |
D | can_shell.c | 88 uint8_t nbytes = can_dlc_to_bytes(frame->dlc); in can_shell_print_frame() local 731 int nbytes; in cmd_can_send() local
|
/Zephyr-latest/tests/boards/mec172xevb_assy6906/qspi/src/ |
D | main.c | 95 uint32_t nbytes; in spi_clocks_to_bytes() local
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socketpair.c | 961 int *nbytes; in spair_ioctl() local
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32h7x.c | 650 const uint8_t nbytes = FLASH_NB_32BITWORD_IN_FLASHWORD * 4; local
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_dw.c | 426 static void read_rx_fifo(const struct device *dev, uint8_t *buf, int32_t nbytes) in read_rx_fifo() 456 static void write_tx_fifo(const struct device *dev, const uint8_t *buf, int32_t nbytes) in write_tx_fifo() 489 static void read_ibi_fifo(const struct device *dev, uint8_t *buf, int32_t nbytes) in read_ibi_fifo()
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1610 int nbytes = atoi(argv[0]); in MODEM_CMD_DEFINE() local
|