opiocdesc
#define OPIOCGET _IOWR('O', 1, struct opiocdesc) /* get openprom field */
#define OPIOCSET _IOW('O', 2, struct opiocdesc) /* set openprom field */
#define OPIOCNEXTPROP _IOWR('O', 3, struct opiocdesc) /* get next property */
#define OPIOCFINDDEVICE _IOWR('O', 7, struct opiocdesc) /* find a specific device */
struct opiocdesc *op;
op = (struct opiocdesc *)data;
struct opiocdesc *, u_long);
static inline void netbsd32_from_opiocdesc(struct opiocdesc *,
netbsd32_to_opiocdesc(struct netbsd32_opiocdesc *s32p, struct opiocdesc *p, u_long cmd)
netbsd32_from_opiocdesc(struct opiocdesc *p, struct netbsd32_opiocdesc *s32p, u_long cmd)
IOCTL_STRUCT_CONV_TO(OPIOCGET, opiocdesc);
IOCTL_STRUCT_CONV_TO(OPIOCSET, opiocdesc);
IOCTL_STRUCT_CONV_TO(OPIOCNEXTPROP, opiocdesc);
struct opiocdesc;
struct opiocdesc *, char *);
struct opiocdesc opio;
op_notsupp(const struct extabent *exent, struct opiocdesc *opiop, char *arg)
struct opiocdesc opio1, opio2;
static void op_notsupp (const struct extabent *, struct opiocdesc *, char *);