Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c615 struct netbsd32_fbcmap { struct
623 #define FBIOPUTCMAP32 _IOW('F', 3, struct netbsd32_fbcmap) argument
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) in netbsd32_to_fbcmap()
710 netbsd32_from_fbcmap(struct fbcmap *p, struct netbsd32_fbcmap *s32p, u_long cmd) in netbsd32_from_fbcmap()