Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dprintf.c801 bool bsd_log_lock(bool);
819 bsd_log_lock(bool safe) in bsd_log_lock() function
844 (void) bsd_log_lock(true); in bsd_log_lock_safe()
/xnu-12377.81.4/bsd/kern/
H A Dsubr_log.c141 extern bool bsd_log_lock(bool);
576 if (!bsd_log_lock(oslog_is_safe())) { in log_putc()
/xnu-12377.81.4/libkern/os/
H A Dlog.c130 extern bool bsd_log_lock(bool);
633 if (!bsd_log_lock(safe)) { in _os_log_to_msgbuf_internal()
660 bsd_log_lock(true); in _os_log_to_msgbuf_internal()
698 bsd_log_lock(true); in _os_log_to_msgbuf_internal()
/xnu-12377.81.4/iokit/Kernel/
H A DIOLib.cpp98 extern bool bsd_log_lock(bool);