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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Draise.c42 raise(int sig) function
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c4699 int raise = 0; local
4713 * All transitions to/from maintenance state must raise
4716 raise++;
4721 * All transitions caused by hardware fault must raise
4724 raise++;
4731 raise++;
4735 * Only raise these if specifically selected above.
4740 raise++;
4748 raise++;
4750 if (!raise)
[all...]

Completed in 68 milliseconds