Searched refs:DPRINTF (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp140 #define DPRINTF(x) printf x macro
143 #define DPRINTF(x) macro
197 DPRINTF(("osdict: string %s size %d\n",
220 DPRINTF(("osdict: data size %d\n", dataObj->getLength()));
338 DPRINTF(("osdict: datalen %d strtabsize %d listtabsize %d dicttabsize %d\n",
349 DPRINTF(("osdict: data_addr %p strtab %p listtab %p dicttab %p end %p\n",
355 DPRINTF(("osdict: element %p\n", element));
364 DPRINTF(("osdict: element @%p\n", element));
367 DPRINTF(("osdict: key %s size %d @%p\n", key->getCStringNoCopy(), element->key_size, strtab));
374 DPRINTF(("osdic
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_misc.c97 DPRINTF("%s: qhead=%x added elem=%x\n","qAddToEnd", qhead, qelem);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmisc_protos.h122 #define DPRINTF(x) { printf("%s : ",__FUNCTION__);printf x; } macro
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c114 #define DPRINTF(x) printf x macro
117 #define DPRINTF(x) macro
753 DPRINTF(("fixup_mmd: old %p new %p\n", old, new));
756 DPRINTF(("fixup_mmd: ele %p\n", ele));
757 DPRINTF((" key %p value %p\n", ele->key, ele->value));
759 DPRINTF((" key %p value %p\n", ele->key, ele->value));
762 DPRINTF(("fixup_mmd: array @%p\n", arr));
765 DPRINTF(("fixup_mmd: aele %p\n", aele));
766 DPRINTF((" key %p value %p\n", aele->key, aele->value));
768 DPRINTF((" ke
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c185 #define DPRINTF(X) if (dummynet_debug) printf X macro
187 #define DPRINTF(X) macro
657 DPRINTF(("dummynet: pipe %d ready from %s --\n",
854 DPRINTF(("dummynet: ++ tx rdy from %s (now found)\n", buf));
859 DPRINTF(("dummynet: ++ tx rdy from %s%d - qlen %d\n", ifp->if_name,
1029 DPRINTF(("\ndummynet: %d q: %2u ", (int) curr_time, q_size));
1055 DPRINTF(("dummynet: avg: %u ", SCALE_VAL(q->avg)));
1074 DPRINTF(("dummynet: - drop"));
1096 DPRINTF(("dummynet: - red drop"));
1333 DPRINTF(("dummyne
[all...]

Completed in 44 milliseconds