Lines Matching defs:cause
1020 * for the cause stated.
1028 stop_cause_t cause)
1040 switch (cause) {
1088 (void) fprintf(stderr, "Unknown cause %d at %s:%d.\n",
1089 cause, __FILE__, __LINE__);
1124 (cause == RSTOP_EXIT ||
1125 cause == RSTOP_ERR_CFG ||
1126 cause == RSTOP_ERR_EXIT)) {
1142 if (cause == RSTOP_ERR_EXIT) {
1144 * The RSTOP_ERR_EXIT cause is set via the
1186 if (cause != RSTOP_ERR_CFG)
1204 * wait_remove() sets the cause as RSTOP_ERR_CFG so that we can detect
1208 if (cause == RSTOP_ERR_CFG)
1261 unmaint_cause_t cause)
1279 switch (cause) {
1291 cause, __FILE__, __LINE__);