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

/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c105 ofwh_t chosenh; local
112 chosenh = ofw_finddevice("/chosen");
113 ofw_getprop(chosenh, "stdin", &stdinh, sizeof(stdinh));
114 ofw_getprop(chosenh, "stdout", &stdouth, sizeof(stdouth));
115 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs));
116 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath));

Completed in 57 milliseconds