Searched refs:dprintf (Results 51 - 75 of 161) sorted by relevance

1234567

/illumos-gate/usr/src/stand/lib/sa/
H A Dstandalloc.c41 #define dprintf if (resalloc_debug) printf macro
93 dprintf("get_progmemory: requesting %lx bytes at %p\n", size,
/illumos-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c103 dprintf("Entering gss_mech_initialize\n");
108 dprintf("Leaving gss_mech_initialize\n");
207 dprintf("Entering gss_sign\n");
218 dprintf("Leaving gss_sign\n");
240 dprintf("Entering gss_verify\n");
260 dprintf("Leaving gss_verify\n");
281 dprintf("Entering gss_seal\n");
297 dprintf("Leaving gss_seal\n");
321 dprintf("Entering gss_unseal\n");
347 dprintf("Leavin
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c332 dprintf("text section missing required dynamic entries: "
365 dprintf("Pread of .hash at %lx failed\n",
416 dprintf("DI_PLTREL not found, defaulting to Rel");
419 dprintf("DI_PLTREL not found, defaulting to Rela");
424 dprintf("too few PLT relocation entries "
448 dprintf("failed to allocate size %ld\n", (long)size);
481 dprintf("failed to read program headers\n");
528 dprintf("failed to read .SUNW_ldynsym at %lx\n",
555 dprintf("failed to read .dynsym at %lx\n",
581 dprintf("faile
[all...]
H A DPsyscall.c65 dprintf("agent LWP is stopped or asleep in syscall %d\n", sysnum);
73 dprintf("agent LWP system call aborted\n");
158 dprintf("Pcreate_agent: aborting agent syscall; lwp is %s\n",
207 dprintf("Pdestroy_agent: aborting agent syscall\n");
425 dprintf("Psyscall(): execute(sysindex = %d)\n", sysindex);
435 dprintf("Psyscall(): copying arguments\n");
459 dprintf("Psyscall(): set running at sysentry\n");
475 dprintf("Psyscall(): _lwp_exit successful\n");
487 dprintf("Pissyscall_prev() failed\n");
491 dprintf("Psyscal
[all...]
H A DPzone.c255 dprintf("Pzoneroot defaulting to '%s'\n", GLOBAL_ZONENAME);
265 dprintf(
278 dprintf(
291 dprintf("Pzoneroot found zone root '%s:%s'\n", zname, zpath);
319 dprintf("Plofspath path '%s'\n", path);
450 dprintf("Plofspath path result '%s'\n", s);
526 dprintf("Pzonepath lookup '%s'\n", path);
548 dprintf("Pzonepath found zone path (1) '%s'\n", zroot);
559 dprintf("Pzonepath found zone path (2) '%s'\n", zroot);
633 dprintf("Pzonepat
[all...]
H A DPscantext.c86 dprintf("failed to open %s: %s\n", mapfile, strerror(errno));
97 dprintf("Pscantext: failed to allocate buffer\n");
103 dprintf("Pscantext: failed to read map file: %s\n",
/illumos-gate/usr/src/cmd/oawk/
H A Dmain.c124 dprintf("cmds=|%ws|\n", wargv[0], NULL, NULL);
141 dprintf("svargc=%d svargv[0]=%ws\n", svargc, svargv[0], NULL);
144 dprintf("errorflag=%d\n", errorflag, NULL, NULL);
H A Dlib.c87 dprintf("**RS=%o, **FS=%o\n", **RS, **FS, NULL);
93 dprintf("svargc=%d, *svargv=%ws\n", svargc, *svargv, NULL);
111 dprintf("opening file %ws\n", file, NULL, NULL);
209 dprintf("command line set %ws to |%ws|\n", s, p, NULL);
306 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL);
308 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL);
311 dprintf("recbld = |%ws|\n", record, NULL, NULL);
353 dprintf("%s\n", s, NULL, NULL);
/illumos-gate/usr/src/cmd/awk/
H A Dmain.c145 dprintf(("program = |%s|\n", argv[1]));
152 dprintf(("argc=%d, argv[0]=%s\n", argc, argv[0]));
158 dprintf(("errorflag=%d\n", errorflag));
H A Dlib.c92 dprintf(("RS=<%s>, FS=<%s>, ARGC=%f, FILENAME=%s\n",
97 dprintf(("argno=%d, file=|%s|\n", argno, file));
110 dprintf(("opening file %s\n", file));
181 dprintf(("readrec saw <%s>, returns %d\n",
199 dprintf(("getargv(%d) returns |%s|\n", n, s));
219 dprintf(("command line set %s to |%s|\n", s, p));
435 dprintf(("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs));
443 dprintf(("refldbld: i=%d\n", i));
446 dprintf(("match %s (%d chars)\n", patbeg, patlen));
452 dprintf(("n
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h61 void dprintf(char *fmt, ...);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dlookup.c66 #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);
H A Dpathname.c56 #define dprintf if (boothowto & RB_DEBUG) printf macro
174 dprintf("pn_free(): you shouldn't be calling pn_free()!\n");
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 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 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");
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.h50 extern void dprintf(const char *, ...);
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c257 dprintf("%s: BOOTP reply too small: %d\n", s_n, len);
329 dprintf("%s: Can't open a socket.\n", s_n);
341 dprintf("%s: Cannot bind to port %d, errno: %d\n",
362 dprintf("%s: sendto failed with errno: %d\n",
501 dprintf("%s: Unexpected DHCP message."
506 dprintf("%s: DHCP OFFER message without lease "
511 dprintf("%s: Lease expiration time is "
517 dprintf("%s: DHCP OFFER message without server "
522 dprintf("%s: Server identifier "
528 dprintf("
[all...]
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c209 dprintf("Logmap hash inconsistency.\n"); \
282 dprintf("Buffer for boot loader logging support: 0x%p, size 0x%x\n",
403 dprintf("No log extent found for log offset 0x%llx.\n",
418 dprintf("I/O error reading the ufs log" \
522 dprintf("Failed to read log extent block.\n");
541 dprintf("Failed to read on-disk log header.\n");
552 dprintf("On-disk log format v%d != supported format v%d.\n",
556 dprintf("On-disk log is marked bad.\n");
559 dprintf("On-disk log checksum %d != ident sum %d.\n",
588 dprintf("Invali
[all...]
/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/common/fs/
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...]
/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"));
H A Daudit_rexecd.c44 #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/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...]
/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",

Completed in 156 milliseconds

1234567