Searched defs:dprintf (Results 26 - 50 of 77) sorted by relevance

1234

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_rexd.c45 #define dprintf(x) { (void) printf x; } macro
47 #define dprintf(x) macro
112 dprintf(("audit_rexd_setup()\n"));
168 dprintf(("audit_rexd_fail()\n"));
287 dprintf(("audit_rexd_success()\n"));
/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...]
/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/hotplugd/
H A Dhotplugd.c389 * dprintf()
396 dprintf(char *fmt, ...) function
/illumos-gate/usr/src/stand/lib/fs/nfs/
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...]
H A Dnfs2ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf macro
106 dprintf("NFS read(%d) timed out. Retrying...\n",
122 dprintf("NFS Read size now %d.\n",
195 dprintf("nfs_getattr: RPC error %d\n", getattr_stat);
325 dprintf("lookup: RPC error.\n");
361 dprintf("nfsgetsymlink: RPC call failed.\n");
H A Dnfsops.c66 #define dprintf if (boothowto & RB_DEBUG) printf macro
168 dprintf("boot_nfs_open: files can only be opened O_RDONLY.\n");
173 dprintf("boot_nfs_open: NULL or EMPTY pathname argument.\n");
195 dprintf("open: Cannot allocate file pointer\n");
261 dprintf("boot_nfs_read: Bad file number.\n");
265 dprintf("boot_nfs_read: Bad address.\n");
317 dprintf("boot_nfs_lseek: Bad file number.\n");
347 dprintf("boot_nfs_lseek: invalid whence value.\n");
381 dprintf("boot_nfs_fstat(): Bad file number 0.\n");
413 dprintf("boot_nfs_fsta
[all...]
H A Dnfs4_xdr.c39 #define dprintf if (boothowto & RB_DEBUG) printf macro
H A Dclnt_btcp.c60 #define dprintf if (boothowto & RB_DEBUG) printf macro
H A Dclnt_budp.c60 #define dprintf if (boothowto & RB_DEBUG) printf macro
297 dprintf("clntbudp_call: timedout, try sending"
364 dprintf("clntbudp_call: xid: 0x%x != 0x%x\n",
413 dprintf("clntbudp_call: from: %s, error: ",
H A Dnfs3ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf macro
108 dprintf("NFS read(%d) timed out. Retrying...\n",
124 dprintf("NFS Read size now %d.\n",
205 dprintf("nfs_getattr: RPC error %d\n", getattr_stat);
370 dprintf("lookup: RPC error.\n");
430 dprintf("nfs3getsymlink: RPC call failed.\n");
H A Dnfs4ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf macro
121 dprintf("NFS read(%d) timed out. Retrying...\n", readargs.r_count);
129 dprintf("NFS read size now %d.\n",
231 dprintf("nfs4getattr: RPC error %d\n", status);
422 dprintf("nfs4lookup: bkmem_alloc failed\n");
444 dprintf("nfs4lookup: RPC error. status %d\n", status);
450 dprintf("nfs4lookup: lookup status = %d\n",
463 dprintf("nfs4lookup: getattr status = %d\n",
548 dprintf("nfs4lookupp: RPC error. status %d\n", status);
554 dprintf("nfs4lookup
[all...]
H A Drpc.c58 #define dprintf if (boothowto & RB_DEBUG) printf macro
289 dprintf("brpc_call: cannot setup rpc header.\n");
308 dprintf("brpc_call: Unsupported authentication type: %d\n",
378 dprintf("brpc_call: xid: 0x%x != 0x%x\n",
452 dprintf("brpc_call: from: %s, error: ",
H A Dxdr_rec.c59 #define dprintf if (boothowto & RB_DEBUG) printf macro
136 dprintf("xdrrec_create: out of memory\n");
150 dprintf("xdrrec_create: out of memory\n");
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c68 dprintf(const char *fmt, ...) function
/illumos-gate/usr/src/lib/libproc/common/
H A DPutil.c126 dprintf(const char *format, ...) function
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c76 dprintf(const char *format, ...) function
197 dprintf("port_get on port %d failed with %d <%s>\n",
209 dprintf("port_get on port %d returned %u "
290 dprintf("port_get on port %d failed with %d <%s>\n",
302 dprintf("port_get on port %d returned %u "
379 dprintf("Cannot add work, error=%d <%s>.\n",
560 dprintf("del_sigev_timer(%d) OK.\n", timer);
603 dprintf("Fail to cancel %u with error %d <%s>.\n",
/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/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/sparc/common/
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...]
/illumos-gate/usr/src/uts/common/io/
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/uts/intel/io/pci/
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)",
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...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c63 #define dprintf if (vdebug_flag) printf macro

Completed in 239 milliseconds

1234