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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_xxx.c77 #include <sys/reboot.h>
91 reboot(struct proc *p, register struct reboot_args *uap, __unused int32_t *retval) function
H A Dsubr_prf.c87 #include <sys/reboot.h>
H A Dkern_shutdown.c41 #include <sys/reboot.h>
132 printf("Quick reboot...\n");
H A Dbsd_init.c118 #include <sys/reboot.h>
H A Dnetboot.c47 #include <sys/reboot.h>
H A Dkern_exec.c3469 #include <sys/reboot.h>
H A Dkern_sysctl.c104 #include <sys/reboot.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dmachine.h101 boolean_t reboot);
/darwin-on-arm/xnu/bsd/sys/
H A Dreboot.h61 * @(#)reboot.h 8.3 (Berkeley) 12/13/94
70 * Arguments to reboot system call.
76 #define RB_ASKNAME 0x01 /* ask for file name to reboot from */
77 #define RB_SINGLE 0x02 /* reboot to single user only */
78 #define RB_NOSYNC 0x04 /* dont sync before reboot */
79 #define RB_HALT 0x08 /* don't reboot, just halt */
86 #define RB_QUICK 0x400 /* quick and ungraceful reboot with file system caches flushed*/
87 #define RB_PANIC 0 /* reboot due to panic */
88 #define RB_BOOT 1 /* reboot due to boot() */
131 #include <machine/reboot
[all...]
H A DMakefile27 proc.h proc_info.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile139 reboot.2 \
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c500 * Halt the system or reboot.
502 void halt_all_cpus(boolean_t reboot) argument
504 if (reboot) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c78 #include <sys/reboot.h>
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c717 * Halt the system or reboot.
720 halt_all_cpus(boolean_t reboot) argument
722 if (reboot) {

Completed in 118 milliseconds