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

  /src/sys/arch/sparc/include/
openpromio.h 48 struct opiocdesc { struct
56 #define OPIOCGET _IOWR('O', 1, struct opiocdesc) /* get openprom field */
57 #define OPIOCSET _IOW('O', 2, struct opiocdesc) /* set openprom field */
58 #define OPIOCNEXTPROP _IOWR('O', 3, struct opiocdesc) /* get next property */
62 #define OPIOCFINDDEVICE _IOWR('O', 7, struct opiocdesc) /* find a specific device */
  /src/usr.sbin/eeprom/
defs.h 79 struct opiocdesc;
88 struct opiocdesc *, char *);
ophandlers.c 52 static void op_notsupp (const struct extabent *, struct opiocdesc *, char *);
100 struct opiocdesc opio;
191 op_notsupp(const struct extabent *exent, struct opiocdesc *opiop, char *arg)
204 struct opiocdesc opio1, opio2;
  /src/sys/arch/sparc/sparc/
openprom.c 131 struct opiocdesc *op;
144 op = (struct opiocdesc *)data;
  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 662 struct opiocdesc *, u_long);
668 static inline void netbsd32_from_opiocdesc(struct opiocdesc *,
699 netbsd32_to_opiocdesc(struct netbsd32_opiocdesc *s32p, struct opiocdesc *p, u_long cmd)
741 netbsd32_from_opiocdesc(struct opiocdesc *p, struct netbsd32_opiocdesc *s32p, u_long cmd)
772 IOCTL_STRUCT_CONV_TO(OPIOCGET, opiocdesc);
774 IOCTL_STRUCT_CONV_TO(OPIOCSET, opiocdesc);
776 IOCTL_STRUCT_CONV_TO(OPIOCNEXTPROP, opiocdesc);

Completed in 42 milliseconds