Searched refs:simc_write (Results 1 – 3 of 3) sorted by relevance
59 simc_write(1, buf, count); in rs_write()170 simc_write(1, s, min(count, strlen(s))); in iss_console_write()
90 io = simc_write(dev->fd, buffer, nbytes); in simdisk_transfer()
59 static inline int simc_write(int fd, const void *buf, size_t count) in simc_write() function