Searched refs:reboot (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dmachdep.c42 #include <sys/reboot.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_xxx.c77 #include <sys/reboot.h>
91 reboot(struct proc *p, register struct reboot_args *uap, __unused register_t *retval) function
H A Dkern_shutdown.c41 #include <sys/reboot.h>
H A Dsubr_prf.c87 #include <sys/reboot.h>
H A Dbsd_init.c116 #include <sys/reboot.h>
H A Dnetboot.c47 #include <sys/reboot.h>
H A Dinit_sysent.c115 {AC(reboot_args), 0, 0, (sy_call_t *)reboot, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 55 = reboot */
H A Dkern_exec.c2731 * during a reboot/shutdown
2839 #include <sys/reboot.h>
H A Dkern_sysctl.c104 #include <sys/reboot.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmachine.h99 boolean_t reboot);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dreboot.h61 * @(#)reboot.h 8.3 (Berkeley) 12/13/94
74 * Arguments to reboot system call.
80 #define RB_ASKNAME 0x01 /* ask for file name to reboot from */
81 #define RB_SINGLE 0x02 /* reboot to single user only */
82 #define RB_NOSYNC 0x04 /* dont sync before reboot */
84 #define RB_HALT 0x08 /* don't reboot, just halt */
91 #define RB_QUICK 0x400 /* quick and ungraceful reboot with file system caches flushed*/
92 #define RB_PANIC 0 /* reboot due to panic */
93 #define RB_BOOT 1 /* reboot due to boot() */
136 #include <machine/reboot
[all...]
H A DMakefile43 proc.h proc_info.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \
H A Dsysproto.h1753 int reboot(struct proc *, struct reboot_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile131 reboot.2 \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_interface.c568 * system reboot
575 boolean_t reboot = TRUE; local
580 if (c == 'r') /* reboot */
581 reboot = TRUE;
583 reboot = FALSE;
585 if(!reboot) halt_all_cpus(FALSE); /* If no reboot, try to be clean about it */
589 db_printf("Sorry, system can't reboot automatically yet... You need to do it by hand...\n");
H A Dmodel_dep.c333 halt_all_cpus(boolean_t reboot) argument
335 if(reboot)
H A Dlowmem_vectors.s3971 .long EXT(flag_kdp_trigger_reboot) ; 5498 Pointer to KDP reboot trigger, debugging aid
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dkrpc_subr.c78 #include <sys/reboot.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c647 * Halt the system or reboot.
650 halt_all_cpus(boolean_t reboot) argument
652 if (reboot) {

Completed in 120 milliseconds