Searched defs:wsdisplay_accessops (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/wscons/ |
H A D | wsdisplayvar.h | 135 struct wsdisplay_accessops { struct 136 int (*ioctl)(void *v, u_long cmd, caddr_t data, int flag, 138 paddr_t (*mmap)(void *v, off_t off, int prot); 139 int (*alloc_screen)(void *, const struct wsscreen_descr *, 141 void (*free_screen)(void *, void *); 142 int (*show_screen)(void *, void *, int, 167 const struct wsdisplay_accessops *accessops; /* access ops */ argument
|