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

/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c32 typedef int32_t ofwh_t; typedef
45 static ofwh_t bootdev;
86 ofwh_t chosenh;
89 static ofwh_t ofw_finddevice(const char *);
90 static ofwh_t ofw_open(const char *);
91 static int ofw_close(ofwh_t);
92 static int ofw_getprop(ofwh_t, const char *, void *, size_t);
93 static int ofw_setprop(ofwh_t, const char *, void *, size_t);
94 static int ofw_read(ofwh_t, void *, size_t);
95 static int ofw_write(ofwh_t, cons
[all...]
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c32 typedef int32_t ofwh_t; typedef
45 static ofwh_t bootdev;
87 static ofwh_t ofw_finddevice(const char *);
88 static ofwh_t ofw_open(const char *);
89 static int ofw_getprop(ofwh_t, const char *, void *, size_t);
90 static int ofw_read(ofwh_t, void *, size_t);
91 static int ofw_write(ofwh_t, const void *, size_t);
92 static int ofw_seek(ofwh_t, uint64_t);
95 static ofwh_t stdinh, stdouth;
105 ofwh_t chosen
[all...]

Completed in 199 milliseconds