Searched defs:vcons_data_private (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/wscons/ |
| D | wsdisplay_vcons.c | 67 struct vcons_data_private { struct 69 int (*ioctl)(void *, void *, u_long, void *, int, struct lwp *); 72 void (*copycols)(void *, int, int, int, int); 73 void (*erasecols)(void *, int, int, int, long); 74 void (*copyrows)(void *, int, int, int); 75 void (*eraserows)(void *, int, int, long); 76 void (*cursor)(void *, int, int, int); 79 void (*switch_cb)(void *, int, int); 80 void *switch_cb_arg; 81 struct callout switch_callout; [all …]
|