Searched refs:dprintf (Results 101 - 125 of 161) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c75 dprintf(const char *format, ...) function
249 dprintf("path = %s\n", common_path);
276 dprintf("path = %s\n", common_path);
347 dprintf("firstname = %s\n", firstname);
383 dprintf("proc_flags = %x, platid = %x, name = %s\n",
575 dprintf("i = %d, filestr = %s, filename = %s\n",
615 dprintf("ucode_size = %d\n", ucode_size);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c67 #define dprintf(x) printf x macro
69 #define dprintf(x) macro
406 dprintf(("PCI device: unknown chip version, assuming RTL-8169\n"));
407 dprintf(("PCI device: TxConfig = 0x%hX\n",
736 dprintf(("%s: Identified chip type is '%s'.\n", pci->name,
780 dprintf(("Auto-negotiation Enabled.\n",
H A Dsundance.c77 #define dprintf(x) printf x macro
79 #define dprintf(x) macro
333 dprintf(("%s: Setting %s-duplex based on MII #%d "
438 dprintf(("%s: Done sundance_reset, status: Rx %hX Tx %hX "
491 dprintf(("Polling frame_status error\n")); /* Do we really care about this */
625 dprintf(("Device revision id: %hx\n", sdc->pci_rev_id));
641 dprintf
705 dprintf(("ASIC Control is %x.\n", inl(BASE + ASICCtrl)));
707 dprintf(("ASIC Control is now %x.\n", inl(BASE + ASICCtrl)));
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def34 #define dprintf if (dbg) printf
36 # define dprintf(x1, x2, x3, x4)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c199 dprintf("pool %p\n", dp);
259 dprintf("pool %p\n", dp);
473 dprintf("waiting; tx_synced=%llu waiting=%llu dp=%p\n",
505 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n",
553 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n",
563 dprintf("quiesce done, handing off txg %llu\n", txg);
615 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n",
618 dprintf("broadcasting sync more "
640 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n",
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c60 #define dprintf if (boothowto & RB_DEBUG) printf macro
297 dprintf("clntbudp_call: timedout, try sending"
364 dprintf("clntbudp_call: xid: 0x%x != 0x%x\n",
413 dprintf("clntbudp_call: from: %s, error: ",
H A Dauth_unix.c75 #define dprintf if (boothowto & RB_DEBUG) printf macro
266 dprintf("marshal_new_auth - Fatal marshalling problem");
H A Dxdr_rec.c59 #define dprintf if (boothowto & RB_DEBUG) printf macro
136 dprintf("xdrrec_create: out of memory\n");
150 dprintf("xdrrec_create: out of memory\n");
H A Dpmap.c85 #define dprintf if (boothowto & RB_DEBUG) printf macro
500 dprintf("pmap_getport: Failed getting port.\n");
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c99 #define dprintf(...) mdb_printf(__VA_ARGS__) macro
101 #define dprintf(...) macro
177 dprintf("vpage count: %d\n", nvpage);
415 dprintf("amp: %p vp: %p addr: %p offset: %p not in core!\n",
432 dprintf("addr: %p pgno: %p\n", addr, seg_page(seg, addr));
625 dprintf("addr: %p noreserve: %d\n", addr, noreserve);
673 dprintf("seg: %p saddr: %p eaddr: %p\n",
678 dprintf("seg: %p saddr: %p naddr: %p eaddr: %p\n",
1374 dprintf("lwp callback %p returned -1\n", callback);
1378 dprintf("lw
[all...]
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vercheck.c30 #define dprintf prom_printf macro
187 dprintf("prom_version_check: "
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c105 #define dprintf(x) printf x macro
107 #define dprintf(x) macro
618 dprintf(("DeBuG newfs : nsect=%d ntrak=%d cpg=%d\n",
739 dprintf(("DeBuG newfs : Unable to determine if %s is"
748 dprintf(("DeBuG newfs : Unable to get media"
758 dprintf(("DeBuG newfs : Unable to determine if %s is"
774 dprintf(("DeBuG newfs : geom=%llu, CHSLIMIT=%d "
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c193 dprintf("rcm_offline()\n");
240 dprintf("rcm_online()\n");
266 dprintf("rcm_remove()\n");
H A Dhotplugd_info.c78 dprintf("getinfo: path=%s, connection=%s, flags=0x%x\n", path,
94 dprintf("getinfo: no hotplug connections.\n");
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolprivate.c232 * dprintf -- print debug info, indenting based on debug level
235 dprintf(char *fmt, ...) function
H A Dvolmgt_on_private.c624 dprintf("call_unmount_prog: calling \"%s -D\"\n", rmm);
631 dprintf("call_unmount_prog: calling \"%s %s\"\n",
/illumos-gate/usr/src/lib/libproc/common/
H A DPstack.c206 dprintf("detected lwp %d signal context at %p\n",
/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet.c351 dprintf("ether_input: adjusting MTU %d -> %d\n",
510 dprintf("ether_output: frame type wrong: socket: %d\n",
520 dprintf("ether_output: frame size too big: %d\n", size);
562 dprintf("ether_output: ARP request for %s "
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h181 dprintf("dd=%s " fmt, __ds_name, __VA_ARGS__); \
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c2354 dprintf("conf is %s\n", pool_conf_location(conf));
2355 dprintf("setup_transfer: src_size %llu\n", *src_size);
2357 dprintf("setup_transfer: tgt_size %llu\n", *tgt_size);
2433 dprintf("resource xtransfer\n");
2434 dprintf("in conf %s\n", pool_conf_location(conf));
2435 dprintf("transferring component\n");
2437 dprintf("from\n");
2439 dprintf("to\n");
2464 dprintf("src_size %llu\n", src_size);
2465 dprintf("tgt_siz
[all...]
H A Dpool_commit.c307 dprintf("transferring: res, comp\n");
992 dprintf("res allocation details\n");
994 dprintf("size=%llu\n", res_info[j].ri_oldsize);
1299 dprintf("Cloning %s from %s\n",
1303 dprintf("clone_element: Processing %s\n", name);
H A Dpool_kernel.c675 dprintf("remove_dead_elems:\n");
1210 dprintf("Library configuration consistency error\n");
1229 dprintf("Kernel configuration consistency error\n");
1665 dprintf("allocated %p\n", elem);
2217 dprintf("leak elem:%p\n", pke);
2221 dprintf("no properties\n");
2236 dprintf("%p, wasn't in the leak map\n", pke);
2240 dprintf("released %p\n", pke);
2260 dprintf("pool_knl_elem_free_cb:\n");
2261 dprintf("abou
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c206 dprintf(("calling %s, %d args (%d in defn), fp=%d\n",
218 dprintf(("evaluate args[%d], fp=%d:\n", i, fp-frame));
221 dprintf(("args[%d]: %s %f <%s>, t=%o\n",
252 dprintf(("start exec of %s, fp=%d\n", s, fp-frame));
255 dprintf(("finished exec of %s, fp=%d\n", s, fp-frame));
283 dprintf(("%s returns %g |%s| %o\n",
311 dprintf(("arg(%d), fp->nargs=%d\n", n, fp->nargs));
451 dprintf(("making %s into an array\n", x->nval));
746 dprintf(("substr: m=%d, n=%d, s=%s\n", m, n, s));
1177 dprintf(("paircn
[all...]
H A Dawk.h48 #define dprintf(x) if (dbg) (void) printf x macro
50 #define dprintf(x) macro
/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 141 milliseconds

1234567