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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c945 * Send the "sevent" set of signals to a process.
947 * for multiple events. The caller should pass in an sevent that only
951 dosendsig(proc_t *proc, int events, int sevent, k_siginfo_t *info, argument
959 if (sevent & S_ERROR) {
960 sevent &= ~S_ERROR;
968 if (sevent & S_HANGUP) {
969 sevent &= ~S_HANGUP;
975 if (sevent & S_HIPRI) {
976 sevent &= ~S_HIPRI;
982 if (sevent
1057 int sevent; local
[all...]

Completed in 70 milliseconds