Searched defs:dprintf (Results 76 - 77 of 77) sorted by relevance

1234

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c52 #define dprintf(x) if (mdb_debug_level) { \ macro
1040 dprintf(("cache_full list done\n"));
1061 dprintf(("reading cpu cache %p\n",
1066 dprintf(("reading %d loaded rounds\n", rounds));
1072 dprintf(("reading %d previously loaded rounds\n",
1078 dprintf(("magazine layer: %d buffers\n", magcnt));
1170 dprintf(("walking %p\n", addr));
1208 dprintf(("buf total is %d\n", cp->cache_buftotal));
1220 dprintf(("bufctl requested, not KMF_HASH (flags: %p)\n",
1438 dprintf(("kbas
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c181 #define dprintf(x) printf x macro
183 #define dprintf(x) macro
1024 dprintf(("DeBuG maxcontig : %ld\n", maxcontig));
1033 dprintf(("DeBuG cpg : %ld\n", cpg));
1089 dprintf(("DeBuG mtb : %c\n", mtb));
1133 dprintf(("%s: Unable to read Disk geometry", fsys));
1145 dprintf(("DeBuG Unable to determine if %s is"
1151 dprintf(("DeBuG Unable to determine if %s is"
1164 dprintf(("DeBuG CHSLIMIT = %d geom = %llu\n", CHSLIMIT,
1166 dprintf(("DeBu
[all...]

Completed in 108 milliseconds

1234