Searched defs:dprintf (Results 1 - 25 of 77) sorted by path

1234

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c68 #define dprintf(s, a) (void) fprintf(stderr, s, a) macro
71 #define dprintf(s, a) 0 macro
218 dprintf("Unable to access file %s\n", *file);
233 dprintf("No default attributes for %s\n", da_defs->devtype);
318 dprintf("Unable to find %s in the maps database\n",
337 dprintf("Unable to find %s device files\n",
350 dprintf("device name %s is too long.\n",
358 dprintf("Unable to stat %s\n", fname);
528 dprintf("No default attributes for "
659 dprintf("lockin
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h48 #define dprintf(x) if (dbg) (void) printf x macro
50 #define dprintf(x) macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h412 #define dprintf if (dflag) (void) fprintf macro
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info_impl.h47 #define dprintf(args) if (ri_debug) (void) fprintf args macro
49 #define dprintf(args) 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...]
/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.c389 * dprintf()
396 dprintf(char *fmt, ...) function
/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...]
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/mdb/common/modules/libumem/
H A Dmisc.h47 #define dprintf(x) if (umem_debug_level) { \ macro
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c68 dprintf(const char *fmt, ...) function
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c79 dprintf("cannot get system bus: %s\n", rmm_strerror(error, -1));
89 dprintf("libhal_ctx_new failed");
108 dprintf("property_watch_all failed %s",
120 dprintf("libhal_ctx_init failed: %s", rmm_strerror(error, -1));
132 dprintf("HAL is not running: %s", rmm_strerror(error, -1));
502 dprintf("mounting %s...\n", udi);
506 dprintf(
520 dprintf("mount failed for %s: cannot append args\n", udi);
528 dprintf("mount failed for %s: %s\n", udi, error->message);
533 dprintf("mounte
1379 dprintf(const char *fmt, ...) function
[all...]
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c45 #define dprintf(s, v) if (flags & DBUG) (void) printf(s, v) macro
153 dprintf("setupfiles copy path %s", min_home);
154 dprintf("%s ", COPY);
155 dprintf("greater than %d\n", MAXPATHLEN);
171 dprintf("copy file %s requested\n", file);
198 dprintf("setupfiles no copyfile %s\n", cl_file);
206 dprintf("setupfiles link path %s", min_home);
207 dprintf("%s ", LINK);
208 dprintf("greater than %d\n", MAXPATHLEN);
224 dprintf("lin
[all...]
/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/cmd/utmp_update/
H A Dutmp_update.c92 #define dprintf printf macro
96 #define dprintf(x, y) macro
214 dprintf("Bad hex character: 0x%x\n", c);
346 dprintf("Bad user name: %s \n", entryx->ut_user);
355 dprintf("Bad type type = %d\n", entryx->ut_type);
366 dprintf("Bad pid = %d\n", entryx->ut_pid);
372 dprintf("Bad line = %s\n", line);
384 dprintf("Bad hostname name = %s\n", entryx->ut_host);
467 dprintf("Bad line = %s\n", line);
481 dprintf("Ba
[all...]
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c83 #define dprintf(x) if (Debug) (void) printf x macro
229 dprintf(("Poll timeout set to %d\n", Poll_timeout));
238 dprintf(("WTMPX update frequency set to %d\n", WTMPX_ufreq));
251 dprintf(("Max fds set to %d\n", Max_fds));
310 dprintf(("utmp warning timer set to %d seconds\n", WARN_TIME));
317 dprintf(("utmp warning timer expired\n"));
344 dprintf(("Load tables\n"));
470 dprintf(("! %d: terminated, status 0x%.4x\n", \
475 dprintf(("! %d: terminated\n", \
492 dprintf(("Pol
[all...]
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c53 #define dprintf if (cf_debug) prom_printf macro
55 #define dprintf if (cf_debug) prom_printf macro
136 dprintf("file %s is compressed\n", filep->fi_path);
163 dprintf("inflateInit2() failed\n");
179 dprintf("cf_close: %s\n", filep->fi_path);
194 dprintf("cf_rewind: %s\n", filep->fi_path);
221 dprintf("cf_read: %s ", filep->fi_path);
222 dprintf("%lx bytes\n", count);
225 dprintf(" reading at offset %lx\n", zsp->total_out);
247 dprintf("attemptin
[all...]
H A Dhsfs.c75 #define dprintf if (bootrd_debug) printf macro
78 #define dprintf if (bootrd_debug) kobj_printf macro
163 dprintf("opendir: inode = %ld\n", inode);
201 dprintf("find: %s\n", path);
242 dprintf("dlook: %s\n", s);
295 dprintf("readdir: start\n");
309 dprintf("readdir: diskread failed\n");
329 dprintf("getblock: start\n");
348 dprintf("getblock: end\n");
360 dprintf("bhsfs_rea
[all...]
H A Dpcfs.c61 #define dprintf if (bootrd_debug) printf macro
64 #define dprintf if (bootrd_debug) kobj_printf macro
69 #define dprintf if (bootrd_debug) printf macro
186 dprintf("read cluster sectors %d starting at %d\n",
214 dprintf("open %s\n", str);
233 dprintf("file %s size = %ld\n", str, d.d_size);
242 dprintf("close %d\n", fd);
256 dprintf("close done\n");
285 dprintf("bpcfs_read: fd = %d, buf = %p, size = %d\n",
329 dprintf("bpcfs_rea
[all...]
H A Dufsops.c52 #define dprintf if (bootrd_debug) printf macro
55 #define dprintf if (bootrd_debug) kobj_printf macro
158 dprintf("openi: %s\n", path);
292 dprintf("dlook: %s\n", path);
311 dprintf("%s\n", dp->d_name);
335 dprintf("readdir: off = 0x%x\n", off);
355 dprintf("readdir: name = %s\n", dp->d_name);
373 dprintf("getblock: buf 0x%p, count 0x%x\n", (void *)buf, count);
438 dprintf("getblock_noopt: start\n");
579 dprintf("f
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c58 #define dprintf(x) printf x macro
60 #define dprintf(x) macro
424 dprintf(("mii_rw of reg %d at PHY %d timed out.\n",
429 dprintf(("mii_rw wrote 0x%x to reg %d at PHY %d\n",
433 dprintf(("mii_rw of reg %d at PHY %d failed.\n",
440 dprintf(("mii_rw read from reg %d at PHY %d: 0x%x.\n",
455 dprintf(("start_rx\n"));
471 dprintf(("stop_rx\n"));
485 dprintf(("start_tx\n"));
494 dprintf(("stop_t
[all...]
H A Dns83820.c51 #define dprintf(x) printf x macro
53 #define dprintf(x) macro
330 dprintf(("kick_rx: maybe kicking\n")); \
429 dprintf(("phy_intr: tbisr=%hX, tanar=%hX, tanlpar=%hX\n",
525 dprintf(("starting receiver\n"));
558 dprintf(("resetting chip...\n"));
563 dprintf(("okay!\n"));
569 dprintf(("ns83820_reset\n"));
626 dprintf(("start %s\n", name))
650 dprintf(("don
[all...]
H A Dpcnet32.c67 #define dprintf(x) printf x macro
69 #define dprintf(x) macro
535 dprintf(("pcnet32 open, csr0 %hX.\n", lp->a.read_csr(ioaddr, 0)));
709 dprintf(("PCnet chip version is %0xhX\n", chip_version));
792 dprintf(("%s at %hX,", chipname, ioaddr));
815 dprintf((" tx_start_pt(0x%hX):", i));
818 dprintf((" 20 bytes,"));
821 dprintf((" 64 bytes,"));
824 dprintf((" 128 bytes,"));
827 dprintf(("~22
[all...]
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)));

Completed in 280 milliseconds

1234