Home
last modified time | relevance | path

Searched refs:os_write (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dsandbox.c56 os_write(1, ansi_code, sizeof(ansi_code) - 1); in output_ansi_colour()
61 os_write(1, "\x1b[0m", 4); in output_ansi_reset()
96 os_write(1, &ch, 1); in sandbox_serial_putc()
/OK3568_Linux_fs/u-boot/include/
H A Dos.h47 ssize_t os_write(int fd, const void *buf, size_t count);
/OK3568_Linux_fs/u-boot/fs/sandbox/
H A Dsandboxfs.c71 size = os_write(fd, buffer, towrite); in sandbox_fs_write_at()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec_test.c116 os_write(fd, fdt, size); in make_fdt()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsandbox.c309 ret = os_write(sbsf->fd, sandbox_sf_0xff, todo); in sandbox_erase_part()
448 ret = os_write(sbsf->fd, rx + pos, cnt); in sandbox_sf_xfer()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsandbox.c84 ssize_t len = os_write(host_dev->fd, buffer, blkcnt * block_dev->blksz);
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstate.c289 if (os_write(fd, state->state_fdt, size) != size) { in sandbox_write_state()
H A Dos.c48 ssize_t os_write(int fd, const void *buf, size_t count) in os_write() function