Home
last modified time | relevance | path

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

/arch/um/drivers/
Dcow_sys.h37 return os_write_file(fd, buf, size); in cow_write_file()
Dport_kern.c110 os_write_file(fd, NO_WAITER_MSG, sizeof(NO_WAITER_MSG)); in port_accept()
Dubd_kern.c1257 int n = os_write_file(thread_fd, &io_req, in submit_request()
1386 n = os_write_file(req->fds[1], &req->bitmap_words, in update_bitmap()
1452 n = os_write_file(req->fds[bit], buf, len); in do_io()
1497 n = os_write_file(kernel_fd, &req, in io_thread()
Dhostaudio_kern.c116 err = os_write_file(state->fd, kbuf, count); in hostaudio_write()
/arch/um/kernel/
Dksyms.c19 EXPORT_SYMBOL(os_write_file);
Dphysmem.c113 os_write_file(physmem_fd, __syscall_stub_start, PAGE_SIZE); in setup_physmem()
/arch/um/include/shared/
Dos.h146 extern int os_write_file(int fd, const void *buf, int count);
/arch/um/os-Linux/
Dfile.c268 int os_write_file(int fd, const void *buf, int len) in os_write_file() function