Home
last modified time | relevance | path

Searched refs:coe (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/signalfd4/
H A Dsignalfd4_01.c127 int fd, coe; in main() local
145 coe = fcntl(fd, F_GETFD); in main()
146 if (coe == -1) { in main()
149 if (coe & FD_CLOEXEC) { in main()
163 coe = fcntl(fd, F_GETFD); in main()
164 if (coe == -1) { in main()
167 if ((coe & FD_CLOEXEC) == 0) { in main()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd02.c126 int fd, coe; in main() local
141 coe = fcntl(fd, F_GETFD); in main()
142 if (coe == -1) { in main()
145 if (coe & FD_CLOEXEC) { in main()
159 coe = fcntl(fd, F_GETFD); in main()
160 if (coe == -1) { in main()
163 if ((coe & FD_CLOEXEC) == 0) { in main()
/third_party/ltp/testcases/kernel/syscalls/epoll_create1/
H A Depoll_create1_01.c31 int fd, coe; in run() local
37 coe = SAFE_FCNTL(fd, F_GETFD); in run()
38 if ((coe & FD_CLOEXEC) != tc[n].exp_flag) in run()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c238 int coe; member
6934 if (clp->coe) { in normal_in_operation()
6977 if (clp->coe) { in normal_out_operation()
7027 if (clp->coe) { in sg_in_operation()
7096 if (clp->coe) in sg_out_operation()

Completed in 9 milliseconds