Searched refs:ofwh_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 31 typedef int32_t ofwh_t; typedef 44 static ofwh_t bootdev; 85 ofwh_t chosenh; 88 static ofwh_t ofw_finddevice(const char *); 89 static ofwh_t ofw_open(const char *); 90 static int ofw_close(ofwh_t); 91 static int ofw_getprop(ofwh_t, const char *, void *, size_t); 92 static int ofw_setprop(ofwh_t, const char *, void *, size_t); 93 static int ofw_read(ofwh_t, void *, size_t); 94 static int ofw_write(ofwh_t, const void *, size_t); [all …]
|