Home
last modified time | relevance | path

Searched refs:prom_printf (Results 1 – 25 of 151) sorted by relevance

1234567

/illumos-gate/usr/src/uts/sun4/sys/
H A Dprom_debug.h43 prom_printf("%s:%d: HERE\n", __FILE__, __LINE__)
46 prom_printf("%s:%d: '%s' is 0x%lx\n", __FILE__, __LINE__, #q, \
51 (prom_printf("%s:%d: ", __FILE__, __LINE__), \
52 prom_printf(l), prom_printf("\n"))
55 (prom_printf("%s:%d: ", __FILE__, __LINE__), \
56 prom_printf((str), (a)))
59 (prom_printf("%s:%d: ", __FILE__, __LINE__), \
60 prom_printf((str), (a), (b)))
63 (prom_printf("%s:%d: ", __FILE__, __LINE__), \
64 prom_printf("STUB: %s", #n))
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c71 prom_printf("%d ", i); in klgrpset_print()
72 prom_printf(")\n"); in klgrpset_print()
81 prom_printf("%s\n", string); in lgrp_rsets_print()
518 prom_printf("lgrp_collapse_dups:" in lgrp_collapse_dups()
973 prom_printf("lgrp_lineage_add: " in lgrp_lineage_add()
1011 prom_printf("lgrp_lineage_add: " in lgrp_lineage_add()
1037 prom_printf("lgrp_lineage_add: " in lgrp_lineage_add()
1544 prom_printf(" (plathand %p)\n", in lgrp_print()
1547 prom_printf("\n"); in lgrp_print()
1558 prom_printf("\n"); in lgrp_print()
[all …]
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c103 prom_printf("%s: unable to open %s\n", in cpr_reset_properties()
111 prom_printf("%s: error reading %s\n", str, default_path); in cpr_reset_properties()
124 prom_printf("%s: cannot find \"options\" node\n", str); in cpr_reset_properties()
132 prom_printf("\n\ncpr_show_props:\n"); in cpr_reset_properties()
136 prom_printf("mod=%c, name=\"%s\",\tvalue=\"%s\"\n", in cpr_reset_properties()
145 prom_printf("%s: error setting \"%s\" to \"%s\"\n", in cpr_reset_properties()
167 prom_printf("%s Error reading cpr dump descriptor\n", str); in cpr_read_cdump()
172 prom_printf("%s bad dump magic 0x%x, expected 0x%x\n", in cpr_read_cdump()
178 prom_printf("%s bad cpr version %d, expected %d\n", in cpr_read_cdump()
184 prom_printf("%s bad machine type 0x%x, expected 0x%x\n", in cpr_read_cdump()
[all …]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c100 prom_printf("\ndata collision:\n" in cb_intro()
107 prom_printf(cstr); in cb_intro()
109 prom_printf("Restoring the System. Please Wait... "); in cb_intro()
151 prom_printf(" %d: \"%s\"\n", in get_bootargs()
252 prom_printf("\n%s: cannot read saved " in cb_startup()
283 prom_printf(" on %s", cpr_filesystem); in cb_open_sf()
284 prom_printf("\n%s\n", rsvp); in cb_open_sf()
362 prom_printf("\n"); in cb_read_statefile()
433 prom_printf("\n%s: prom read error, " in cb_read_statefile()
576 prom_printf("%s: milliseconds %d\n", in main()
[all …]
H A Dmachdep.c82 prom_printf("%s: bad machdep magic 0x%x, expect 0x%x\n", in cb_check_machdep()
94 prom_printf(fmt, "stack bias", mdinfo.ksb, 0, V9BIAS64); in cb_check_machdep()
100 prom_printf(fmt, "wstate", mdinfo.kwstate, wst32, wst64); in cb_check_machdep()
139 prom_printf(" interpret \"%s\"\n", minibuf); in cb_interpret()
178 prom_printf(" cpu_id %d: write %ctlb " in restore_tlb()
207 prom_printf("\ncpu_id %d did not stop!...\n", cpu_id); in cb_park_err()
298 prom_printf("\n%s: cpu did not start, " in cb_mpsetup()
311 prom_printf("\n%s: slave cpu count: %d\n", str, ncpu); in cb_mpsetup()
H A Dbitmap.c209 prom_printf("\n%s: ran out of available/free pages!\n%s\n", in find_apage()
235 prom_printf("\n%s: cant reserve (0x%p - 0x%p) for \"%s\"\n", in map_free_phys()
249 prom_printf(" map virt 0x%p, phys 0x%llx, " in map_free_phys()
283 prom_printf("%s: too many bitmap descriptors %d, max %d\n", in cb_set_bitmap()
299 prom_printf("%s: bad magic 0x%x, expect 0x%x\n", in cb_set_bitmap()
313 prom_printf("%s: nbitmaps %d, bmda_size 0x%lx\n", in cb_set_bitmap()
445 prom_printf("%s: cant find \"%s\" node\n", str, pdev); in cb_get_physavail()
471 prom_printf("\n%s: 0x%x,%s: expected len %d, got %d\n", in cb_get_physavail()
482 prom_printf("\nphysavail list:\n"); in cb_get_physavail()
491 prom_printf(" %d: (0x%lx - 0x%lx),\tpages %ld\n", in cb_get_physavail()
[all …]
H A Dpages.c161 prom_printf("\n%scompressed data checksum error, " in kdata_cksum()
208 prom_printf("\nbad decompressed len %lu, size %lu\n", in restore_page_group()
292 prom_printf("\nbad page magic 0x%x, expect 0x%x\n", in cb_restore_kpages()
317 prom_printf("\npage stats: total %d, outside %d, " in cb_restore_kpages()
320 prom_printf("page stats: ngroups %d, recycle %d\n", in cb_restore_kpages()
332 prom_printf("\n%s: page count mismatch, expect %d, got %d\n", in cb_restore_kpages()
354 prom_printf("\nbad term magic 0x%x, expect 0x%x\n", in cb_terminator()
H A Dutil.c68 prom_printf("Missing fs-package name\n"); in cpr_statefile_open()
76 prom_printf("Can't open %s\n", fs_pkg); in cpr_statefile_open()
106 prom_printf("Missing chosen node\n"); in cb_mountroot()
110 prom_printf("Missing bootfs ihandle\n"); in cb_mountroot()
214 prom_printf(spin_pairs[spindex]); in cb_spin()
349 prom_printf("\n%s: cant find node for devtype \"%s\"\n", in get_cpu_node()
399 prom_printf("\n%s: getprop error, " in cb_get_props()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h55 #define SBDP_DBG_ALL if (sbdp_debug) prom_printf
56 #define SBDP_DBG_STATE if (sbdp_debug & SBDPDBG_STATE) prom_printf
57 #define SBDP_DBG_QR if (sbdp_debug & SBDPDBG_QR) prom_printf
58 #define SBDP_DBG_CPU if (sbdp_debug & SBDPDBG_CPU) prom_printf
59 #define SBDP_DBG_MEM if (sbdp_debug & SBDPDBG_MEM) prom_printf
60 #define SBDP_DBG_IO if (sbdp_debug & SBDPDBG_IO) prom_printf
61 #define SBDP_DBG_MBOX if (sbdp_debug & SBDPDBG_MBOX) prom_printf
62 #define SBDP_DBG_ERR if (sbdp_debug & SBDPDBG_ERR) prom_printf
63 #define SBDP_DBG_MISC if (sbdp_debug & SBDPDBG_MISC) prom_printf
64 #define SBDP_DBG_FUNC if (sbdp_debug & SBDPDBG_FUNC) prom_printf
/illumos-gate/usr/src/uts/intel/os/
H A Dcpr_intel.c51 prom_printf(cstr); in cpr_send_notice()
52 prom_printf("Saving System State. Please Wait... "); in cpr_send_notice()
61 prom_printf(spin_strings[idx]); in cpr_spinning_bar()
71 prom_printf(cstr); in cpr_resume_notice()
72 prom_printf("Restoring System State. Please Wait... "); in cpr_resume_notice()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_mon.c70 prom_printf("Program terminated\n"); in promif_exit_to_mon()
73 prom_printf("Press any key to reboot."); in promif_exit_to_mon()
103 prom_printf("%s", prompt); in promif_enter_mon()
105 prom_printf("%c\n", cmd); in promif_enter_mon()
110 prom_printf("Resetting...\n"); in promif_enter_mon()
146 prom_printf("invalid option (%c)\n", cmd); in promif_enter_mon()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c699 prom_printf( in pcitool_io_access()
786 prom_printf( in pcitool_mem_access()
879 prom_printf("boundary violation: " in pcitool_map()
996 prom_printf( in pcitool_dev_reg_ops()
1011 prom_printf( in pcitool_dev_reg_ops()
1030 prom_printf( in pcitool_dev_reg_ops()
1056 prom_printf("BAR data == 0\n"); in pcitool_dev_reg_ops()
1077 prom_printf("IO space\n"); in pcitool_dev_reg_ops()
1135 prom_printf( in pcitool_dev_reg_ops()
1145 prom_printf( in pcitool_dev_reg_ops()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dprom_debug.h41 prom_printf("%s:%d: %s\n", \
51 prom_printf("%s:%d: '%s' is 0x%llx\n", \
62 prom_printf("%s:%d: '%s' is '%s'\n", \
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_idprom.c52 prom_printf("Missing OBP idprom property.\n"); in prom_getidprom()
57 prom_printf("Buffer size too small.\n"); in prom_getidprom()
72 prom_printf("Warning: IDprom checksum error.\n"); in prom_getidprom()
/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym_1275.c60 #define DPRINTF(str) if (obpsym_debug) prom_printf(str)
61 #define DPRINTF1(str, a) if (obpsym_debug) prom_printf(str, a);
62 #define DPRINTF2(str, a, b) if (obpsym_debug) prom_printf(str, a, b);
63 #define DXPRINTF if (obpsym_debug > 1) prom_printf
H A Dobpsym.c58 #define DPRINTF(str) if (obpsym_debug) prom_printf(str)
59 #define DPRINTF1(str, a) if (obpsym_debug) prom_printf(str, a);
60 #define DPRINTF2(str, a, b) if (obpsym_debug) prom_printf(str, a, b);
61 #define DXPRINTF if (obpsym_debug > 1) prom_printf
H A Dcpr_sparc.c123 prom_printf("\ncpr_show_props:\n"); in cpr_update_nvram()
126 prom_printf("mod=%c, name \"%s\",\tvalue \"%s\"\n", in cpr_update_nvram()
323 prom_printf(cstr); in cpr_send_notice()
324 prom_printf("Saving System State. Please Wait... "); in cpr_send_notice()
333 prom_printf(spin_strings[idx]); in cpr_spinning_bar()
343 prom_printf(cstr); in cpr_resume_notice()
344 prom_printf("Restoring System State. Please Wait... "); in cpr_resume_notice()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpromif_impl.h129 #define CIF_DBG_ALL if (cif_debug) prom_printf
130 #define CIF_DBG_NODE if (cif_debug & CIF_DBG_FLAG_NODE) prom_printf
131 #define CIF_DBG_REBOOT if (cif_debug & CIF_DBG_FLAG_REBOOT) prom_printf
135 #define CIF_DBG_ALL _NOTE(CONSTCOND) if (0) prom_printf
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c394 prom_printf("\tsuspending %s@%s (aka %s)\n", in dr_suspend_devices()
397 prom_printf("\tsuspending %s@%s\n", d_name, in dr_suspend_devices()
405 prom_printf("\tFAILED to suspend %s@%s\n", in dr_suspend_devices()
466 prom_printf("\tresuming " in dr_resume_devices()
470 prom_printf("\tresuming " in dr_resume_devices()
474 prom_printf("\tresuming %s@%s\n", bn, in dr_resume_devices()
486 prom_printf("\tFAILED to resume %s@%s", in dr_resume_devices()
769 prom_printf("DR: resuming user threads...\n"); in dr_resume()
784 prom_printf("DR: resume COMPLETED\n"); in dr_resume()
811 prom_printf("\nDR: checking devices...\n"); in dr_suspend()
[all …]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c395 prom_printf("\tsuspending %s@%s (aka %s)\n", in dr_suspend_devices()
398 prom_printf("\tsuspending %s@%s\n", d_name, in dr_suspend_devices()
406 prom_printf("\tFAILED to suspend %s@%s\n", in dr_suspend_devices()
467 prom_printf("\tresuming " in dr_resume_devices()
471 prom_printf("\tresuming " in dr_resume_devices()
475 prom_printf("\tresuming %s@%s\n", bn, in dr_resume_devices()
487 prom_printf("\tFAILED to resume %s@%s", in dr_resume_devices()
801 prom_printf("DR: resuming user threads...\n"); in dr_resume()
821 prom_printf("DR: resume COMPLETED\n"); in dr_resume()
854 prom_printf("\nDR: checking devices...\n"); in dr_suspend()
[all …]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c138 #define MDP(ARGS) if (mach_descrip_debug) prom_printf ARGS
148 prom_printf("0x%04x :", i); in dump_buf()
150 prom_printf(" %02x", bufp[i+j]); in dump_buf()
151 prom_printf("\n"); in dump_buf()
163 prom_printf("MD_obs_list->"); in print_obs_list()
165 prom_printf("g:%ld,r:%d", lmdescp->gen, lmdescp->refcnt); in print_obs_list()
168 prom_printf("->"); in print_obs_list()
170 prom_printf("NULL\n"); in print_obs_list()
409 prom_printf("WARNING: F/W does not support MD " in mach_descrip_update()
477 prom_printf(alloc_fail_msg, size); in mach_descrip_strt_buf_alloc()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c443 prom_printf("qcn_attach(): qcn driver attached\n"); in qcn_attach()
460 prom_printf("qcn_detach(): QCN driver detached\n"); in qcn_detach()
489 prom_printf("qcn_getinfo(): devt2dip %lx\n", arg); in qcn_getinfo()
498 prom_printf("qcn_getinfo(): devt2instance %lx\n", arg); in qcn_getinfo()
519 prom_printf("qcn_open(): minor %x\n", unit); in qcn_open()
550 prom_printf("qcn_open: opened as dev %lx\n", *devp); in qcn_open()
608 prom_printf("qcn_wput(): M_IOCTL cmd=%X TIOC=%X\n", in qcn_wput()
668 prom_printf("qcn_wput(): ["); in qcn_wput()
670 prom_printf("%c", *(mp->b_rptr+i)); in qcn_wput()
672 prom_printf("]\n"); in qcn_wput()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c251 prom_printf("rebooting...\n"); in mdboot()
324 prom_printf("Driver(s) not capable of fast " in mdboot()
326 prom_printf(fallback_str); in mdboot()
357 prom_printf("Fast reboot: checksum failed for the new " in mdboot()
359 prom_printf(fallback_str); in mdboot()
447 prom_printf("\n"); in debug_enter()
450 prom_printf("%s\n", msg); in debug_enter()
520 prom_printf("(%s) \n", s); in halt()
582 prom_printf("getchar called with no console\n"); in sysp_getchar()
632 prom_printf("Type any key to continue "); in goany()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c275 prom_printf("Allocated %d(0x%X) bytes for console\n", in sgcn_attach()
284 prom_printf("sgcn_attach(): SGCN driver attached\n"); in sgcn_attach()
299 prom_printf("sgcn_detach(): SGCN driver detached\n"); in sgcn_detach()
444 prom_printf("sgcn_wput(): M_IOCTL cmd=%X TIOC=%X\n", in sgcn_wput()
500 prom_printf("sgcn_wput(): DATA q=%X mp=%X rd=%X wr=%X\n", in sgcn_wput()
502 prom_printf("sgcn_wput(): [[[[["); in sgcn_wput()
504 prom_printf("%c", *(mp->b_rptr+i)); in sgcn_wput()
506 prom_printf("]]]]]\n"); in sgcn_wput()
533 prom_printf("sgcn_ioctl(): q=%X mp=%X\n", q, mp); in sgcn_ioctl()
690 prom_printf("sgcn_transmit(): q=%X mp=%X\n", q, mp); in sgcn_transmit()
[all …]
/illumos-gate/usr/src/uts/i86pc/promif/
H A Dprom_reboot.c35 prom_printf("Press any key to reboot.\n"); in prom_reboot_prompt()
37 prom_printf("Resetting...\n"); in prom_reboot_prompt()

1234567