Searched refs:OPENFLAGS (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/arch/um/kernel/ |
D | load_file.c | 14 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in __uml_load_file()
|
/linux-6.6.21/arch/um/drivers/ |
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()
|
D | random.c | 72 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
|
D | vector_user.c | 834 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
|
D | ubd_kern.c | 530 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size()
|
/linux-6.6.21/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 141 of_cloexec(of_rdwr(OPENFLAGS())), 0); in tuntap_open()
|
/linux-6.6.21/arch/um/include/shared/ |
D | os.h | 76 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \ macro
|
/linux-6.6.21/arch/um/os-Linux/ |
D | file.c | 162 *mode_out = OPENFLAGS(); in os_file_mode()
|