Searched refs:howto (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dkern_machdep.c70 __unused int howto,
68 md_prepare_for_shutdown( __unused int paniced, __unused int howto, __unused char * command) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkern_machdep.c256 md_prepare_for_shutdown(int paniced, int howto, char * command);
259 md_prepare_for_shutdown(__unused int paniced, __unused int howto, argument
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_system.c113 mac_system_check_reboot(kauth_cred_t cred, int howto) argument
120 MAC_CHECK(system_check_reboot, cred, howto);
H A Dmac_framework.h378 int mac_system_check_reboot(kauth_cred_t cred, int howto);
H A Dmac_policy.h3835 @param howto howto parameter from reboot(2)
3845 int howto
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_shutdown.c106 boot(int paniced, int howto, char *command) argument
122 md_prepare_for_shutdown(paniced, howto, command);
124 if ((howto&RB_NOSYNC)==0 && waittime < 0) {
180 if (howto & RB_POWERDOWN)
182 if (howto & RB_HALT)
187 if (howto & RB_UPSDELAY) {

Completed in 97 milliseconds