| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/hpc/apm/ | |
| apmvar.h | 36 struct apm_accessops *accessops; member in struct:apmdev_attach_args |
| /src/sys/dev/wscons/ | |
| wsmousevar.h | 54 const struct wsmouse_accessops *accessops; /* access ops */ member in struct:wsmousedev_attach_args |
| wskbdvar.h | 73 const struct wskbd_accessops *accessops; /* access ops */ member in struct:wskbddev_attach_args |
| wsdisplayvar.h | 141 const struct wsdisplay_accessops *accessops; /* access ops */ member in struct:wsdisplaydev_attach_args 158 const struct wsdisplay_accessops *accessops; /* access ops */ member in struct:wsemuldisplaydev_attach_args |
| /src/sys/arch/evbppc/explora/dev/ | |
| fb_elb.c | 114 static struct wsdisplay_accessops accessops = { variable in typeref:struct:wsdisplay_accessops 214 waa.accessops = &accessops; |