Home
last modified time | relevance | path

Searched refs:os_open_file (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/um/kernel/
H A Dksyms.c17 EXPORT_SYMBOL(os_open_file); variable
H A Dinitrd.c67 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in load_initrd()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dksyms.c17 EXPORT_SYMBOL(os_open_file); variable
H A Dload_file.c14 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in __uml_load_file()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Drandom.c72 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
H A Dhostaudio_kern.c200 ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0); in hostaudio_open()
261 ret = os_open_file(mixer, of_set_rw(OPENFLAGS(), r, w), 0); in hostmixer_open_mixdev()
H A Dubd_kern.c578 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size()
683 fd = os_open_file(file, *openflags, mode); in open_ubd_file()
691 fd = os_open_file(file, *openflags, mode); in open_ubd_file()
H A Dvector_user.c833 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/
H A Dtuntap_user.c140 pri->fd = os_open_file("/dev/net/tun", in tuntap_open()
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/
H A Dtuntap_user.c140 pri->fd = os_open_file("/dev/net/tun", in tuntap_open()
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dos.h146 extern int os_open_file(const char *file, struct openflags flags, int mode);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dos.h151 extern int os_open_file(const char *file, struct openflags flags, int mode);
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 13 milliseconds