HomeSort by: relevance | last modified time | path
    Searched defs:netbsd32_fbcursor (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 627 struct netbsd32_fbcursor { struct
638 #define FBIOSCURSOR32 _IOW('F', 24, struct netbsd32_fbcursor)
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)
724 netbsd32_from_fbcursor(struct fbcursor *p, struct netbsd32_fbcursor *s32p, u_long cmd)

Completed in 14 milliseconds