Home
last modified time | relevance | path

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

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