Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/s390x/uvdevice/
Dtest_uvdevice.c40 self->uv_fd = open(UV_PATH, O_ACCMODE); in FIXTURE_SETUP()
162 self->uv_fd = open(UV_PATH, O_ACCMODE); in FIXTURE_SETUP()
268 int fd = open(UV_PATH, O_ACCMODE); in main()
/tools/include/uapi/asm-generic/
Dfcntl.h19 #define O_ACCMODE 00000003 macro
/tools/perf/trace/beauty/
Dopen_flags.c30 if ((flags & O_ACCMODE) == O_RDONLY) in open__scnprintf_flags()
/tools/objtool/
Delf.c1019 if ((flags & O_ACCMODE) == O_RDONLY) in elf_open_read()
1021 else if ((flags & O_ACCMODE) == O_RDWR) in elf_open_read()