Searched refs:dprintf (Results 126 - 150 of 161) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.h300 extern void dprintf(const char *, ...);
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/cmd/awk/
H A Dparse.c268 dprintf(("defining func %s (%d args)\n", v->nval, n));
H A Db.c290 dprintf(("cclenter: in = |%s|, out = |%s|\n", op, chars));
572 dprintf(("reparse <%s>\n", p));
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h412 #define dprintf if (dflag) (void) fprintf macro
H A Dtape.c328 dprintf(stdout, "maxino = %lu\n", maxino);
624 dprintf(stdout,
644 dprintf(stdout, gettext(
648 dprintf(stdout, gettext(
1131 dprintf(stdout,
1737 dprintf(stdout, gettext("readhdr fails at %ld blocks\n"),
H A Ddirs.c616 dprintf(stderr,
629 dprintf(stderr,
638 dprintf(stderr,
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd.c389 * dprintf()
396 dprintf(char *fmt, ...) function
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c68 dprintf(const char *fmt, ...) function
H A Dpdevinfo.c177 dprintf("verbosemode %s\n", opts.o_verbose ? "on" : "off");
741 dprintf("Dump node %s\n", path);
971 dprintf("unexpected nvpair name %s != name\n", name);
975 dprintf("unexpected nvpair type %d, not byte array \n",
/illumos-gate/usr/src/lib/libproc/common/
H A DPutil.c126 dprintf(const char *format, ...) function
H A DPservice.c340 dprintf("pglobal_lookup <%s> -> %p\n",
/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/boot/include/
H A Dstdio.h357 * Every programmer and his dog wrote functions called getline() and dprintf()
390 int (dprintf)(int, const char * __restrict, ...);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h350 dprintf("ds=%s " fmt, __ds_name, __VA_ARGS__); \
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c957 dprintf(("cache_full list done\n"));
966 dprintf(("reading cpu cache %p\n",
971 dprintf(("reading %d loaded rounds\n", ccp->cc_rounds));
977 dprintf(("reading %d previously loaded rounds\n",
983 dprintf(("magazine layer: %d buffers\n", magcnt));
1134 dprintf(("walking %p\n", addr));
1169 dprintf(("buf total is %d\n", cp->cache_buftotal));
1181 dprintf(("bufctl requested, not UMF_HASH (flags: %p)\n",
1387 dprintf(("kbase is %p\n", kbase));
1415 dprintf(("refcn
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h413 static void dprintf(debug_level_t msglevel, const char *fmt, ...);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c60 #define dprintf if (boothowto & RB_DEBUG) printf macro
H A Dnfs4_xdr.c39 #define dprintf if (boothowto & RB_DEBUG) printf macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c449 dprintf("pausing at bookmark %llx/%llx/%llx/%llx\n",
456 dprintf("pausing at DDT bookmark %llx/%llx/%llx/%llx\n",
604 dprintf("resuming at %llx/%llx/%llx/%llx\n",
1253 dprintf("visiting ddb=%llu/%llu/%llu/%llx\n",
H A Dspace_map.c90 dprintf("object=%llu offset=%llx size=%llx\n",
H A Dzap_micro.c525 dprintf("upgrading obj %llu: num_entries=%u\n",
607 dprintf("upgrading obj=%llu with %u chunks\n",
619 dprintf("adding %s=%llu\n",
1173 dprintf("upgrading obj %llu: intsz=%u numint=%llu name=%s\n",
H A Ddnode_sync.c60 dprintf("os=%p obj=%llu, increase to %d\n", dn->dn_objset,
119 dprintf("ds=%p obj=%llx num=%d\n", ds, dn->dn_object, num);
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c392 dprintf("substr: m=%d, n=%d, s=%ws\n", m, n, s);
850 dprintf("split: s=|%ws|, a=%ws, sep=|%wc|\n", s, ap->nval, sep);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c254 dprintf(char *fmt, ...) function
955 dprintf("fastboot_filename[%d] = %s\n",

Completed in 134 milliseconds

1234567