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