Searched refs:OF_panic (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dofw_machdep.h43 void OF_panic(const char *fmt, ...) __dead2 __printflike(1, 2);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dcache.c145 OF_panic("%s: could not retrieve cache parameters", __func__);
149 OF_panic("%s: I$ set size not a power of 2", __func__);
152 OF_panic("%s: D$ size not a power of 2", __func__);
159 OF_panic("%s: too many D$ colors", __func__);
162 OF_panic("%s: E$ set size not a power of 2", __func__);
187 OF_panic("%s: unknown CPU", __func__);
H A Dpmap.c338 OF_panic("%s: finddevice /memory", __func__);
340 OF_panic("%s: getproplen /memory/available", __func__);
342 OF_panic("%s: phys_avail too small", __func__);
344 OF_panic("%s: mra too small", __func__);
347 OF_panic("%s: getprop /memory/available", __func__);
423 OF_panic("%s: TSB unaligned", __func__);
470 OF_panic("%s: patched instructions have changed", \
479 OF_panic("%s: patched instructions have changed", \
490 OF_panic("%s: patched instructions have changed", \
504 OF_panic("
[all...]
H A Dmachdep.c422 OF_panic("%s: cannot find boot CPU node", __func__);
425 OF_panic("%s: cannot determine boot CPU clock", __func__);
433 OF_panic("%s: missing loader metadata.\nThis probably means "
462 OF_panic("%s: cannot determine number of dTLB slots",
466 OF_panic("%s: cannot determine number of iTLB slots",
H A Dofw_machdep.c86 OF_panic(const char *fmt, ...) function
93 OF_printf("OF_panic: %s\n", buf);

Completed in 122 milliseconds