Home
last modified time | relevance | path

Searched refs:_SIGNOTIFY_MAX (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c104 if (id.sn_index >= _SIGNOTIFY_MAX || id.sn_index < 0) in signotify()
139 _SIGNOTIFY_MAX); in signotify()
/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h313 #define _SIGNOTIFY_MAX 32 macro