fbcursor
struct fbcursor;
struct fbcursor;
struct fbcursor *, u_long);
static inline void netbsd32_from_fbcursor(struct fbcursor *,
netbsd32_to_fbcursor(struct netbsd32_fbcursor *s32p, struct fbcursor *p, u_long cmd)
netbsd32_from_fbcursor(struct fbcursor *p, struct netbsd32_fbcursor *s32p, u_long cmd)
IOCTL_STRUCT_CONV_TO(FBIOSCURSOR, fbcursor);
IOCTL_STRUCT_CONV_TO(FBIOGCURSOR, fbcursor);
struct fbcursor;
#define p ((struct fbcursor *)data)
struct fbcursor *);
agten_do_sun_cursor(struct agten_softc *sc, struct fbcursor *cur)
#define p ((struct fbcursor *)data)
struct fbcursor *cu;
cu = (struct fbcursor *)data;
cu = (struct fbcursor *)data;
#define p ((struct fbcursor *)data)
#define FBIOSCURSOR _IOW('F', 24, struct fbcursor)
#define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)