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