| /third_party/ltp/testcases/kernel/syscalls/signal/ |
| H A D | signal02.c | 14 static int sigs[] = { _NSIG + 1, SIGKILL, SIGSTOP }; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/ |
| H A D | 1-3.c | 23 static const int sigs[] = { variable
|
| H A D | 4-1.c | 23 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
| /third_party/musl/src/linux/ |
| H A D | signalfd.c | 7 int signalfd(int fd, const sigset_t *sigs, int flags) in signalfd() argument
|
| H A D | epoll.c | 32 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait() argument
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/ |
| H A D | 3-1.c | 25 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/ |
| H A D | 5-1.c | 21 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/ |
| H A D | 3-1.c | 22 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
| /third_party/toybox/porting/liteos_a/toys/other/ |
| H A D | reboot.c | 23 sigs[] = {SIGTERM, SIGUSR1, SIGUSR2}, idx; in reboot_main() local
|
| /test/testfwk/arkxtest/coverage_signal_handler/src/ |
| H A D | coverage_signal_handler.cpp | 31 int sigs[] = { in ctor() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigdelset/ |
| H A D | 4-1.c | 25 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigismember/ |
| H A D | 5-1.c | 24 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
| /third_party/toybox/toys/other/ |
| H A D | reboot.c | 34 sigs[] = {SIGTERM, SIGUSR1, SIGUSR2}, idx; in reboot_main() local
|
| /kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
| H A D | signal_test_009.cpp | 86 int sigs; in TestSigSet() local
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_signal.cc | 97 int signal_set_handler(void (*handler)(int), Signals &&sigs) { in signal_set_handler() argument
|
| /third_party/ltp/libs/libltpsigwait/ |
| H A D | sigwait.c | 15 sigset_t sigs; in test_empty_set() local 40 sigset_t sigs; in test_timeout() local 74 sigset_t sigs; in test_unmasked_matching() local 102 sigset_t sigs; test_unmasked_matching_noinfo() local 124 sigset_t sigs, oldmask; test_masked_matching() local 172 sigset_t sigs, oldmask; test_masked_matching_rt() local 238 sigset_t sigs, oldmask; test_masked_matching_noinfo() local 280 sigset_t sigs, oldmask; test_bad_address() local 361 sigset_t sigs; test_bad_address3() local [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
| H A D | 16-1.c | 51 static struct sig_info sigs[] = { variable
|
| /third_party/node/deps/v8/src/trap-handler/ |
| H A D | handler-inside-posix.cc | 72 sigset_t sigs; in UnmaskOobSignalScope() local
|
| /base/update/updater/services/package/pkg_verify/ |
| H A D | pkg_verify_util.cpp | 38 std::vector<std::vector<uint8_t>> sigs; in VerifySourceDigest() local
|
| H A D | pkcs7_signed_data.cpp | 309 ReadSig(const uint8_t *sourceData, const uint32_t sourceDataLen, std::vector<std::vector<uint8_t>> &sigs) ReadSig() argument
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | chan_user.c | 147 sigset_t sigs; in winch_thread() local
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | microcode_intel.h | 36 struct extended_signature sigs[0]; member
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | chan_user.c | 147 sigset_t sigs; in winch_thread() local
|
| /base/update/updater/test/unittest/package/ |
| H A D | pkg_verify_unittest.cpp | 162 std::vector<std::vector<uint8_t>> sigs; in TestPkcs7SignedDataFailed() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| H A D | fw.c | 168 nvkm_falcon_fw_sign(struct nvkm_falcon_fw *fw, u32 sig_base_img, u32 sig_size, const u8 *sigs, in nvkm_falcon_fw_sign() argument [all...] |