Home
last modified time | relevance | path

Searched refs:fbcursor (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/dev/sun/
Dfbio.h188 struct fbcursor { struct
200 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) argument
201 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)
Dcgsix.c725 #define p ((struct fbcursor *)data) in cgsixioctl()
/netbsd/src/sys/arch/sparc64/sparc64/
Dnetbsd32_machdep.c660 struct fbcursor *, u_long);
666 static inline void netbsd32_from_fbcursor(struct fbcursor *,
685 netbsd32_to_fbcursor(struct netbsd32_fbcursor *s32p, struct fbcursor *p, u_long cmd) in netbsd32_to_fbcursor()
724 netbsd32_from_fbcursor(struct fbcursor *p, struct netbsd32_fbcursor *s32p, u_long cmd) in netbsd32_from_fbcursor()
767 IOCTL_STRUCT_CONV_TO(FBIOSCURSOR, fbcursor); in netbsd32_md_ioctl()
769 IOCTL_STRUCT_CONV_TO(FBIOGCURSOR, fbcursor); in netbsd32_md_ioctl()
/netbsd/src/sys/arch/mac68k/dev/
Dmacfbvar.h39 struct fbcursor;
/netbsd/src/sys/arch/next68k/dev/
Dnextdisplayvar.h41 struct fbcursor;
/netbsd/src/sys/dev/pci/
Dtgavar.h39 struct fbcursor;
/netbsd/src/sys/dev/sbus/
Dzx.c369 struct fbcursor *cu; in zxioctl()
447 cu = (struct fbcursor *)data; in zxioctl()
510 cu = (struct fbcursor *)data; in zxioctl()
Dagten.c158 struct fbcursor *);
972 agten_do_sun_cursor(struct agten_softc *sc, struct fbcursor *cur) in agten_do_sun_cursor()
1149 #define p ((struct fbcursor *)data) in agten_fb_ioctl()
Dp9100.c593 #define p ((struct fbcursor *)data) in p9100ioctl()