/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 6 #define _NSIG 64 macro 8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) 51 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 42 #define SIGRTMAX _NSIG 60 #define _NSIG 64 macro 62 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 7 #define _NSIG 64 macro 9 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) 52 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 18 #define _NSIG 64 macro 20 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) 73 #define SIGRTMAX (_NSIG-1)
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 15 #define _NSIG 128 macro 17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) 62 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 7 #define _NSIG 64 macro 13 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) 61 #define SIGRTMAX _NSIG
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 12 #define _NSIG 64 macro 14 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) 62 #define SIGRTMAX (_NSIG-1)
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | signal.h | 15 #define _NSIG 64 macro 17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 93 #define _NSIG __NEW_NSIG macro 101 #define _NSIG __OLD_NSIG macro 102 #define NSIG _NSIG
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | signal.h | 10 #define _NSIG 64 macro 12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | signal.h | 10 #define _NSIG 64 macro 12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | signal.h | 10 #define _NSIG 64 macro 12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | signal.h | 11 #define _NSIG 64 macro 19 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 58 QEMU_BUILD_BUG_ON(__SIGRTMAX + 1 != _NSIG); 60 static uint8_t host_to_target_signal_table[_NSIG] = { 74 if (sig >= _NSIG) { in host_to_target_signal() 87 return _NSIG; in target_to_host_signal() 111 for (host_sig = 1; host_sig < _NSIG; host_sig++) { in host_to_target_sigset_internal() 139 if (host_sig < 1 || host_sig >= _NSIG) { in target_to_host_sigset_internal() 614 for (hsig = 1; hsig < _NSIG; hsig++) { in signal_table_init() 629 for (hsig = 1; hsig < _NSIG; hsig++) { in signal_table_init() 636 target_to_host_signal_table[tsig] = _NSIG; in signal_table_init() 671 if (hsig >= _NSIG) { in signal_init()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | signal.h | 15 #define _NSIG _SIGCONTEXT_NSIG macro
|
/openbmc/linux/tools/testing/selftests/arm64/bti/ |
H A D | signal.c | 22 if (n < 1 || n > _NSIG) in sigaddset()
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 54 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 58 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 66 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 58 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 63 #define SIGRTMAX _NSIG
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 61 #define SIGRTMAX _NSIG
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 75 #define _COMPAT_NSIG _NSIG
|
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/ |
H A D | cross-answers-aarch64.txt | 19 Checking value of _NSIG: "65"
|
H A D | cross-answers-mips64el.txt | 19 Checking value of _NSIG: "128"
|