HomeSort by: relevance | last modified time | path
    Searched refs:ofiocdesc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ofw/
openfirmio.h 47 struct ofiocdesc { struct
55 #define OFIOCGET _IOWR('O', 1, struct ofiocdesc) /* get openprom field */
56 #define OFIOCSET _IOW('O', 2, struct ofiocdesc) /* set openprom field */
57 #define OFIOCNEXTPROP _IOWR('O', 3, struct ofiocdesc) /* get next property */
61 #define OFIOCFINDDEVICE _IOWR('O', 7, struct ofiocdesc) /* find a specific device */
openfirmio.c 131 struct ofiocdesc *of;
143 of = (struct ofiocdesc *)data;
  /src/usr.sbin/eeprom/
ofhandlers.c 51 static void of_notsupp(const struct extabent *, struct ofiocdesc *, char *);
52 static void of_uint32h(const struct extabent *, struct ofiocdesc *, char *);
53 static void of_uint32d(const struct extabent *, struct ofiocdesc *, char *);
94 struct ofiocdesc ofio;
185 of_notsupp(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
192 of_uint32h(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
199 of_uint32d(const struct extabent *exent, struct ofiocdesc *ofiop, char *arg)
212 struct ofiocdesc ofio1, ofio2;
defs.h 97 struct ofiocdesc *, char *);
  /src/usr.sbin/ofctl/
ofctl.c 205 struct ofiocdesc ofio;
238 struct ofiocdesc ofio;
397 struct ofiocdesc ofio;
  /src/usr.sbin/installboot/
evboards.c 978 struct ofiocdesc ofio = {
1000 struct ofiocdesc ofio = {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 731 unsigned struct_ofiocdesc_sz = sizeof(ofiocdesc);

Completed in 20 milliseconds