Searched refs:os_write (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/serial/ |
H A D | sandbox.c | 58 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 D | os.h | 37 ssize_t os_write(int fd, const void *buf, size_t count);
|
/openbmc/u-boot/fs/sandbox/ |
H A D | sandboxfs.c | 70 size = os_write(fd, buffer, towrite); in sandbox_fs_write_at()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec_test.c | 116 os_write(fd, fdt, size); in make_fdt()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sandbox.c | 307 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 D | sandbox.c | 83 ssize_t len = os_write(host_dev->fd, buffer, blkcnt * block_dev->blksz);
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | os.c | 41 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 D | state.c | 289 if (os_write(fd, state->state_fdt, size) != size) { in sandbox_write_state()
|