Home
last modified time | relevance | path

Searched defs:openflags (Results 1 – 2 of 2) sorted by relevance

/arch/um/include/shared/
Dos.h65 struct openflags { struct
76 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \ argument
/arch/um/drivers/
Dubd_kern.c162 struct openflags openflags; member
625 static int open_ubd_file(char *file, struct openflags *openflags, int shared, in open_ubd_file()