Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 103) sorted by relevance

12345

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c42 #define dprintf if (debug) printf macro
76 dprintf("\nPhysinstalled: "); in setup_bootops()
78 dprintf("\nPhysfree: "); in setup_bootops()
80 dprintf("\nVirtfree: "); in setup_bootops()
91 dprintf("physinstalled = %p\n", (void *)pinstalledp); in install_memlistptrs()
92 dprintf("physavail = %p\n", (void *)pfreelistp); in install_memlistptrs()
93 dprintf("virtavail = %p\n", (void *)vfreelistp); in install_memlistptrs()
94 dprintf("extent = 0x%lx\n", memlistextent); in install_memlistptrs()
124 dprintf("Entering boot_release()\n"); in kern_killboot()
125 dprintf("\nPhysinstalled: "); in kern_killboot()
[all …]
H A Dboot_plat.c58 #define dprintf if (debug) printf macro
227 dprintf("Calling exitto64(%p, %p)\n", (void *)go2, in post_mountroot()
237 dprintf("trying '%s'\n", pathname); in boot_open()
476 dprintf("device_type=%s\n", arch); in system_check()
481 dprintf("device_type: no such property, len=%d\n", (int)len); in system_check()
494 dprintf("default_name: %s\n", default_name); in system_check()
495 dprintf("default_path: %s\n", default_path); in system_check()
496 dprintf("vac: %d\n", vac); in system_check()
529 dprintf("\nboot: V%d /boot interface.\n", BO_VERSION); in main()
537 dprintf("Physmem avail:\n"); in main()
[all …]
H A Dsun4x_standalloc.c40 #define dprintf if (resalloc_debug) printf macro
139 dprintf("boot: failed to allocate %lu bytes from scratch " in vpage_from_freelist()
147 dprintf("reuse freed temp scratch: bytes = %lu at %p\n", bytes, in vpage_from_freelist()
191 dprintf("using %lu bytes of reserved mem (%lu left)\n", in get_low_vpage()
210 dprintf("boot: resalloc_init: failed to read iarch\n"); in resalloc_init()
214 dprintf("boot: resalloc_init: got iarch %s\n", iarch); in resalloc_init()
231 dprintf("boot: resalloc_init: boosted top_bootmem to %p\n", in resalloc_init()
250 dprintf("resalloc: bytes = %lu\n", bytes); in resalloc()
264 dprintf("vaddr = %p, paddr = %lx\n", (void *)vaddr, in resalloc()
320 dprintf("memlistpage = %p\n", (void *)memlistpage); in reset_alloc()
[all …]
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c45 #define dprintf(s, v) if (flags & DBUG) (void) printf(s, v) macro
153 dprintf("setupfiles copy path %s", min_home); in __setupfiles()
154 dprintf("%s ", COPY); in __setupfiles()
155 dprintf("greater than %d\n", MAXPATHLEN); in __setupfiles()
171 dprintf("copy file %s requested\n", file); in __setupfiles()
198 dprintf("setupfiles no copyfile %s\n", cl_file); in __setupfiles()
206 dprintf("setupfiles link path %s", min_home); in __setupfiles()
207 dprintf("%s ", LINK); in __setupfiles()
208 dprintf("greater than %d\n", MAXPATHLEN); in __setupfiles()
224 dprintf("link file %s requested\n", file); in __setupfiles()
[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); in check_devs()
233 dprintf("No default attributes for %s\n", da_defs->devtype); in print_da_defs()
318 dprintf("Unable to find %s in the maps database\n", in _list_device()
337 dprintf("Unable to find %s device files\n", in _list_device()
350 dprintf("device name %s is too long.\n", in _list_device()
358 dprintf("Unable to stat %s\n", fname); in _list_device()
528 dprintf("No default attributes for " in list_devices()
659 dprintf("locking %s\n", file); in lock_dev()
[all …]
/illumos-gate/usr/src/uts/intel/io/
H A Ddma_engine.c63 #define dprintf(x) if (dmaedebug) prom_printf x macro
65 #define dprintf(x) macro
85 dprintf(("i_dmae_init: initializing dma.\n")); in i_dmae_init()
110 dprintf(("i_dmae_acquire: channel %d, waitfp %p\n", in i_dmae_acquire()
120 dprintf(("_dma_acquire: channel %d is busy.\n", chnl)); in i_dmae_acquire()
131 dprintf(("_dma_acquire: channel %d now allocated.\n", chnl)); in i_dmae_acquire()
150 dprintf(("i_dmae_free: channel %d\n", chnl)); in i_dmae_free()
192 dprintf(("_dmae_nxcookie: chnl %d\n", chnl)); in _dmae_nxcookie()
231 dprintf(("i_dmae_prog: failure on channel %d dmaereq=%p\n", in i_dmae_prog()
234 dprintf(("i_dmae_prog: channel %d dmaereq=%p\n", in i_dmae_prog()
[all …]
H A Di8237A.c67 #define dprintf(x) if (i8237debug) (void)prom_printf x macro
69 #define dprintf(x) macro
190 dprintf(("d37A_dma_disable: chnl=%d mask_reg=0x%x\n", in d37A_dma_disable()
208 dprintf(("d37A_dma_enable: chnl=%d mask_reg=0x%x val=0x%x\n", in d37A_dma_enable()
291 dprintf(("dEISA_setchain: chnl=%d next_addr=%x count=%lx\n", in dEISA_setchain()
301 dprintf(("dEISA_setchain: chnl=%d end\n", chnl)); in dEISA_setchain()
319 dprintf(("d37A_prog_chan err: chnl=%d in cascade mode\n", in d37A_prog_chan()
325 dprintf(("d37A_prog_chan err: memory to memory mode not supported.\n")); in d37A_prog_chan()
330 dprintf(("d37A_prog_chan: chnl=%d dmaereq=%p\n", in d37A_prog_chan()
342 dprintf(("d37A_prog_chan err: chnl %d not programmed.\n", chnl)); in d37A_prog_chan()
[all …]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c150 dprintf((stderr, "nvlist_alloc fail\n", errno)); in ri_pack()
155 dprintf((stderr, "nvlist_add_int32 fail\n")); in ri_pack()
182 dprintf((stderr, "nvlist_pack fail\n")); in ri_pack()
215 dprintf((stderr, "nvlist_alloc fail\n")); in ap_list_pack()
226 dprintf((stderr, "nvlist_add_byte_array fail " in ap_list_pack()
235 dprintf((stderr, "nvlist_pack fail\n")); in ap_list_pack()
268 dprintf((stderr, "nvlist_alloc fail\n")); in dev_list_pack()
279 dprintf((stderr, "nvlist_add_byte_array fail " in dev_list_pack()
288 dprintf((stderr, "nvlist_pack fail\n")); in dev_list_pack()
322 dprintf((stderr, "nvlist_alloc fail\n")); in client_list_pack()
[all …]
H A Dri_init.c235 dprintf((stderr, "calloc: %s\n", strerror(errno))); in ri_init()
339 dprintf((stderr, "config_list_ext: %s\n", in dyn_ap_ids()
361 dprintf((stderr, "rcm_alloc_handle (errno=%d)\n", errno)); in rcm_init()
367 dprintf((stderr, "sysconf: %s\n", strerror(errno))); in rcm_init()
432 dprintf((stderr, "sysconf fail: %s\n", strerror(errno))); in ecache_info_init()
438 dprintf((stderr, "di_init fail: %s\n", strerror(errno))); in ecache_info_init()
444 dprintf((stderr, "di_prom_init fail: %s\n", strerror(errno))); in ecache_info_init()
450 dprintf((stderr, "calloc fail: %s\n", strerror(errno))); in ecache_info_init()
456 dprintf((stderr, "cpuid_max is set to %d\n", ec->cpuid_max)); in ecache_info_init()
464 dprintf((stderr, "di_walk_node fail: %s\n", strerror(errno))); in ecache_info_init()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c164 dprintf("Entering gss_mech_initialize\n");
180 dprintf("dummy_mech.conf is found.\n");
190 dprintf("Leaving gss_mech_initialize\n");
209 dprintf("Entering dummy_gss_acquire_cred\n");
227 dprintf("Leaving dummy_gss_acquire_cred\n");
238 dprintf("Entering dummy_gss_release_cred\n");
243 dprintf("Leaving dummy_gss_release_cred\n");
275 dprintf("Entering init_sec_context\n");
404 dprintf("Entering accept_sec_context\n");
513 dprintf("In process_sec_context\n");
[all …]
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c84 #define dprintf(x) if (Debug) (void) printf x macro
230 dprintf(("Poll timeout set to %d\n", Poll_timeout)); in main()
239 dprintf(("WTMPX update frequency set to %d\n", WTMPX_ufreq)); in main()
252 dprintf(("Max fds set to %d\n", Max_fds)); in main()
311 dprintf(("utmp warning timer set to %d seconds\n", WARN_TIME)); in main()
318 dprintf(("utmp warning timer expired\n")); in main()
345 dprintf(("Load tables\n")); in load_tables()
471 dprintf(("! %d: terminated, status 0x%.4x\n", \ in wait_for_pids()
476 dprintf(("! %d: terminated\n", \ in wait_for_pids()
493 dprintf(("Poll Err = %d pid = %d i = %d\n", \ in wait_for_pids()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c57 #define dprintf if (pci_prd_debug) printf macro
275 dprintf("ACPI: bus %x %s/%s %lx/%lx (Caching: %x)\n", bus, in acpi_dbg()
292 dprintf("%s\n", "IRQ"); in acpi_wr_cb()
297 dprintf("%s\n", "DMA"); in acpi_wr_cb()
301 dprintf("%s\n", "START_DEPENDENT"); in acpi_wr_cb()
305 dprintf("%s\n", "END_DEPENDENT"); in acpi_wr_cb()
322 dprintf("%s\n", "FIXED_IO"); in acpi_wr_cb()
326 dprintf("%s\n", "VENDOR"); in acpi_wr_cb()
330 dprintf("%s\n", "END_TAG"); in acpi_wr_cb()
335 dprintf("%s\n", "MEMORY24"); in acpi_wr_cb()
[all …]
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c107 #define dprintf if (debug) printf macro
181 dprintf("fd = %x\n", fd); in readfile()
197 dprintf("calling readelf, elfheader is:\n"); in readfile()
198 dprintf("e_ident\t0x%x, 0x%x, 0x%x, 0x%x\n", in readfile()
203 dprintf("e_machine\t0x%x\n", elfhdr.e_machine); in readfile()
205 dprintf("e_entry\t\t0x%llx\n", (is64 ? in readfile()
208 dprintf("e_shoff\t\t0x%llx\n", (is64 ? in readfile()
211 dprintf("e_shnentsize\t%d\n", (is64 ? in readfile()
213 dprintf("e_shnum\t\t%d\n", (is64 ? in readfile()
215 dprintf("e_shstrndx\t%d\n", (is64 ? in readfile()
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c69 #define dprintf if (boothowto & RB_DEBUG) printf macro
134 dprintf(noserver, "whoami"); in whoami()
147 dprintf("whoami RPC call failed with rpc status: %d\n", stat); in whoami()
160 dprintf("whoami: hostname too long"); in whoami()
169 dprintf("whoami: no host name\n"); in whoami()
176 dprintf("whoami: domainname too long"); in whoami()
184 dprintf("whoami: no domain name\n"); in whoami()
190 dprintf("whoami: Router ip is: %s\n", in whoami()
197 dprintf("whoami: unknown gateway addr family %d\n", in whoami()
247 dprintf("getfile: rpc_call failed: No memory\n"); in getfile()
[all …]
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"); in boot_nfs_open()
173 dprintf("boot_nfs_open: NULL or EMPTY pathname argument.\n"); in boot_nfs_open()
195 dprintf("open: Cannot allocate file pointer\n"); in boot_nfs_open()
261 dprintf("boot_nfs_read: Bad file number.\n"); in boot_nfs_read()
265 dprintf("boot_nfs_read: Bad address.\n"); in boot_nfs_read()
317 dprintf("boot_nfs_lseek: Bad file number.\n"); in boot_nfs_lseek()
347 dprintf("boot_nfs_lseek: invalid whence value.\n"); in boot_nfs_lseek()
381 dprintf("boot_nfs_fstat(): Bad file number 0.\n"); in boot_nfs_fstat()
413 dprintf("boot_nfs_fstat(): File too large.\n"); in boot_nfs_fstat()
[all …]
/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))); in rcm_dir()
823 dprintf((stderr, in rcm_dir()
831 dprintf((stderr, "sysinfo %s\n", strerror(errno))); in rcm_dir()
838 dprintf((stderr, in rcm_dir()
851 dprintf((stderr, in rcm_dir()
879 dprintf((stderr, "invalid script %s skipped\n", in rcm_get_script_dir()
925 dprintf((stderr, "invalid module %s skipped\n", in rcm_module_open()
934 dprintf((stderr, "failure (dlopen=%s)\n", dlerror())); in rcm_module_open()
[all …]
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c59 #define dprintf if (bootrd_debug) printf macro
62 #define dprintf if (bootrd_debug) kobj_printf macro
67 #define dprintf if (bootrd_debug) printf macro
184 dprintf("read cluster sectors %d starting at %d\n", in bpcfs_mountroot()
212 dprintf("open %s\n", str); in bpcfs_open()
231 dprintf("file %s size = %ld\n", str, d.d_size); in bpcfs_open()
240 dprintf("close %d\n", fd); in bpcfs_close()
254 dprintf("close done\n"); in bpcfs_close()
283 dprintf("bpcfs_read: fd = %d, buf = %p, size = %d\n", in bpcfs_read()
327 dprintf("bpcfs_read: read %d bytes\n", xfer); in bpcfs_read()
[all …]
/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); in hex2bin()
346 dprintf("Bad user name: %s \n", entryx->ut_user); in check_utmpx()
355 dprintf("Bad type type = %d\n", entryx->ut_type); in check_utmpx()
366 dprintf("Bad pid = %d\n", entryx->ut_pid); in check_utmpx()
372 dprintf("Bad line = %s\n", line); in check_utmpx()
384 dprintf("Bad hostname name = %s\n", entryx->ut_host); in check_utmpx()
467 dprintf("Bad line = %s\n", line); in bad_line()
481 dprintf("Bad line (Can't open/write) = %s\n", line); in bad_line()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dbiosdisk.c56 #define dprintf(fmt) \ macro
60 #define dprintf(fmt) macro
135 dprintf(("bios_check_extension_present int13 fn 41 " in bios_check_extension_present()
141 dprintf(("bios_check_extension_present get device parameters " in bios_check_extension_present()
159 dprintf(("In get_dev_params\n")); in get_dev_params()
180 dprintf(("EDD FAILED on drive eflag = %x ah= %x\n", in get_dev_params()
212 dprintf(("drive not present drivenum %x eflag %x ah %x\n", in drive_present()
217 dprintf(("drive-present %x\n", drivenum)); in drive_present()
235 dprintf(("Bad disk reset driv %x, status %x\n", drivenum, in reset_disk()
269 dprintf(("read_firstblock AH not clear %x \n", status)); in read_firstblock()
[all …]
/illumos-gate/usr/src/stand/lib/inet/
H A Dicmp4.c77 dprintf("icmp4: ICMP header not aligned (from %s)\n", in icmp4()
82 dprintf("icmp4: Bad ICMP checksum (from %s)\n", in icmp4()
90 dprintf("ICMP Redirect to gateway %s.\n", in icmp4()
94 dprintf("icmp4: Cannot add route %s, %d\n", in icmp4()
104 dprintf("ICMP destination unreachable (%s)\n", in icmp4()
118 dprintf("icmp4: socket: %d\n", errno); in icmp4()
134 dprintf("icmp4: Unsupported ICMP message type: 0x%x " in icmp4()
/illumos-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c103 dprintf("Entering gss_mech_initialize\n"); in gss_mech_initialize()
108 dprintf("Leaving gss_mech_initialize\n"); in gss_mech_initialize()
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("Leaving gss_unseal\n");
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_mountd.c45 #define dprintf(x) { (void) printf x; } macro
47 #define dprintf(x) macro
61 dprintf(("audit_mountd_setup()\n")); in audit_mountd_setup()
75 dprintf(("audit_mountd_mount()\n"));
102 dprintf(("audit_mountd_mount()\n"));
H A Daudit_shutdown.c41 #define dprintf(x) { (void) printf x; } macro
43 #define dprintf(x) macro
52 dprintf(("audit_shutdown_setup()\n")); in audit_shutdown_setup()
82 dprintf(("audit_shutdown_generic(%d)\n", sorf));
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c171 static void dprintf(const char *, ...) __KPRINTFLIKE(1);
175 dprintf(const char *format, ...) in dprintf() function
205 dprintf("dacf_init: creating hashmatrix\n"); in dacf_init()
246 dprintf("dacf_init: creating module_hash\n"); in dacf_init()
254 dprintf("dacf_init: creating info_hash\n"); in dacf_init()
278 dprintf("dacf_init: dacf is ready\n"); in dacf_init()
320 dprintf("dacf_rule_insert called: %s=\"%s\", %s:%s, %s\n", in dacf_rule_insert()
500 dprintf("dacf: reservation made\n"); in dacf_rsrv_make()
535 dprintf("dacf_process_rsrvs: opid = %d, flags = 0x%x\n", op, flags); in dacf_process_rsrvs()
691 dprintf("dacf_module_register: found %lu opsets\n", nelems); in dacf_module_register()
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c78 dprintf("recloc %o lookup %o\n", in syminit()
143 dprintf("setsymtab found %o: %ws\n", p, p->nval, NULL); in setsymtab()
144 dprintf(" %ws %g %o\n", p->sval, p->fval, p->tval); in setsymtab()
157 dprintf("setsymtab set %o: %ws\n", p, p->nval, NULL); in setsymtab()
158 dprintf(" %ws %g %o\n", p->sval, p->fval, p->tval); in setsymtab()
193 dprintf("setfval: %o %g\n", vp, f, NULL); in setfval()
229 dprintf("setsval: %o %ws\n", vp, s, NULL); in setsval()
261 dprintf("getfval: %o", vp, NULL, NULL); in getfval()
281 dprintf(" %g\n", vp->fval, NULL, NULL); in getfval()
295 dprintf("getsval: %o", vp, NULL, NULL); in getsval()
[all …]

12345