Lines Matching refs:reason
356 * be servicing all the requests in one pass. The reason it's
576 if (part->reason == xpReactivating) {
948 xpc_do_exit(enum xp_retval reason)
993 XPC_DEACTIVATE_PARTITION(part, reason);
1034 if (reason == xpUnloading) {
1057 enum xp_retval reason;
1061 reason = xpSystemReboot;
1064 reason = xpSystemHalt;
1067 reason = xpSystemPoweroff;
1070 reason = xpSystemGoingDown;
1073 xpc_do_exit(reason);