Searched refs:iprintf (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_output.h83 void iprintf(const char *fmt, ...);
H A Ddb_output.c317 iprintf(const char *fmt, ...) function
H A Ddb_print.c874 iprintf("\n");
876 iprintf("\n");
877 iprintf("\n");
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.c1346 iprintf("timestamp=0x%x", port->ip_timestamp);
1348 iprintf("destination=0x%x (", port->ip_destination);
1357 iprintf("receiver=0x%x (", port->ip_receiver);
1372 iprintf("mscount=%d", port->ip_mscount);
1376 iprintf("nsrequest=0x%x", port->ip_nsrequest);
1380 iprintf("pset_count=0x%x", port->ip_pset_count);
1385 iprintf("kmsgs=0x%x", port->ip_messages.imq_messages.ikmq_base);
1389 iprintf("premsg=0x%x", port->ip_premsg);
1393 iprintf("ip_thread=0x%x, ip_timetrack=0x%x\n",
1400 iprintf("");
[all...]
H A Dipc_pset.c337 iprintf("local_name = 0x%x\n", pset->ips_local_name);
338 iprintf("%d kmsgs => 0x%x",
H A Dipc_kmsg.c3338 iprintf("kmsg=0x%x\n", kmsg);
3339 iprintf("ikm_next=0x%x, prev=0x%x, size=%d",
3371 iprintf("msgh_bits=0x%x: l=0x%x,r=0x%x\n",
3379 iprintf("decoded bits: ");
3400 iprintf("remote=0x%x(", msgh->msgh_remote_port);
3404 iprintf("remote=null");
3416 iprintf("msgh_id=%d, size=%d\n",
3462 iprintf("%d descriptors %d: \n", body->msgh_descriptor_count);
3477 iprintf("-- PORT name = 0x%x disp = ", dsc->name);
3487 iprintf("
[all...]
H A Dipc_entry.c980 iprintf("(task 0x%x, name 0x%x) ==> object 0x%x\n",
H A Dipc_object.c1112 iprintf("%s", io_active(object) ? "active" : "dead");
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c1308 iprintf("\n");
1310 iprintf("\n");
1313 iprintf("\n");
1315 iprintf("\n");
1318 iprintf("\n");
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c6273 iprintf("VM Statistics:\n");
6275 iprintf("pages:\n");
6277 iprintf("activ %5d inact %5d free %5d",
6283 iprintf("target:\n");
6285 iprintf("min %5d inact %5d free %5d",
6290 iprintf("pause:\n");
6302 iprintf("Pageout Statistics:\n");
6304 iprintf("active %5d inactv %5d\n",
6306 iprintf("nolock %5d avoid %5d busy %5d absent %5d\n",
6309 iprintf("use
[all...]
H A Dvm_object.c4459 iprintf("object 0x%x", object);
4488 iprintf("object 0x%x\n", object);
4492 iprintf("size=0x%x", object->size);
4495 iprintf("");
4501 iprintf("shadow=0x%x", object->shadow);
4513 iprintf("pager=0x%x", object->pager);
4517 iprintf("copy_strategy=%d[", object->copy_strategy);
4544 iprintf("all_wanted=0x%x<", object->all_wanted);
4577 iprintf("%screated, %sinit, %sready, %spersist, %strusted, %spageout, %s, %s\n",
4586 iprintf("
[all...]
H A Dvm_resident.c3563 iprintf("page 0x%x\n", p);
3567 iprintf("object=0x%x", p->object);
3571 iprintf("%sinactive, %sactive, %sthrottled, %sgobbled, %slaundry, %sfree, %sref, %sencrypted\n",
3580 iprintf("%sbusy, %swanted, %stabled, %sfictitious, %sprivate, %sprecious\n",
3587 iprintf("%sabsent, %serror, %sdirty, %scleaning, %spageout, %sclustered\n",
3594 iprintf("%soverwriting, %srestart, %sunusual\n",
3599 iprintf("phys_page=0x%x", p->phys_page);
H A Dvm_map.c9665 iprintf("prev = %08X next = %08X start = %016llX end = %016llX\n",
9680 iprintf("nentries = %08X, %sentries_pageable\n",
9694 iprintf("map entry %08X\n", entry);
9699 iprintf("Total objects : %d\n",shadows);
9716 iprintf("map entry %08X - prev = %08X next = %08X\n", entry, entry->vme_prev, entry->vme_next);
9722 iprintf("start = %016llX end = %016llX - prot=%x/%x/%s\n",
9729 iprintf("behavior = %s, wired_count = %d, user_wired_count = %d\n",
9733 iprintf("%sin_transition, %sneeds_wakeup\n",
9738 iprintf("submap = %08X - offset = %016llX\n",
9742 iprintf("objec
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c3279 iprintf("Scheduling Statistics:\n");
3281 iprintf("Thread invocations: csw %d same %d\n",
3284 iprintf("Thread block: calls %d\n",
3286 iprintf("Idle thread:\n\thandoff %d block %d\n",
3289 iprintf("Sched thread blocks: %d\n", c_sched_thread_block);

Completed in 99 milliseconds