/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | misc.h | 47 #define dprintf(x) if (umem_debug_level) { \ macro
|
/illumos-gate/usr/src/stand/sys/ |
H A D | bootdebug.h | 53 #define dprintf if (boothowto & RB_DEBUG) printf macro
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_mountd.c | 45 #define dprintf(x) { (void) printf x; } macro 47 #define dprintf(x) macro 61 dprintf(("audit_mountd_setup()\n")); 75 dprintf(("audit_mountd_mount()\n")); 102 dprintf(("audit_mountd_mount()\n"));
|
H A D | audit_reboot.c | 36 #define dprintf(x) { (void) printf x; } macro 38 #define dprintf(x) macro 46 dprintf(("audit_reboot_setup()\n")); 97 dprintf(("audit_reboot_generic(%d)\n", sorf));
|
H A D | audit_shutdown.c | 41 #define dprintf(x) { (void) printf x; } macro 43 #define dprintf(x) macro 52 dprintf(("audit_shutdown_setup()\n")); 82 dprintf(("audit_shutdown_generic(%d)\n", sorf));
|
H A D | audit_halt.c | 42 #define dprintf(x) { (void) printf x; } macro 44 #define dprintf(x) macro 55 dprintf(("audit_halt_setup()\n")); 116 dprintf(("audit_halt_generic(%d)\n", sorf));
|
H A D | audit_kadmind.c | 46 #define dprintf(x) { (void) printf x; } macro 48 #define dprintf(x) macro 82 dprintf(("netbuf2pm: unknown caller IP address family %d", 109 dprintf(("common_audit() start\n")); 147 dprintf(("common_audit(): l_port=%d, r_port=%d,\n",
|
H A D | audit_krb5kdc.c | 42 #define dprintf(x) { (void) printf x; } macro 44 #define dprintf(x) macro 52 dprintf(("audit_krb5kdc_setup()\n")); 71 dprintf(("common_audit() start\n")); 101 dprintf(("audit_krb5kdc: r_port=%d, l_port=%d\n", r_port, l_port));
|
H A D | audit_rexecd.c | 44 #define dprintf(x) { (void) printf x; } macro 46 #define dprintf(x) macro 84 dprintf(("audit_rexecd_setup()\n")); 146 dprintf(("audit_rexecd_fail()\n")); 257 dprintf(("audit_rexecd_success()\n"));
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootops.c | 42 #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 D | inetboot.c | 56 #define dprintf if (debug) printf macro 76 dprintf("reading boot archive ...\n");
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | standalloc.c | 41 #define dprintf if (resalloc_debug) printf macro 93 dprintf("get_progmemory: requesting %lx bytes at %p\n", size,
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dlink_common.c | 61 dprintf(int debug, const char *fmt, ...) function 120 dprintf(0, ".SUNW_dof section corrupt for %s\n", modname); 141 dprintf(1, "failed to open helper device %s", devname); 153 dprintf(1, "failed to open helper device %s", devname); 159 dprintf(1, "DTrace ioctl failed for DOF at %p in %s", dof, 162 dprintf(1, "DTrace ioctl succeeded for DOF at %p in %s\n", dof,
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | getdents.c | 59 #define dprintf if (boothowto & RB_DEBUG) printf macro 139 dprintf("nfs_getdents: RPC error\n");
|
H A D | getdents3.c | 59 #define dprintf if (boothowto & RB_DEBUG) printf macro 140 dprintf("nfs3_getdents: RPC error\n");
|
H A D | pathname.c | 56 #define dprintf if (boothowto & RB_DEBUG) printf macro 174 dprintf("pn_free(): you shouldn't be calling pn_free()!\n");
|
H A D | getdents4.c | 59 #define dprintf if (boothowto & RB_DEBUG) printf macro 160 dprintf("nfs4_getdents: RPC error\n");
|
H A D | lookup.c | 66 #define dprintf if (boothowto & RB_DEBUG) printf macro 171 dprintf("lookup: component %s pathleft %s\n", component, pnp->pn_path); 215 dprintf("lookup: lkp is NULL with error %d\n", error); 220 dprintf("lookup: lkp is NULL with error %d\n", error);
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_debug.h | 66 #define dprintf(...) \ macro 70 #define dprintf(...) ((void)0) macro
|
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_util.c | 40 dprintf(const char *fmt, ...) function 67 dprintf("%s\n", label); 138 dprintf("%s\n", linebuf);
|
/illumos-gate/usr/src/lib/libvolmgt/common/ |
H A D | volprivate.c | 232 * dprintf -- print debug info, indenting based on debug level 235 dprintf(char *fmt, ...) function
|
/illumos-gate/usr/src/cmd/tsol/updatehome/ |
H A D | setupfiles.c | 45 #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/uts/common/gssapi/include/ |
H A D | gssapiP_dummy.h | 71 #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/io/ |
H A D | dma_engine.c | 65 #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...] |
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | biosdisk.c | 56 #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...] |