Searched refs:os_write_file (Results 1 – 10 of 10) sorted by relevance
/linux/arch/um/drivers/ |
H A D | cow_sys.h | 38 return os_write_file(fd, buf, size); in cow_write_file()
|
H A D | hostaudio_kern.c | 112 err = os_write_file(state->fd, kbuf, count); in hostaudio_write()
|
H A D | port_kern.c | 112 os_write_file(fd, NO_WAITER_MSG, sizeof(NO_WAITER_MSG)); in port_accept()
|
H A D | ubd_kern.c | 1283 ret = os_write_file(thread_fd, &io_req, sizeof(io_req)); in ubd_submit_request() 1532 res = os_write_file(kernel_fd, in io_thread()
|
H A D | virtio_uml.c | 798 rc = os_write_file(info->kick_fd, &n, sizeof(n)); in vu_notify()
|
/linux/arch/um/kernel/ |
H A D | ksyms.c | 19 EXPORT_SYMBOL(os_write_file);
|
H A D | physmem.c | 109 os_write_file(physmem_fd, __syscall_stub_start, PAGE_SIZE); in setup_physmem()
|
H A D | time.c | 182 os_write_file(time_travel_ext_fd, &resp, sizeof(resp)); in time_travel_handle_message() 212 os_write_file(time_travel_ext_fd, &msg, sizeof(msg)); in time_travel_ext_req()
|
/linux/arch/um/include/shared/ |
H A D | os.h | 153 extern int os_write_file(int fd, const void *buf, int count);
|
/linux/arch/um/os-Linux/ |
H A D | file.c | 293 int os_write_file(int fd, const void *buf, int len) in os_write_file() function
|