Searched refs:kprintf (Results 76 - 100 of 122) sorted by relevance

12345

/haiku/src/system/kernel/fs/
H A Dvfs.cpp2987 kprintf(" lock: %" B_PRId32, locking->lock);
2988 kprintf(" wait_sem: %" B_PRId32, locking->wait_sem);
2995 kprintf(" [%2" B_PRId32 "] team: %" B_PRId32 "\n", index++, lock->team);
2996 kprintf(" start: %" B_PRIdOFF "\n", lock->start);
2997 kprintf(" end: %" B_PRIdOFF "\n", lock->end);
2998 kprintf(" shared? %s\n", lock->shared ? "yes" : "no");
3006 kprintf("MOUNT: %p\n", mount);
3007 kprintf(" id: %" B_PRIdDEV "\n", mount->id);
3008 kprintf(" device_name: %s\n", mount->device_name);
3009 kprintf(" root_vnod
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp826 kprintf("invalid node address\n");
830 kprintf("DEVFS NODE: %p\n", vnode);
831 kprintf(" id: %" B_PRIdINO "\n", vnode->id);
832 kprintf(" name: \"%s\"\n", vnode->name);
833 kprintf(" type: %x\n", vnode->stream.type);
834 kprintf(" parent: %p\n", vnode->parent);
835 kprintf(" dir next: %p\n", vnode->dir_next);
838 kprintf(" dir scanned: %" B_PRId32 "\n", vnode->stream.u.dir.scanned);
839 kprintf(" contents:\n");
843 kprintf("
[all...]
H A Ddevice_manager.cpp250 kprintf(" ");
261 kprintf("\"%s\" : ", attr->name);
264 kprintf("string : \"%s\"", attr->value.string);
268 kprintf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8,
273 kprintf("uint16 : %" B_PRIu16 " (%#" B_PRIx16 ")", attr->value.ui16,
278 kprintf("uint32 : %" B_PRIu32 " (%#" B_PRIx32 ")", attr->value.ui32,
283 kprintf("uint64 : %" B_PRIu64 " (%#" B_PRIx64 ")", attr->value.ui64,
287 kprintf("raw data");
289 kprintf("\n");
325 kprintf("usag
[all...]
H A Ddma_resources.cpp77 kprintf("DMABuffer at %p\n", this);
79 kprintf(" bounce buffer: %p (physical %#" B_PRIxPHYSADDR ")\n",
81 kprintf(" bounce buffer size: %" B_PRIxPHYSADDR "\n", fBounceBuffer->size);
82 kprintf(" vecs: %" B_PRIu32 "\n", fVecCount);
85 kprintf(" [%" B_PRIu32 "] %#" B_PRIxGENADDR ", %" B_PRIuGENADDR "\n",
/haiku/src/system/kernel/
H A Dheap.cpp315 kprintf("\t\tpage %p: bin_index: %u; free_count: %u; empty_index: %u; "
329 kprintf("\telement_size: %" B_PRIu32 "; max_free_count: %u; page_list %p "
343 kprintf("\n");
352 kprintf("\tarea %p: area: %" B_PRId32 "; base: %p; size: %zu; page_count: "
360 kprintf("\n");
367 kprintf("allocator %p: name: %s; page_size: %" B_PRIu32 "; bin_count: "
386 kprintf("dedicated grow heap:\n");
488 kprintf("address: 0x%p; size: %lu bytes\n",
509 kprintf("address: %p; size: %lu bytes\n", (void *)base,
528 kprintf("tota
[all...]
H A Dport.cpp517 kprintf("port id cap read-cnt write-cnt total team "
526 kprintf("%p %8" B_PRId32 " %4" B_PRId32 " %9" B_PRIu32 " %9" B_PRId32
539 kprintf("PORT: %p\n", port);
540 kprintf(" id: %" B_PRId32 "\n", port->id);
541 kprintf(" name: \"%s\"\n", port->lock.name);
542 kprintf(" owner: %" B_PRId32 "\n", port->owner);
543 kprintf(" capacity: %" B_PRId32 "\n", port->capacity);
544 kprintf(" read_count: %" B_PRIu32 "\n", port->read_count);
545 kprintf(" write_count: %" B_PRId32 "\n", port->write_count);
546 kprintf(" tota
[all...]
H A Dteam.cpp1145 kprintf("TEAM: %p\n", team);
1146 kprintf("id: %" B_PRId32 " (%#" B_PRIx32 ")\n", team->id,
1148 kprintf("serial_number: %" B_PRId64 "\n", team->serial_number);
1149 kprintf("name: '%s'\n", team->Name());
1150 kprintf("args: '%s'\n", team->Args());
1151 kprintf("hash_next: %p\n", team->hash_next);
1152 kprintf("parent: %p", team->parent);
1154 kprintf(" (id = %" B_PRId32 ")\n", team->parent->id);
1156 kprintf("\n");
1158 kprintf("childre
[all...]
H A Dsyscalls.cpp621 kprintf("Warning: The thread buffer was too small to track all "
624 kprintf("Warning: Can't track syscalls backwards!\n");
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp127 kprintf("DebugAllocPool::Free(%p): bad address\n", address);
135 kprintf("DebugAllocPool::Free(%p): double free\n", address);
H A Dblue_screen.cpp310 // kprintf("process_vt100_command: c '%c', argCount %ld, arg[0] %ld, arg[1] %ld, seenBracket %d\n",
575 kprintf("usage: %s [on|off]\n", argv[0]);
588 kprintf("paging is turned %s now.\n", sScreen.paging ? "on" : "off");
H A Dtracing.cpp1363 kprintf("Can't continue iteration. \"%s\" has not been invoked "
1543 kprintf("%5" B_PRId32 ". %.*s\n", index, len, dump);
1552 kprintf("%5" B_PRId32 ". ** uninitialized entry **\n", index);
1557 kprintf("printed %" B_PRId32 " entries within range %" B_PRId32 " to %"
1714 print_stack_trace(stackTrace, kprintf);
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp485 kprintf("range list:\n");
494 kprintf(" area %" B_PRId32 ": ", area->id);
495 kprintf("base_addr = %#" B_PRIxADDR " ", area->Base());
496 kprintf("size = %#" B_PRIxSIZE " ", area->Size());
497 kprintf("name = '%s' ", area->name);
498 kprintf("protection = %#" B_PRIx32 "\n", area->protection);
503 kprintf(" reserved: base_addr = %#" B_PRIxADDR
510 kprintf(" free: base_addr = %#" B_PRIxADDR " size = %#"
H A DVMAnonymousCache.cpp239 kprintf("swap files:\n");
244 kprintf(" vnode: %p, pages: total: %" B_PRIu32 ", free: %" B_PRIu32
251 kprintf("\n");
252 kprintf("swap space in pages:\n");
253 kprintf("total: %9" B_PRIu32 "\n", totalSwapPages);
254 kprintf("available: %9" B_PRIdOFF "\n", sAvailSwapSpace / B_PAGE_SIZE);
255 kprintf("reserved: %9" B_PRIdOFF "\n",
257 kprintf("used: %9" B_PRIu32 "\n", totalSwapPages - freeSwapPages);
258 kprintf("free: %9" B_PRIu32 "\n", freeSwapPages);
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c89 # define PRINTF kprintf
90 # define GETS(a) ({int l; kprintf("hangman> "); l = kgets(a, sizeof(a)); l?a:NULL;})
101 # define PRINTF kprintf
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp589 kprintf("-------- TCP Domain %p ---------\n", this);
590 kprintf("%10s %21s %21s %8s %8s %12s\n", "address", "local", "peer",
602 kprintf("%p %21s %21s %8lu %8lu %12s\n", endpoint, localBuf, peerBuf,
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp165 kprintf(" vnode: %p <%" B_PRIdDEV ", %" B_PRIdINO ">\n", fVnode,
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dsnet_buffer.cpp248 kprintf("item=%p\tprev=%p\tnext=%p\tallocated=%d\n", snb, snb->link.prev,
/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp84 kprintf("of_exit() failed!\n");
/haiku/src/system/boot/platform/bios_ia32/
H A Ddebug.cpp118 kprintf(const char *format, ...) function
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c63 #define kprintf printf macro
521 kprintf("starting from LRU end:\n");
524 kprintf("ce %p dev %2d bnum %6" B_PRIdOFF " lock %d flag %d arg %p "
528 kprintf("MRU end\n");
534 kprintf("NORMAL BLOCKS\n");
537 kprintf("LOCKED BLOCKS\n");
540 kprintf("cur blocks %d, max blocks %d ht @ %p\n", bc.cur_blocks,
652 kprintf("%s: needs a block # argument\n", argv[0]);
661 kprintf("found clean bnum %ld @ 0x%lx (data @ 0x%lx)\n",
668 kprintf("foun
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp492 kprintf("timer hook data due in\n");
500 kprintf("%p %p %p %" B_PRId64 "\n", timer, timer->hook, timer->data,
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp84 kprintf("of_exit() failed!\n");
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp214 kprintf(const char *format,...) function
/haiku/headers/os/drivers/
H A DKernelExport.h208 extern void kprintf(const char *fmt, ...) _PRINTFLIKE(1, 2);
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp229 kprintf("%srequest: %p\n", prefix, this);
230 kprintf("%s owner: %p\n", prefix, fOwner);
231 kprintf("%s cookie: %p\n", prefix, fCookie);
232 kprintf("%s bytes needed: %lu\n", prefix, fBytesNeeded);
233 kprintf("%s notified: %s\n", prefix, fNotified ? "true" : "false");
234 kprintf("%s error: %s\n", prefix, fError ? "true" : "false");

Completed in 291 milliseconds

12345