Lines Matching refs:reason
347 * be servicing all the requests in one pass. The reason it's
567 if (part->reason == xpReactivating) {
939 xpc_do_exit(enum xp_retval reason)
984 XPC_DEACTIVATE_PARTITION(part, reason);
1025 if (reason == xpUnloading) {
1050 enum xp_retval reason;
1054 reason = xpSystemReboot;
1057 reason = xpSystemHalt;
1060 reason = xpSystemPoweroff;
1063 reason = xpSystemGoingDown;
1066 xpc_do_exit(reason);