Searched refs:sd_log (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_shutdown.c | 85 static void sd_log(vfs_context_t, const char *, ...); 358 sd_log(ctx, "Process shutdown log. Current time is %lu (in seconds).\n\n", tv.tv_sec); in sd_openlog() 378 sd_log(vfs_context_t ctx, const char *fmt, ...) in sd_log() function 539 sd_log(ctx, "%s[%d] had to be forced closed with exit1().\n", p->p_comm, proc_getpid(p)); in sd_callback3() 647 sd_log(ctx, "%s[%d]: didn't act on SIGTERM\n", p->p_comm, proc_getpid(p)); in proc_shutdown() 707 sd_log(ctx, "%s[%d]: didn't act on SIGKILL\n", p->p_comm, proc_getpid(p)); in proc_shutdown()
|