Searched refs:prom_printf (Results 1 - 25 of 163) sorted by relevance

1234567

/opensolaris-onvv-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("
[all...]
H A Dnexusdebug.h60 #define _PRINTF prom_printf /* For logging to the console */
/opensolaris-onvv-gate/usr/src/uts/intel/os/
H A Dcpr_intel.c53 prom_printf(cstr);
54 prom_printf("Saving System State. Please Wait... ");
63 prom_printf(spin_strings[idx]);
73 prom_printf(cstr);
74 prom_printf("Restoring System State. Please Wait... ");
/opensolaris-onvv-gate/usr/src/uts/intel/promif/
H A Dprom_reboot.c37 prom_printf("Press any key to reboot.\n");
39 prom_printf("Resetting...\n");
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_panic.c37 prom_printf("panic - %s: %s\n", promif_clntname, s);
/opensolaris-onvv-gate/usr/src/uts/sun4v/promif/
H A Dpromif_reboot.c45 prom_printf("Resetting...\n");
H A Dpromif_mon.c70 prom_printf("Program terminated\n");
73 prom_printf("Press any key to reboot.");
103 prom_printf("%s", prompt);
105 prom_printf("%c\n", cmd);
110 prom_printf("Resetting...\n");
146 prom_printf("invalid option (%c)\n", cmd);
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_idprom.c52 prom_printf("Missing OBP idprom property.\n");
57 prom_printf("Buffer size too small.\n");
72 prom_printf("Warning: IDprom checksum error.\n");
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/promif/
H A Dprom_panic.c43 prom_printf(fmt, "boot", s);
48 prom_printf(fmt, "kmdb", s);
50 prom_printf(fmt, "kernel", s);
H A Dprom_enter.c53 prom_printf("Press any key to continue.");
H A Dprom_exit.c52 prom_printf("[spinning forever]\n");
/opensolaris-onvv-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c103 prom_printf("%s: unable to open %s\n",
111 prom_printf("%s: error reading %s\n", str, default_path);
114 prom_printf("%s: bad magic number in %s\n", str, default_path);
124 prom_printf("%s: cannot find \"options\" node\n", str);
132 prom_printf("\n\ncpr_show_props:\n");
136 prom_printf("mod=%c, name=\"%s\",\tvalue=\"%s\"\n",
145 prom_printf("%s: error setting \"%s\" to \"%s\"\n",
167 prom_printf("%s Error reading cpr dump descriptor\n", str);
172 prom_printf("%s bad dump magic 0x%x, expected 0x%x\n",
178 prom_printf("
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc.h71 { prom_printf(msg); cmn_err(err, msg); }
73 { prom_printf(msg, arg); cmn_err(err, msg, arg); }
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
[all...]
/opensolaris-onvv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c100 prom_printf("\ndata collision:\n"
107 prom_printf(cstr);
109 prom_printf("Restoring the System. Please Wait... ");
151 prom_printf(" %d: \"%s\"\n",
163 prom_printf("\nbad OBP boot args: expect %s, got %s\n"
252 prom_printf("\n%s: cannot read saved "
265 prom_printf("\n%s: cannot find cpr statefile, %s\n",
281 prom_printf("\n%s: can't open %s", prog, cpr_statefile);
283 prom_printf(" on %s", cpr_filesystem);
284 prom_printf("\
[all...]
H A Dmachdep.c83 prom_printf("%s: bad machdep magic 0x%x, expect 0x%x\n",
95 prom_printf(fmt, "stack bias", mdinfo.ksb, 0, V9BIAS64);
101 prom_printf(fmt, "wstate", mdinfo.kwstate, wst32, wst64);
140 prom_printf(" interpret \"%s\"\n", minibuf);
179 prom_printf(" cpu_id %d: write %ctlb "
208 prom_printf("\ncpu_id %d did not stop!...\n", cpu_id);
299 prom_printf("\n%s: cpu did not start, "
312 prom_printf("\n%s: slave cpu count: %d\n", str, ncpu);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c68 prom_printf("0x%llx(", (u_longlong_t)lgrpset);
71 prom_printf("%d ", i);
72 prom_printf(")\n");
81 prom_printf("%s\n", string);
265 prom_printf("lgrp_ancestor_delete(0x%p[%d],0x%p)\n",
285 prom_printf("lgrp_ancestor_delete: parent %d,"
305 prom_printf("lgrp_ancestor_delete: destroy"
314 prom_printf("lgrp_ancestor_delete: changed %d lgrps: 0x%llx\n",
343 prom_printf("lgrp_consolidate(0x%p[%d],0x%p[%d],0x%p)\n",
364 prom_printf("lgrp_consolidat
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dpromimpl.h68 prom_printf("file %s line %d: ", __FILE__, __LINE__); \
69 prom_printf args; \
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/sun4u/
H A Dprom_starcat.c66 prom_printf(
122 prom_printf(
183 prom_printf(
/opensolaris-onvv-gate/usr/src/uts/common/sys/dktp/
H A Dcm.h58 #define PRF prom_printf
/opensolaris-onvv-gate/usr/src/uts/sparc/os/
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 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
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dpromimpl.h80 prom_printf("file %s line %d: ", __FILE__, __LINE__); \
81 prom_printf args; \
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_debug.c32 #include <sys/promif.h> /* prom_printf */
109 prom_printf("%s(%d): %s: ", ddi_driver_name(dip),
112 prom_printf(fmt, a1, a2, a3, a4, a5);

Completed in 286 milliseconds

1234567