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

/illumos-gate/usr/src/boot/sys/boot/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, u_int64_t);
95 static ofwh_t stdinh, stdouth;
105 ofwh_t chosen
[all...]

Completed in 44 milliseconds