Home
last modified time | relevance | path

Searched refs:OPENFLAGS (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/um/kernel/
Dload_file.c14 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in __uml_load_file()
/linux-6.1.9/arch/um/drivers/
Dhostaudio_kern.c198 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()
Drandom.c72 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
Dvector_user.c834 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
Dubd_kern.c530 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size()
/linux-6.1.9/arch/um/os-Linux/drivers/
Dtuntap_user.c141 of_cloexec(of_rdwr(OPENFLAGS())), 0); in tuntap_open()
/linux-6.1.9/arch/um/include/shared/
Dos.h76 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \ macro
/linux-6.1.9/arch/um/os-Linux/
Dfile.c162 *mode_out = OPENFLAGS(); in os_file_mode()