/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | ksyms.c | 17 EXPORT_SYMBOL(os_open_file); variable
|
H A D | initrd.c | 67 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in load_initrd()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | ksyms.c | 17 EXPORT_SYMBOL(os_open_file); variable
|
H A D | load_file.c | 14 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in __uml_load_file()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | random.c | 72 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
|
H A D | hostaudio_kern.c | 200 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 D | ubd_kern.c | 578 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 D | vector_user.c | 833 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | random.c | 72 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
|
H A D | hostaudio_kern.c | 198 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 D | ubd_kern.c | 530 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 D | vector_user.c | 834 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 D | tuntap_user.c | 140 pri->fd = os_open_file("/dev/net/tun", in tuntap_open()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/ |
H A D | tuntap_user.c | 140 pri->fd = os_open_file("/dev/net/tun", in tuntap_open()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 146 extern int os_open_file(const char *file, struct openflags flags, int mode);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 151 extern int os_open_file(const char *file, struct openflags flags, int mode);
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | file.c | 179 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 D | file.c | 179 int os_open_file(const char *file, struct openflags flags, int mode) in os_open_file() function
|