Searched refs:os_open_file (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/um/kernel/ |
D | ksyms.c | 17 EXPORT_SYMBOL(os_open_file);
|
D | initrd.c | 69 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in load_initrd()
|
/linux-4.4.14/arch/um/drivers/ |
D | hostaudio_kern.c | 204 ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0); in hostaudio_open() 265 ret = os_open_file(mixer, of_set_rw(OPENFLAGS(), r, w), 0); in hostmixer_open_mixdev()
|
D | random.c | 126 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
|
D | ubd_kern.c | 517 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size() 626 fd = os_open_file(file, *openflags, mode); in open_ubd_file() 634 fd = os_open_file(file, *openflags, mode); in open_ubd_file()
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 140 pri->fd = os_open_file("/dev/net/tun", in tuntap_open()
|
/linux-4.4.14/arch/um/include/shared/ |
D | os.h | 144 extern int os_open_file(const char *file, struct openflags flags, int mode);
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 173 int os_open_file(const char *file, struct openflags flags, int mode) in os_open_file() function
|