Searched refs:os_read_file (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/um/kernel/ |
D | sigio.c | 18 os_read_file(sigio_irq_fd, &c, sizeof(c)); in sigio_interrupt()
|
D | ksyms.c | 18 EXPORT_SYMBOL(os_read_file);
|
D | initrd.c | 75 n = os_read_file(fd, buf, size); in load_initrd()
|
/linux-4.1.27/arch/um/drivers/ |
D | random.c | 54 n = os_read_file(random_fd, &data, sizeof(data)); in rng_dev_read()
|
D | ubd_kern.c | 456 n = os_read_file(thread_fd, &req, in ubd_handler() 542 err = os_read_file(fd, buf, len); in read_cow_bitmap() 1442 n = os_read_file(req->fds[bit], buf, len); in do_io() 1483 n = os_read_file(kernel_fd, &req, in io_thread()
|
D | hostaudio_kern.c | 85 err = os_read_file(state->fd, kbuf, count); in hostaudio_read()
|
/linux-4.1.27/arch/um/include/shared/ |
D | os.h | 143 extern int os_read_file(int fd, void *buf, int len);
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 214 err = os_read_file(fd, new_buf, cur); in hppfs_read_file() 361 n = os_read_file(fd, data->contents, sizeof(data->contents)); in hppfs_get_data()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 257 int os_read_file(int fd, void *buf, int len) in os_read_file() function
|