Searched defs:siglist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c312 siglist(private_t *pri, function
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c937 /* Have to hold sd_lock to prevent siglist from changing */
1034 * Must be called with exclusive access to siglist (caller holding sd_lock).
1036 * strioctl(I_SETSIG/I_ESETSIG) will only change siglist when holding
1038 * while it is in the siglist.
1047 strsendsig(strsig_t *siglist, int event, uchar_t band, int error) argument
1056 for (ssp = siglist; ssp; ssp = ssp->ss_next) {

Completed in 306 milliseconds