/third_party/ltp/testcases/kernel/fs/doio/ |
D | open_flags.c | 135 #if O_ASYNC 136 {"O_ASYNC", O_ASYNC},
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 14 #define O_ASYNC 010000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 14 #define O_ASYNC 010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 14 #define O_ASYNC 010000 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 14 #define O_ASYNC 020000 macro
|
/third_party/alsa-lib/src/control/ |
D | control_hw.c | 98 flags |= O_ASYNC; in snd_ctl_hw_async() 100 flags &= ~O_ASYNC; in snd_ctl_hw_async() 418 fmode |= O_ASYNC; in snd_ctl_hw_open()
|
/third_party/alsa-lib/src/timer/ |
D | timer_hw.c | 79 flags |= O_ASYNC; in snd_timer_hw_async() 81 flags &= ~O_ASYNC; in snd_timer_hw_async()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns13.c | 72 SAFE_FCNTL(pipe_fd[0], F_SETFL, flags | O_ASYNC); in child_fn()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 114 #define FASYNC O_ASYNC
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 111 #define FASYNC O_ASYNC
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 111 #define FASYNC O_ASYNC
|