Searched refs:dsnprintf (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/lib/libdispatch/src/ |
| HD | data.c | 229 offset += dsnprintf(&buf[offset], bufsiz - offset, "data[%p] = { ", dd); in _dispatch_data_debug() 231 offset += dsnprintf(&buf[offset], bufsiz - offset, in _dispatch_data_debug() 234 offset += dsnprintf(&buf[offset], bufsiz - offset, in _dispatch_data_debug() 240 offset += dsnprintf(&buf[offset], bufsiz - offset, "record[%zd] = " in _dispatch_data_debug() 245 offset += dsnprintf(&buf[offset], bufsiz - offset, "}"); in _dispatch_data_debug()
|
| HD | source.c | 4146 offset += dsnprintf(&buf[offset], bufsiz - offset, "%s[%p] = { ", in _dispatch_mach_msg_debug() 4148 offset += dsnprintf(&buf[offset], bufsiz - offset, "xrefcnt = 0x%x, " in _dispatch_mach_msg_debug() 4150 offset += dsnprintf(&buf[offset], bufsiz - offset, "opts/err = 0x%x, " in _dispatch_mach_msg_debug() 4154 offset += dsnprintf(&buf[offset], bufsiz - offset, "id 0x%x, ", in _dispatch_mach_msg_debug() 4158 offset += dsnprintf(&buf[offset], bufsiz - offset, "size %u, ", in _dispatch_mach_msg_debug() 4162 offset += dsnprintf(&buf[offset], bufsiz - offset, "bits <l %u, r %u", in _dispatch_mach_msg_debug() 4166 offset += dsnprintf(&buf[offset], bufsiz - offset, ", o 0x%x", in _dispatch_mach_msg_debug() 4169 offset += dsnprintf(&buf[offset], bufsiz - offset, ">, "); in _dispatch_mach_msg_debug() 4172 offset += dsnprintf(&buf[offset], bufsiz - offset, "local 0x%x, " in _dispatch_mach_msg_debug() 4175 offset += dsnprintf(&buf[offset], bufsiz - offset, "local 0x%x", in _dispatch_mach_msg_debug() [all …]
|
| HD | semaphore.c | 224 offset += dsnprintf(&buf[offset], bufsiz - offset, "%s[%p] = { ", in _dispatch_semaphore_debug() 228 offset += dsnprintf(&buf[offset], bufsiz - offset, "port = 0x%u, ", in _dispatch_semaphore_debug() 231 offset += dsnprintf(&buf[offset], bufsiz - offset, in _dispatch_semaphore_debug()
|
| HD | object.c | 271 return dsnprintf(buf, bufsiz, "xrefcnt = 0x%x, refcnt = 0x%x, " in _dispatch_object_debug_attr()
|
| HD | io.c | 2350 return dsnprintf(buf, bufsiz, "type = %s, fd = 0x%x, %sfd_entry = %p, " in _dispatch_io_debug_attr() 2368 offset += dsnprintf(&buf[offset], bufsiz - offset, "%s[%p] = { ", in _dispatch_io_debug() 2373 offset += dsnprintf(&buf[offset], bufsiz - offset, "}"); in _dispatch_io_debug() 2383 return dsnprintf(buf, bufsiz, "type = %s %s, fd = 0x%x, fd_entry = %p, " in _dispatch_operation_debug_attr() 2402 offset += dsnprintf(&buf[offset], bufsiz - offset, "%s[%p] = { ", in _dispatch_operation_debug() 2406 offset += dsnprintf(&buf[offset], bufsiz - offset, "}"); in _dispatch_operation_debug()
|
| HD | internal.h | 351 #define dsnprintf(...) \ macro
|
| HD | queue.c | 1751 offset += dsnprintf(buf, bufsiz, "target = %s[%p], width = 0x%x, " in _dispatch_queue_debug_attr() 1756 offset += dsnprintf(buf, bufsiz, ", thread = 0x%x ", in _dispatch_queue_debug_attr() 1766 offset += dsnprintf(&buf[offset], bufsiz - offset, "%s[%p] = { ", in dispatch_queue_debug() 1770 offset += dsnprintf(&buf[offset], bufsiz - offset, "}"); in dispatch_queue_debug()
|
| HD | voucher.c | 2550 offset += dsnprintf(&buf[offset], bufsiz - offset, ##__VA_ARGS__) in _voucher_debug()
|