Home
last modified time | relevance | path

Searched refs:shutdown_cleanup_proc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_shutdown.c160 static void shutdown_cleanup_proc(struct proc *p);
291 shutdown_cleanup_proc(curproc); in boot()
292 shutdown_cleanup_proc(&proc0); in boot()
298 shutdown_cleanup_proc(initproc); in boot()
568 shutdown_cleanup_proc(struct proc *p) in shutdown_cleanup_proc() function