Home
last modified time | relevance | path

Searched refs:sn_index (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()
117 snqp = SIGN_PTR(p, id.sn_index); in signotify()
170 id.sn_index = (signotifyq_t *)sqp - SIGN_PTR(cp, 0); in signotify()
192 snqp = SIGN_PTR(p, id.sn_index); in signotify()
214 id.sn_index = 0; in signotify()
/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h202 int sn_index; /* index in preallocated pool */ member
212 int32_t sn_index; /* index in preallocated pool */ member