Searched defs:nbyte (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffsfs.c | 1065 int yaffsfs_do_read(int handle, void *vbuf, unsigned int nbyte, in yaffsfs_do_read() 1177 int yaffs_read(int handle, void *buf, unsigned int nbyte) in yaffs_read() 1182 int yaffs_pread(int handle, void *buf, unsigned int nbyte, loff_t offset) in yaffs_pread() 1187 int yaffsfs_do_write(int handle, const void *vbuf, unsigned int nbyte, in yaffsfs_do_write() 1294 int yaffs_write(int fd, const void *buf, unsigned int nbyte) in yaffs_write() 1299 int yaffs_pwrite(int fd, const void *buf, unsigned int nbyte, loff_t offset) in yaffs_pwrite()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/ |
D | brcmu_utils.h |
|
/openbmc/libmctp/ |
H A D | serial.c | 113 static int mctp_serial_write(void *fildesp, void *buf, size_t nbyte) in mctp_serial_write()
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 236 abi_ulong nbyte; in padzero() local
|
/openbmc/u-boot/drivers/spi/ |
H A D | sh_qspi.c | 149 u32 nbyte, chunk; in sh_qspi_xfer_common() local
|