Home
last modified time | relevance | path

Searched defs:oflags (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/audio/
H A Dossaudio.c252 int oflags = (oopts->has_exclusive && oopts->exclusive) ? O_EXCL : 0; in oss_open() local
/openbmc/qemu/hw/9pfs/
H A D9p.c128 int oflags = flags & O_ACCMODE; in dotl_to_open_flags() local
173 static int get_dotl_openflags(V9fsState *s, int oflags) in get_dotl_openflags()
/openbmc/qemu/linux-user/
H A Dstrace.c1877 target_tcflag_t oflags = tswap32(target->c_oflag); in print_termios() local