Searched refs:netbsd32_fbcursor (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | netbsd32_machdep.c | 627 struct netbsd32_fbcursor { struct 638 #define FBIOSCURSOR32 _IOW('F', 24, struct netbsd32_fbcursor) argument 639 #define FBIOGCURSOR32 _IOWR('F', 25, struct netbsd32_fbcursor) 659 static inline void netbsd32_to_fbcursor(struct netbsd32_fbcursor *, 667 struct netbsd32_fbcursor *, u_long); 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()
|