os_open_file      200 arch/um/drivers/hostaudio_kern.c 	ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0);
os_open_file      261 arch/um/drivers/hostaudio_kern.c 	ret = os_open_file(mixer, of_set_rw(OPENFLAGS(), r, w), 0);
os_open_file      126 arch/um/drivers/random.c 	err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0);
os_open_file      575 arch/um/drivers/ubd_kern.c 	fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0);
os_open_file      680 arch/um/drivers/ubd_kern.c 	fd = os_open_file(file, *openflags, mode);
os_open_file      688 arch/um/drivers/ubd_kern.c 		fd = os_open_file(file, *openflags, mode);
os_open_file      146 arch/um/include/shared/os.h extern int os_open_file(const char *file, struct openflags flags, int mode);
os_open_file       67 arch/um/kernel/initrd.c 	fd = os_open_file(filename, of_read(OPENFLAGS()), 0);
os_open_file       17 arch/um/kernel/ksyms.c EXPORT_SYMBOL(os_open_file);
os_open_file      140 arch/um/os-Linux/drivers/tuntap_user.c 		pri->fd = os_open_file("/dev/net/tun",