Home
last modified time | relevance | path

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

/arch/um/drivers/
Dubd_kern.c132 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 1, .c = 0, \ macro
135 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 0, .c = 0, \ macro
138 static struct openflags global_openflags = OPEN_FLAGS;
187 .boot_openflags = OPEN_FLAGS, \
188 .openflags = OPEN_FLAGS, \