Home
last modified time | relevance | path

Searched defs:how (Results 1 – 25 of 89) sorted by relevance

1234

/external/linux-kselftest/tools/testing/selftests/openat2/
Dhelpers.c17 bool needs_openat2(const struct open_how *how) in needs_openat2()
22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2()
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()
98 struct open_how how = {}; in init() local
Drename_attack_test.c91 struct open_how how = { in test_rename_attack() local
Dresolve_test.c113 struct open_how how; member
/external/ltp/include/lapi/
Dopenat2.h58 struct open_how *how, size_t size) in openat2()
66 struct open_how how; member
Dsafe_rt_signal.h37 int how, const sigset_t *set, in safe_rt_sigprocmask()
56 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ argument
/external/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c12 static struct open_how *how; variable
22 struct open_how **how; member
Dopenat201.c13 static struct open_how *how; variable
24 struct open_how **how; member
Dopenat202.c12 static struct open_how *how; variable
/external/trusty/musl/src/network/
Dshutdown.c4 int shutdown(int fd, int how) in shutdown()
/external/musl/src/network/
Dshutdown.c4 int shutdown(int fd, int how) in shutdown()
/external/trusty/musl/src/thread/
Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask()
/external/musl/src/signal/
Dsigprocmask.c4 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigprocmask()
/external/musl/src/thread/
Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask()
/external/trusty/musl/src/signal/
Dsigprocmask.c4 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigprocmask()
/external/strace/tests-m32/
Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/external/strace/tests/
Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/external/strace/tests-mx32/
Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/external/linux-kselftest/tools/testing/selftests/arm64/bti/
Dsignal.c34 int sigprocmask(int how, const sigset_t *mask, sigset_t *old) in sigprocmask()
/external/liburing/test/
Dself.c21 struct open_how how; in io_openat2() local
Dopenat2.c22 struct open_how __how, *how; in test_openat2() local
/external/python/cpython3/Lib/
Dsignal.py70 def pthread_sigmask(how, mask): argument
/external/python/cpython3/Lib/asyncio/
Dtrsock.py65 def shutdown(self, how): argument

1234