Searched refs:_dispatch_log (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/lib/libdispatch/src/ |
| HD | internal.h | 345 #define _dispatch_log(msg, ...) os_debug_log("libdispatch", msg, ## __VA_ARGS__) macro 348 void _dispatch_log(const char *msg, ...); 458 _dispatch_log("%s() 0x%lx: " msg, __func__, (long)_e, ##args); \ 467 _dispatch_log("%s() 0x%lx: " msg, __FUNCTION__, _e, ##args); \ 476 _dispatch_log("%u\t%p\t" x, __LINE__, \
|
| HD | init.c | 429 _dispatch_log(msg, ##__VA_ARGS__); \ 599 _dispatch_log(const char *msg, ...) in _dispatch_log() function 647 _dispatch_log("%s", buf); in _dispatch_debugv() 1315 _dispatch_log("Corruption: An app/library deleted a libdispatch " in _dispatch_mach_notify_send_once()
|
| HD | source.c | 2565 _dispatch_log("Corruption: Mach receive right 0x%x destroyed " in _dispatch_mach_portset_update() 2708 _dispatch_log("BUG in libdispatch client: " in _dispatch_kevent_mach_msg_drain() 2996 _dispatch_log("Corruption: Mach send/send-once/dead-name right 0x%x " in _dispatch_mach_notify_port_deleted() 4263 _dispatch_log("BUG in libdispatch client: " in dispatch_mig_server() 4456 _dispatch_log("kevent[%p] = { ident = 0x%llx, filter = %s, flags = 0x%x, " in _dispatch_kevent_debug() 4616 _dispatch_log("LIBDISPATCH: debug port: %hu", in _dispatch_kevent_debugger() 4647 _dispatch_log("machport[0x%08x] = { error(0x%x) \"%s\" }: %s", name, in dispatch_debug_machport() 4674 _dispatch_log("machport[0x%08x] = { R(%03u) S(%03u) SO(%03u) D(%03u) " in dispatch_debug_machport() 4685 _dispatch_log("machport[0x%08x] = { R(%03u) S(%03u) SO(%03u) D(%03u) " in dispatch_debug_machport() 4689 _dispatch_log("machport[0x%08x] = { type(0x%08x) }: %s", name, type, in dispatch_debug_machport()
|
| HD | queue.c | 656 _dispatch_log("%s", msg); in _dispatch_assert_queue_fail() 1780 _dispatch_log("queue[NULL]: %s", str); in dispatch_debug_queue()
|