Searched refs:chosenh (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 85 ofwh_t chosenh; variable 214 chosenh = ofw_finddevice("/chosen"); in ofw_init() 215 ofw_getprop(chosenh, "stdin", &stdinh, sizeof(stdinh)); in ofw_init() 217 ofw_getprop(chosenh, "stdout", &stdouth, sizeof(stdouth)); in ofw_init() 219 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs)); in ofw_init() 220 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath)); in ofw_init() 546 ofw_setprop(chosenh, "bootargs", bootpath_full, len+2); in main()
|