HomeSort by relevance Sort by last modified time
    Searched refs:os_write (Results 1 - 9 of 9) sorted by null

  /external/u-boot/drivers/serial/
sandbox.c 55 os_write(1, ansi_code, sizeof(ansi_code) - 1);
60 os_write(1, "\x1b[0m", 4);
95 os_write(1, &ch, 1);
  /external/u-boot/include/
os.h 47 ssize_t os_write(int fd, const void *buf, size_t count);
  /external/u-boot/fs/sandbox/
sandboxfs.c 70 size = os_write(fd, buffer, towrite);
  /external/u-boot/lib/
fdtdec_test.c 116 os_write(fd, fdt, size);
  /external/u-boot/drivers/block/
sandbox.c 83 ssize_t len = os_write(host_dev->fd, buffer, blkcnt * block_dev->blksz);
  /external/u-boot/drivers/mtd/spi/
sandbox.c 318 ret = os_write(sbsf->fd, sandbox_sf_0xff, todo);
457 ret = os_write(sbsf->fd, rx + pos, cnt);
459 puts("sandbox_spi: os_write() failed\n");
  /external/u-boot/arch/sandbox/cpu/
state.c 289 if (os_write(fd, state->state_fdt, size) != size) {
os.c 49 ssize_t os_write(int fd, const void *buf, size_t count) function
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 3782 os_write(PyObject *module, PyObject *const *args, Py_ssize_t nargs) function
    [all...]

Completed in 1804 milliseconds