Searched refs:prom_test (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/psm/promif/ieee1275/sun4v/ |
H A D | prom_sun4v_soft_state_supported.c | 40 if (prom_test("SUNW,soft-state-supported") != 0)
|
H A D | prom_sun4v_api_version.c | 42 if (prom_test("SUNW,set-sun4v-api-version") != 0) 72 if (prom_test("SUNW,get-sun4v-api-version") != 0)
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_test.c | 35 prom_test(char *service) function 59 if (prom_test("test-method") == 0) {
|
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_efcode.c | 45 if (prom_test("SUNW,get-fcode-size") != 0) { 73 if (prom_test("SUNW,get-fcode") != 0) {
|
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/ |
H A D | prom_starcat.c | 61 if (prom_test(switch_tunnel_cmd) == 0) { 117 if (prom_test(iosram_read_cmd) == 0) { 178 if (prom_test(iosram_write_cmd) == 0) {
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | machdep.c | 274 has_scbc = (prom_test(intf) == 0);
|
/illumos-gate/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/common/ |
H A D | Makefile | 75 prom_test.c \
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | promif.h | 231 extern int prom_test(char *service);
|
/illumos-gate/usr/src/uts/sun4u/starfire/os/ |
H A D | starfire.c | 110 * We simply do a prom_test to see if 113 if (prom_test("SUNW,UE10000-prom-version") != 0) {
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mp_startup.c | 227 if (prom_test("SUNW,start-cpu-by-cpuid") == 0) {
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc_iosram.c | 850 if (prom_test("SUNW,switch-tunnel") != 0) {
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl_dr.c | 1847 if (prom_test("SUNW,Ultra-Enterprise,rm-brd") != 0) {
|
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 323 if (prom_test("SUNW,UE10000,add-brd") != 0) {
|
Completed in 374 milliseconds