Searched defs:dprintf (Results 1 - 25 of 77) sorted by last modified time

1234

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_resource.c43 #define dprintf if (pci_boot_debug) printf macro
273 dprintf("%s\n", "IRQ");
278 dprintf("%s\n", "DMA");
282 dprintf("%s\n", "START_DEPENDENT");
286 dprintf("%s\n", "END_DEPENDENT");
299 dprintf("%s\n", "FIXED_IO");
303 dprintf("%s\n", "VENDOR");
307 dprintf("%s\n", "END_TAG");
312 dprintf("%s\n", "MEMORY24");
317 dprintf("
[all...]
H A Dpci_memlist.c41 #define dprintf if (pci_boot_debug) printf macro
46 dprintf("memlist 0x%p content", (void *)listp);
48 dprintf("(0x%x%x, 0x%x%x)",
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_debug.h66 #define dprintf(...) \ macro
70 #define dprintf(...) ((void)0) macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPutil.c126 dprintf(const char *format, ...) function
/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/lib/librcm/
H A Dlibrcm.c31 #define dprintf(args) if (rcm_debug) (void) fprintf args macro
33 #define dprintf(args) /* nothing */ macro
816 dprintf((stderr, "sysinfo %s\n", strerror(errno)));
823 dprintf((stderr,
831 dprintf((stderr, "sysinfo %s\n", strerror(errno)));
838 dprintf((stderr,
851 dprintf((stderr,
879 dprintf((stderr, "invalid script %s skipped\n",
925 dprintf((stderr, "invalid module %s skipped\n",
934 dprintf((stder
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dbiosdisk.c56 #define dprintf(fmt) \ macro
60 #define dprintf(fmt) macro
139 dprintf(("bios_check_extension_present int13 fn 41 "
145 dprintf(("bios_check_extension_present get device parameters "
163 dprintf(("In get_dev_params\n"));
184 dprintf(("EDD FAILED on drive eflag = %x ah= %x\n",
216 dprintf(("drive not present drivenum %x eflag %x ah %x\n",
221 dprintf(("drive-present %x\n", drivenum));
239 dprintf(("Bad disk reset driv %x, status %x\n", drivenum,
273 dprintf(("read_firstbloc
[all...]
H A Dfastboot.c254 dprintf(char *fmt, ...) function
955 dprintf("fastboot_filename[%d] = %s\n",
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4_xdr.c39 #define dprintf if (boothowto & RB_DEBUG) printf macro
H A Dauth_unix.c75 #define dprintf if (boothowto & RB_DEBUG) printf macro
266 dprintf("marshal_new_auth - Fatal marshalling problem");
H A Dbootparams.c71 #define dprintf if (boothowto & RB_DEBUG) printf macro
136 dprintf(noserver, "whoami");
149 dprintf("whoami RPC call failed with rpc status: %d\n", stat);
162 dprintf("whoami: hostname too long");
171 dprintf("whoami: no host name\n");
178 dprintf("whoami: domainname too long");
186 dprintf("whoami: no domain name\n");
192 dprintf("whoami: Router ip is: %s\n",
199 dprintf("whoami: unknown gateway addr family %d\n",
249 dprintf("getfil
[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/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/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/uts/common/gssapi/include/
H A DgssapiP_dummy.h71 #define dprintf(a) printf(a) macro
76 #define dprintf(a) macro
99 #define dprintf(a) DUMMY_MECH_LOG0(8, a) macro
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c173 static void dprintf(const char *, ...) __KPRINTFLIKE(1);
177 dprintf(const char *format, ...) function
207 dprintf("dacf_init: creating hashmatrix\n");
248 dprintf("dacf_init: creating module_hash\n");
256 dprintf("dacf_init: creating info_hash\n");
280 dprintf("dacf_init: dacf is ready\n");
322 dprintf("dacf_rule_insert called: %s=\"%s\", %s:%s, %s\n",
502 dprintf("dacf: reservation made\n");
537 dprintf("dacf_process_rsrvs: opid = %d, flags = 0x%x\n", op, flags);
693 dprintf("dacf_module_registe
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddma_engine.c65 #define dprintf(x) if (dmaedebug) prom_printf x macro
67 #define dprintf(x) macro
87 dprintf(("i_dmae_init: initializing dma.\n"));
112 dprintf(("i_dmae_acquire: channel %d, waitfp %p\n",
122 dprintf(("_dma_acquire: channel %d is busy.\n", chnl));
133 dprintf(("_dma_acquire: channel %d now allocated.\n", chnl));
152 dprintf(("i_dmae_free: channel %d\n", chnl));
194 dprintf(("_dmae_nxcookie: chnl %d\n", chnl));
233 dprintf(("i_dmae_prog: failure on channel %d dmaereq=%p\n",
236 dprintf(("i_dmae_pro
[all...]
H A Di8237A.c69 #define dprintf(x) if (i8237debug) (void)prom_printf x macro
71 #define dprintf(x) macro
192 dprintf(("d37A_dma_disable: chnl=%d mask_reg=0x%x\n",
210 dprintf(("d37A_dma_enable: chnl=%d mask_reg=0x%x val=0x%x\n",
293 dprintf(("dEISA_setchain: chnl=%d next_addr=%x count=%lx\n",
303 dprintf(("dEISA_setchain: chnl=%d end\n", chnl));
321 dprintf(("d37A_prog_chan err: chnl=%d in cascade mode\n",
327 dprintf(("d37A_prog_chan err: memory to memory mode not supported.\n"));
332 dprintf(("d37A_prog_chan: chnl=%d dmaereq=%p\n",
344 dprintf(("d37A_prog_cha
[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/psm/stand/boot/common/
H A Dreadfile.c115 #define dprintf if (debug) printf macro
221 dprintf("fd = %x\n", fd);
237 dprintf("calling readelf, elfheader is:\n");
238 dprintf("e_ident\t0x%x, 0x%x, 0x%x, 0x%x\n",
243 dprintf("e_machine\t0x%x\n", elfhdr.e_machine);
245 dprintf("e_entry\t\t0x%llx\n", (is64 ?
248 dprintf("e_shoff\t\t0x%llx\n", (is64 ?
251 dprintf("e_shnentsize\t%d\n", (is64 ?
253 dprintf("e_shnum\t\t%d\n", (is64 ?
255 dprintf("e_shstrnd
[all...]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c57 #define dprintf if (debug) printf macro
226 dprintf("Calling exitto64(%p, %p)\n", (void *)go2,
236 dprintf("trying '%s'\n", pathname);
478 dprintf("device_type=%s\n", arch);
483 dprintf("device_type: no such property, len=%d\n", (int)len);
502 dprintf("default_name: %s\n", default_name);
503 dprintf("default_path: %s\n", default_path);
504 dprintf("vac: %d\n", vac);
544 dprintf("\nboot: V%d /boot interface.\n", BO_VERSION);
552 dprintf("Physme
[all...]
H A Dbootops.c42 #define dprintf if (debug) printf macro
76 dprintf("\nPhysinstalled: ");
78 dprintf("\nPhysfree: ");
80 dprintf("\nVirtfree: ");
91 dprintf("physinstalled = %p\n", (void *)pinstalledp);
92 dprintf("physavail = %p\n", (void *)pfreelistp);
93 dprintf("virtavail = %p\n", (void *)vfreelistp);
94 dprintf("extent = 0x%lx\n", memlistextent);
124 dprintf("Entering boot_release()\n");
125 dprintf("\nPhysinstalle
[all...]
H A Dinetboot.c56 #define dprintf if (debug) printf macro
76 dprintf("reading boot archive ...\n");
H A Dsun4x_standalloc.c42 #define dprintf if (resalloc_debug) printf macro
141 dprintf("boot: failed to allocate %lu bytes from scratch "
149 dprintf("reuse freed temp scratch: bytes = %lu at %p\n", bytes,
193 dprintf("using %lu bytes of reserved mem (%lu left)\n",
212 dprintf("boot: resalloc_init: failed to read iarch\n");
216 dprintf("boot: resalloc_init: got iarch %s\n", iarch);
233 dprintf("boot: resalloc_init: boosted top_bootmem to %p\n",
252 dprintf("resalloc: bytes = %lu\n", bytes);
266 dprintf("vaddr = %p, paddr = %lx\n", (void *)vaddr,
322 dprintf("memlistpag
[all...]

Completed in 117 milliseconds

1234