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