Searched refs:ofwh (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 272 ofw_getprop(ofwh_t ofwh, const char *name, void *buf, size_t len) in ofw_getprop() argument 278 (u_ofwh_t)ofwh, in ofw_getprop() 287 ofwh, buf, len); in ofw_getprop() 294 ofw_setprop(ofwh_t ofwh, const char *name, void *buf, size_t len) in ofw_setprop() argument 300 (u_ofwh_t)ofwh, in ofw_setprop() 309 ofwh, buf, len); in ofw_setprop()
|