/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootops.c | 42 #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 D | boot_plat.c | 57 #define dprintf if (debug) printf macro 226 dprintf("Calling exitto64(%p, %p)\n", (void *)go2, in post_mountroot() 236 dprintf("trying '%s'\n", pathname); in boot_open() 478 dprintf("device_type=%s\n", arch); in system_check() 483 dprintf("device_type: no such property, len=%d\n", (int)len); in system_check() 502 dprintf("default_name: %s\n", default_name); in system_check() 503 dprintf("default_path: %s\n", default_path); in system_check() 504 dprintf("vac: %d\n", vac); in system_check() 544 dprintf("\nboot: V%d /boot interface.\n", BO_VERSION); in main() 552 dprintf("Physmem avail:\n"); in main() [all …]
|
H A D | sun4x_standalloc.c | 42 #define dprintf if (resalloc_debug) printf macro 141 dprintf("boot: failed to allocate %lu bytes from scratch " in vpage_from_freelist() 149 dprintf("reuse freed temp scratch: bytes = %lu at %p\n", bytes, in vpage_from_freelist() 193 dprintf("using %lu bytes of reserved mem (%lu left)\n", in get_low_vpage() 212 dprintf("boot: resalloc_init: failed to read iarch\n"); in resalloc_init() 216 dprintf("boot: resalloc_init: got iarch %s\n", iarch); in resalloc_init() 233 dprintf("boot: resalloc_init: boosted top_bootmem to %p\n", in resalloc_init() 252 dprintf("resalloc: bytes = %lu\n", bytes); in resalloc() 266 dprintf("vaddr = %p, paddr = %lx\n", (void *)vaddr, in resalloc() 322 dprintf("memlistpage = %p\n", (void *)memlistpage); in reset_alloc() [all …]
|
/titanic_44/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); 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 …]
|
/titanic_44/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 666 dprintf("unknown error"); in scsi_printerr() 668 dprintf("during %s:", in scsi_printerr() 681 dprintf(": block %lld (0x%llx)", blkno, blkno); in scsi_printerr() 682 dprintf("\n"); in scsi_printerr() 683 dprintf("ASC: 0x%x ASCQ: 0x%x (%s)\n", in scsi_printerr() 697 dprintf(": block %lld (0x%llx)", blkno, blkno); in scsi_printerr() 699 dprintf("\n"); in scsi_printerr() 701 dprintf("ASC: 0x%x ASCQ: 0x%x (%s)\n", in scsi_printerr() 839 dprintf("\n%s%s\n", *p++, rq->es_valid ? "yes" : "no"); in scsi_print_extended_sense() 840 dprintf("%s0x%02x\n", *p++, (rq->es_class << 4) + rq->es_code); in scsi_print_extended_sense() [all …]
|
/titanic_44/usr/src/cmd/allocate/ |
H A D | allocate3.c | 68 #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 …]
|
/titanic_44/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")); in i_dmae_init() 112 dprintf(("i_dmae_acquire: channel %d, waitfp %p\n", in i_dmae_acquire() 122 dprintf(("_dma_acquire: channel %d is busy.\n", chnl)); in i_dmae_acquire() 133 dprintf(("_dma_acquire: channel %d now allocated.\n", chnl)); in i_dmae_acquire() 152 dprintf(("i_dmae_free: channel %d\n", chnl)); in i_dmae_free() 194 dprintf(("_dmae_nxcookie: chnl %d\n", chnl)); in _dmae_nxcookie() 233 dprintf(("i_dmae_prog: failure on channel %d dmaereq=%p\n", in i_dmae_prog() 236 dprintf(("i_dmae_prog: channel %d dmaereq=%p\n", in i_dmae_prog() [all …]
|
H A D | i8237A.c | 69 #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", in d37A_dma_disable() 210 dprintf(("d37A_dma_enable: chnl=%d mask_reg=0x%x val=0x%x\n", in d37A_dma_enable() 293 dprintf(("dEISA_setchain: chnl=%d next_addr=%x count=%lx\n", in dEISA_setchain() 303 dprintf(("dEISA_setchain: chnl=%d end\n", chnl)); in dEISA_setchain() 321 dprintf(("d37A_prog_chan err: chnl=%d in cascade mode\n", in d37A_prog_chan() 327 dprintf(("d37A_prog_chan err: memory to memory mode not supported.\n")); in d37A_prog_chan() 332 dprintf(("d37A_prog_chan: chnl=%d dmaereq=%p\n", in d37A_prog_chan() 344 dprintf(("d37A_prog_chan err: chnl %d not programmed.\n", chnl)); in d37A_prog_chan() [all …]
|
/titanic_44/usr/src/cmd/rmvolmgr/ |
H A D | vold.c | 204 dprintf("%s(%ld): VOLUME_ACTION was null!!\n", in vold_rmmount() 209 dprintf("%s(%ld): VOLUME_MEDIATYPE was null!!\n", in vold_rmmount() 217 dprintf("%s(%ld): VOLUME_NAME was null!!\n", in vold_rmmount() 222 dprintf("%s(%ld): VOLUME_PATH was null!!\n", in vold_rmmount() 230 dprintf("%s(%ld): VOLUME_SYMDEV was null!!\n", in vold_rmmount() 242 dprintf("%s(%ld): NO ZONEPATH!!\n", in vold_rmmount() 255 dprintf("%s(%ld) %s\n", prog_name, prog_pid, in vold_rmmount() 480 dprintf("%s[%d]: entering action()\n", __FILE__, __LINE__); in vold_action() 524 dprintf("fork1 failed \n "); in vold_action() 530 dprintf("%s(%ld): waitpid() " in vold_action() [all …]
|
H A D | rmm_common.c | 79 dprintf("cannot get system bus: %s\n", rmm_strerror(error, -1)); in rmm_hal_init() 89 dprintf("libhal_ctx_new failed"); in rmm_hal_init() 108 dprintf("property_watch_all failed %s", in rmm_hal_init() 120 dprintf("libhal_ctx_init failed: %s", rmm_strerror(error, -1)); in rmm_hal_init() 132 dprintf("HAL is not running: %s", rmm_strerror(error, -1)); in rmm_hal_init() 502 dprintf("mounting %s...\n", udi); in rmm_hal_mount() 506 dprintf( in rmm_hal_mount() 520 dprintf("mount failed for %s: cannot append args\n", udi); in rmm_hal_mount() 528 dprintf("mount failed for %s: %s\n", udi, error->message); in rmm_hal_mount() 533 dprintf("mounted %s\n", udi); in rmm_hal_mount() [all …]
|
/titanic_44/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info.c | 150 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 D | ri_init.c | 235 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 …]
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_resource.c | 43 #define dprintf if (pci_boot_debug) printf macro 273 dprintf("%s\n", "IRQ"); in acpi_wr_cb() 278 dprintf("%s\n", "DMA"); in acpi_wr_cb() 282 dprintf("%s\n", "START_DEPENDENT"); in acpi_wr_cb() 286 dprintf("%s\n", "END_DEPENDENT"); in acpi_wr_cb() 299 dprintf("%s\n", "FIXED_IO"); in acpi_wr_cb() 303 dprintf("%s\n", "VENDOR"); in acpi_wr_cb() 307 dprintf("%s\n", "END_TAG"); in acpi_wr_cb() 312 dprintf("%s\n", "MEMORY24"); in acpi_wr_cb() 317 dprintf("%s\n", "MEMORY32"); in acpi_wr_cb() [all …]
|
/titanic_44/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 163 dprintf("Entering gss_mech_initialize\n"); 179 dprintf("dummy_mech.conf is found.\n"); 189 dprintf("Leaving gss_mech_initialize\n"); 208 dprintf("Entering dummy_gss_acquire_cred\n"); 226 dprintf("Leaving dummy_gss_acquire_cred\n"); 237 dprintf("Entering dummy_gss_release_cred\n"); 242 dprintf("Leaving dummy_gss_release_cred\n"); 274 dprintf("Entering init_sec_context\n"); 403 dprintf("Entering accept_sec_context\n"); 512 dprintf("In process_sec_context\n"); [all …]
|
/titanic_44/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 83 #define dprintf(x) if (Debug) (void) printf x macro 229 dprintf(("Poll timeout set to %d\n", Poll_timeout)); in main() 238 dprintf(("WTMPX update frequency set to %d\n", WTMPX_ufreq)); in main() 251 dprintf(("Max fds set to %d\n", Max_fds)); in main() 310 dprintf(("utmp warning timer set to %d seconds\n", WARN_TIME)); in main() 317 dprintf(("utmp warning timer expired\n")); in main() 344 dprintf(("Load tables\n")); in load_tables() 470 dprintf(("! %d: terminated, status 0x%.4x\n", \ in wait_for_pids() 475 dprintf(("! %d: terminated\n", \ in wait_for_pids() 492 dprintf(("Poll Err = %d pid = %d i = %d\n", \ in wait_for_pids() [all …]
|
/titanic_44/usr/src/common/fs/ |
H A D | decompress.c | 53 #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); in cf_check_compressed() 163 dprintf("inflateInit2() failed\n"); in cf_check_compressed() 179 dprintf("cf_close: %s\n", filep->fi_path); in cf_close() 194 dprintf("cf_rewind: %s\n", filep->fi_path); in cf_rewind() 221 dprintf("cf_read: %s ", filep->fi_path); in cf_read() 222 dprintf("%lx bytes\n", count); in cf_read() 225 dprintf(" reading at offset %lx\n", zsp->total_out); in cf_read() 247 dprintf("attempting inflate of %x bytes to buf at: %lx\n", in cf_read() [all …]
|
H A D | pcfs.c | 61 #define dprintf if (bootrd_debug) printf macro 64 #define dprintf if (bootrd_debug) kobj_printf macro 69 #define dprintf if (bootrd_debug) printf macro 186 dprintf("read cluster sectors %d starting at %d\n", in bpcfs_mountroot() 214 dprintf("open %s\n", str); in bpcfs_open() 233 dprintf("file %s size = %ld\n", str, d.d_size); in bpcfs_open() 242 dprintf("close %d\n", fd); in bpcfs_close() 256 dprintf("close done\n"); in bpcfs_close() 285 dprintf("bpcfs_read: fd = %d, buf = %p, size = %d\n", in bpcfs_read() 329 dprintf("bpcfs_read: read %d bytes\n", xfer); in bpcfs_read() [all …]
|
/titanic_44/usr/src/cmd/hotplugd/ |
H A D | hotplugd_impl.c | 72 dprintf("changestate(path=%s, connection=%s, state=0x%x, flags=0x%x)\n", in changestate() 84 dprintf("changestate: getinfo() failed (%s)\n", strerror(rv)); in changestate() 97 dprintf("changestate: RCM offline is required.\n"); in changestate() 101 dprintf("changestate: rcm_resources() failed.\n"); in changestate() 110 dprintf("changestate: rcm_offline() failed.\n"); in changestate() 124 dprintf("changestate: operation was QUERY only.\n"); in changestate() 135 dprintf("changestate: modctl(MODHPOPS_CHANGE_STATE) = %d.\n", rv); in changestate() 173 dprintf("private_options(path=%s, connection=%s, options='%s')\n", in private_options() 178 dprintf("private_options: failed to pack properties.\n"); in private_options() 187 dprintf("private_options: failed to allocate buffer.\n"); in private_options() [all …]
|
H A D | hotplugd_door.c | 169 dprintf("Door call: cookie=%p, argp=%p, sz=%d\n", cookie, (void *)argp, in door_server() 301 dprintf("cmd_getinfo:\n"); in cmd_getinfo() 305 dprintf("cmd_getinfo: invalid arguments.\n"); in cmd_getinfo() 318 dprintf("cmd_getinfo: getinfo(): rv = %d, buf = %p.\n", rv, in cmd_getinfo() 332 dprintf("cmd_getinfo: nvlist_alloc() failed.\n"); in cmd_getinfo() 341 dprintf("cmd_getinfo: nvlist add failure.\n"); in cmd_getinfo() 372 dprintf("cmd_changestate:\n"); in cmd_changestate() 378 dprintf("cmd_changestate: invalid arguments.\n"); in cmd_changestate() 392 dprintf("cmd_changestate: access denied.\n"); in cmd_changestate() 401 dprintf("cmd_changestate: changestate() == %d\n", status); in cmd_changestate() [all …]
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 71 #define dprintf if (boothowto & RB_DEBUG) printf macro 136 dprintf(noserver, "whoami"); in whoami() 149 dprintf("whoami RPC call failed with rpc status: %d\n", stat); in whoami() 162 dprintf("whoami: hostname too long"); in whoami() 171 dprintf("whoami: no host name\n"); in whoami() 178 dprintf("whoami: domainname too long"); in whoami() 186 dprintf("whoami: no domain name\n"); in whoami() 192 dprintf("whoami: Router ip is: %s\n", in whoami() 199 dprintf("whoami: unknown gateway addr family %d\n", in whoami() 249 dprintf("getfile: rpc_call failed: No memory\n"); in getfile() [all …]
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | icmp4.c | 77 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()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 389 dprintf("Pgrab_core: failed to read NT_PSTATUS\n"); in note_pstatus() 417 dprintf("Pgrab_core: failed to add NT_LWPSTATUS\n"); in note_lwpstatus() 433 dprintf("Pgrab_core: failed to read NT_LWPSTATUS\n"); in note_lwpstatus() 506 dprintf("Pgrab_core: failed to read NT_PSINFO\n"); in note_linux_psinfo() 601 dprintf("looking for model %d, %ld/%ld\n", core->core_dmodel, in note_linux_prstatus() 616 dprintf("Pgrab_core: failed to add lwpid2info " in note_linux_prstatus() 633 dprintf("Pgrab_core: failed to read NT_PRSTATUS\n"); in note_linux_prstatus() 659 dprintf("pr_fname = <%s>\n", P->psinfo.pr_fname); in note_psinfo() 660 dprintf("pr_psargs = <%s>\n", P->psinfo.pr_psargs); in note_psinfo() 661 dprintf("pr_wstat = 0x%x\n", P->psinfo.pr_wstat); in note_psinfo() [all …]
|
/titanic_44/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 115 #define dprintf if (debug) printf macro 221 dprintf("fd = %x\n", fd); in readfile() 237 dprintf("calling readelf, elfheader is:\n"); in readfile() 238 dprintf("e_ident\t0x%x, 0x%x, 0x%x, 0x%x\n", in readfile() 243 dprintf("e_machine\t0x%x\n", elfhdr.e_machine); in readfile() 245 dprintf("e_entry\t\t0x%llx\n", (is64 ? in readfile() 248 dprintf("e_shoff\t\t0x%llx\n", (is64 ? in readfile() 251 dprintf("e_shnentsize\t%d\n", (is64 ? in readfile() 253 dprintf("e_shnum\t\t%d\n", (is64 ? in readfile() 255 dprintf("e_shstrndx\t%d\n", (is64 ? in readfile() [all …]
|
/titanic_44/usr/src/cmd/utmp_update/ |
H A D | utmp_update.c | 92 #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 …]
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | biosdisk.c | 56 #define dprintf(fmt) \ macro 60 #define dprintf(fmt) macro 142 dprintf(("bios_check_extension_present int13 fn 41 " in bios_check_extension_present() 148 dprintf(("bios_check_extension_present get device parameters " in bios_check_extension_present() 166 dprintf(("In get_dev_params\n")); in get_dev_params() 187 dprintf(("EDD FAILED on drive eflag = %x ah= %x\n", in get_dev_params() 219 dprintf(("drive not present drivenum %x eflag %x ah %x\n", in drive_present() 224 dprintf(("drive-present %x\n", drivenum)); in drive_present() 242 dprintf(("Bad disk reset driv %x, status %x\n", drivenum, in reset_disk() 276 dprintf(("read_firstblock AH not clear %x \n", status)); in read_firstblock() [all …]
|