Searched refs:os_open_file (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/um/kernel/ |
H A D | load_file.c | 14 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in __uml_load_file()
|
H A D | ksyms.c | 17 EXPORT_SYMBOL(os_open_file);
|
/openbmc/linux/arch/um/drivers/ |
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 | random.c | 72 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
|
H A D | ubd_kern.c | 518 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size() 623 fd = os_open_file(file, *openflags, mode); in open_ubd_file() 631 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()
|
/openbmc/linux/arch/um/os-Linux/drivers/ |
H A D | tuntap_user.c | 140 pri->fd = os_open_file("/dev/net/tun", in tuntap_open()
|
/openbmc/linux/arch/um/include/shared/ |
H A D | os.h | 151 extern int os_open_file(const char *file, struct openflags flags, int mode);
|
/openbmc/linux/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
|