Home
last modified time | relevance | path

Searched refs:os_read_file (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/um/kernel/
H A Dsigio.c18 os_read_file(sigio_irq_fd, &c, sizeof(c)); in sigio_interrupt()
H A Dload_file.c20 n = os_read_file(fd, buf, size); in __uml_load_file()
H A Dksyms.c18 EXPORT_SYMBOL(os_read_file);
H A Dtime.c82 ret = os_read_file(time_travel_ext_fd, msg, sizeof(*msg)); in time_travel_handle_message()
/openbmc/linux/arch/um/drivers/
H A Drandom.c39 ret = os_read_file(random_fd, buf, max); in rng_dev_read()
H A Drtc_kern.c105 os_read_file(uml_rtc_irq_fd, &c, sizeof(c)); in uml_rtc_interrupt()
H A Dhostaudio_kern.c85 err = os_read_file(state->fd, kbuf, count); in hostaudio_read()
H A Dvirtio_uml.c109 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 Dvector_user.c845 res = os_read_file(ffd, bpf, statbuf.st_size); in uml_vector_user_bpf()
H A Dubd_kern.c429 res = os_read_file( in bulk_req_safe_read()
/openbmc/u-boot/include/
H A Dos.h365 int os_read_file(const char *name, void **bufp, int *sizep);
/openbmc/linux/arch/um/include/shared/
H A Dos.h152 extern int os_read_file(int fd, void *buf, int len);
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c264 int os_read_file(int fd, void *buf, int len) in os_read_file() function
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c120 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file() function