Searched refs:os_read_file (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/um/kernel/ |
H A D | sigio.c | 18 os_read_file(sigio_irq_fd, &c, sizeof(c)); in sigio_interrupt()
|
H A D | load_file.c | 20 n = os_read_file(fd, buf, size); in __uml_load_file()
|
H A D | ksyms.c | 18 EXPORT_SYMBOL(os_read_file);
|
H A D | time.c | 82 ret = os_read_file(time_travel_ext_fd, msg, sizeof(*msg)); in time_travel_handle_message()
|
/openbmc/linux/arch/um/drivers/ |
H A D | random.c | 39 ret = os_read_file(random_fd, buf, max); in rng_dev_read()
|
H A D | rtc_kern.c | 105 os_read_file(uml_rtc_irq_fd, &c, sizeof(c)); in uml_rtc_interrupt()
|
H A D | hostaudio_kern.c | 85 err = os_read_file(state->fd, kbuf, count); in hostaudio_read()
|
H A D | virtio_uml.c | 109 rc = os_read_file(fd, buf, len); in full_read() 812 rc = os_read_file(info->call_fd, &n, sizeof(n)); in vu_interrupt()
|
H A D | vector_user.c | 845 res = os_read_file(ffd, bpf, statbuf.st_size); in uml_vector_user_bpf()
|
H A D | ubd_kern.c | 429 res = os_read_file( in bulk_req_safe_read()
|
/openbmc/u-boot/include/ |
H A D | os.h | 365 int os_read_file(const char *name, void **bufp, int *sizep);
|
/openbmc/linux/arch/um/include/shared/ |
H A D | os.h | 152 extern int os_read_file(int fd, void *buf, int len);
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 264 int os_read_file(int fd, void *buf, int len) in os_read_file() function
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | os.c | 120 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file() function
|