Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/lib/libc/arcmwdt/
Dlibc-hooks.c42 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/
Dlibc-hooks.c179 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/
Dext2_ops.c135 static ssize_t ext2_read(struct fs_file_t *filp, void *dest, size_t nbytes) in ext2_read()
152 static ssize_t ext2_write(struct fs_file_t *filp, const void *src, size_t nbytes) in ext2_write()
Dext2_impl.c609 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/
Dcan_shell.c88 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/
Dmain.c95 uint32_t nbytes; in spi_clocks_to_bytes() local
/Zephyr-latest/drivers/flash/
Dflash_stm32h7x.c458 const uint8_t nbytes = FLASH_NB_32BITWORD_IN_FLASHWORD * 4; local
/Zephyr-latest/subsys/net/lib/sockets/
Dsocketpair.c967 int *nbytes; in spair_ioctl() local
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1610 int nbytes = atoi(argv[0]); in MODEM_CMD_DEFINE() local