Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dsandbox.c58 os_write(1, ansi_code, sizeof(ansi_code) - 1); in output_ansi_colour()
63 os_write(1, "\x1b[0m", 4); in output_ansi_reset()
101 os_write(1, &ch, 1); in sandbox_serial_putc()
/openbmc/u-boot/include/
H A Dos.h37 ssize_t os_write(int fd, const void *buf, size_t count);
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c70 size = os_write(fd, buffer, towrite); in sandbox_fs_write_at()
/openbmc/u-boot/lib/
H A Dfdtdec_test.c116 os_write(fd, fdt, size); in make_fdt()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c307 ret = os_write(sbsf->fd, sandbox_sf_0xff, todo); in sandbox_erase_part()
446 ret = os_write(sbsf->fd, rx + pos, cnt); in sandbox_sf_xfer()
/openbmc/u-boot/drivers/block/
H A Dsandbox.c83 ssize_t len = os_write(host_dev->fd, buffer, blkcnt * block_dev->blksz);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c41 ssize_t os_write(int fd, const void *buf, size_t count) in os_write() function
110 if (os_write(fd, buf, size) != size) { in os_write_file()
H A Dstate.c289 if (os_write(fd, state->state_fdt, size) != size) { in sandbox_write_state()