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

  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 615 struct netbsd32_fbcmap { struct
623 #define FBIOPUTCMAP32 _IOW('F', 3, struct netbsd32_fbcmap)
624 #define FBIOGETCMAP32 _IOW('F', 4, struct netbsd32_fbcmap)
632 struct netbsd32_fbcmap cmap; /* color map info */
657 static inline void netbsd32_to_fbcmap(struct netbsd32_fbcmap *,
665 struct netbsd32_fbcmap *, u_long);
674 netbsd32_to_fbcmap(struct netbsd32_fbcmap *s32p, struct fbcmap *p, u_long cmd)
710 netbsd32_from_fbcmap(struct fbcmap *p, struct netbsd32_fbcmap *s32p, u_long cmd)
netbsd32_machdep.c 615 struct netbsd32_fbcmap { struct
623 #define FBIOPUTCMAP32 _IOW('F', 3, struct netbsd32_fbcmap)
624 #define FBIOGETCMAP32 _IOW('F', 4, struct netbsd32_fbcmap)
632 struct netbsd32_fbcmap cmap; /* color map info */
657 static inline void netbsd32_to_fbcmap(struct netbsd32_fbcmap *,
665 struct netbsd32_fbcmap *, u_long);
674 netbsd32_to_fbcmap(struct netbsd32_fbcmap *s32p, struct fbcmap *p, u_long cmd)
710 netbsd32_from_fbcmap(struct fbcmap *p, struct netbsd32_fbcmap *s32p, u_long cmd)

Completed in 87 milliseconds