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

1234

/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/common/fs/
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...]
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...]
/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...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c85 #define dprintf if (boothowto & RB_DEBUG) printf macro
500 dprintf("pmap_getport: Failed getting port.\n");
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c102 #define dprintf if (boothowto & RB_DEBUG) printf macro
351 dprintf("ibd_input: adjusting MTU %d -> %d\n",
497 dprintf("ibd_output: frame type wrong: socket: %d\n",
507 dprintf("ibd_output: frame size too big: %d\n", size);
540 dprintf("ibd_output: ARP request for %s "
/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/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/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/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/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/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/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/i86pc/os/
H A Dfastboot.c254 dprintf(char *fmt, ...) function
955 dprintf("fastboot_filename[%d] = %s\n",
/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/lib/libpool/common/
H A Dpool_internal.c956 dprintf("can't retrieve %s\n");
1778 dprintf(const char *format, ...) function
2016 * pools dprintf() trace mechanism.
2023 dprintf("LOGDUMP: %d operation, %p\n", li->li_op, li->li_details);
2028 * pools dprintf() trace mechanism.
2037 dprintf("element type: %s name: %s\n",
2042 dprintf("element type: %s sys_id: %d\n",
/illumos-gate/usr/src/grub/grub-0.97/netboot/
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)));
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...]
/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/lib/libdevinfo/
H A Ddevinfo_devlink.c207 (void) dprintf(DBG_INFO, "get_db_path: alternate db dir: %s\n",
233 (void) dprintf(DBG_INFO, "open_db: skipping database\n");
298 (void) dprintf(DBG_ERR, "open_db: invalid DB(%s)\n", path);
302 (void) dprintf(DBG_STEP, "open_db: DB(%s): opened\n", path);
502 (void) dprintf(DBG_INFO, "N[%u] = %u\n", i, DB_NUM(hdp, i));
552 (void) dprintf(DBG_ERR, "%s: invalid parent or index(%u)\n",
579 (void) dprintf(DBG_STEP, "%s: node[%u]: %s\n", fcn, nidx,
597 (void) dprintf(DBG_ERR, "%s: minor[%u]: orphan minor\n", fcn,
614 (void) dprintf(DBG_STEP, "%s: minor[%u]: %s\n", fcn, nidx,
639 (void) dprintf(DBG_ER
3840 dprintf(debug_level_t msglevel, const char *fmt, ...) function
[all...]

Completed in 177 milliseconds

1234