Home
last modified time | relevance | path

Searched refs:O_ASYNC (Results 1 - 25 of 70) sorted by relevance

123

/third_party/ltp/testcases/kernel/fs/doio/
H A Dopen_flags.c135 #if O_ASYNC
136 {"O_ASYNC", O_ASYNC},
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h14 #define O_ASYNC 010000 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h14 #define O_ASYNC 010000 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h14 #define O_ASYNC 010000 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h14 #define O_ASYNC 020000 macro
/third_party/alsa-lib/src/control/
H A Dcontrol_hw.c99 flags |= O_ASYNC; in snd_ctl_hw_async()
101 flags &= ~O_ASYNC; in snd_ctl_hw_async()
103 SYSERR("F_SETFL for O_ASYNC failed"); in snd_ctl_hw_async()
451 fmode |= O_ASYNC; in snd_ctl_hw_open()
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns13.c72 SAFE_FCNTL(pipe_fd[0], F_SETFL, flags | O_ASYNC); in child_fn()
/third_party/alsa-lib/src/timer/
H A Dtimer_hw.c79 flags |= O_ASYNC; in snd_timer_hw_async()
81 flags &= ~O_ASYNC; in snd_timer_hw_async()
83 SYSERR("F_SETFL for O_ASYNC failed"); in snd_timer_hw_async()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h112 #define FASYNC O_ASYNC
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h111 #define FASYNC O_ASYNC
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h111 #define FASYNC O_ASYNC
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h111 #define FASYNC O_ASYNC
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h114 #define FASYNC O_ASYNC

Completed in 9 milliseconds

123