Home
last modified time | relevance | path

Searched refs:os_open_file (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/um/kernel/
H A Dload_file.c14 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in __uml_load_file()
H A Dksyms.c17 EXPORT_SYMBOL(os_open_file);
/openbmc/linux/arch/um/drivers/
H A Drandom.c72 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
H A Dhostaudio_kern.c198 ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0); in hostaudio_open()
259 ret = os_open_file(mixer, of_set_rw(OPENFLAGS(), r, w), 0); in hostmixer_open_mixdev()
H A Dubd_kern.c530 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size()
635 fd = os_open_file(file, *openflags, mode); in open_ubd_file()
643 fd = os_open_file(file, *openflags, mode); in open_ubd_file()
H A Dvector_user.c834 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
/openbmc/linux/arch/um/os-Linux/drivers/
H A Dtuntap_user.c140 pri->fd = os_open_file("/dev/net/tun", in tuntap_open()
/openbmc/linux/arch/um/include/shared/
H A Dos.h151 extern int os_open_file(const char *file, struct openflags flags, int mode);
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c179 int os_open_file(const char *file, struct openflags flags, int mode) in os_open_file() function