Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.h188 struct netbsd32_wsdisplay_cursor { struct
200 #define WSDISPLAYIO_GCURSOR32 _IOWR('W', 73, struct netbsd32_wsdisplay_cursor) argument
201 #define WSDISPLAYIO_SCURSOR32 _IOW('W', 74, struct netbsd32_wsdisplay_cursor)
H A Dnetbsd32_ioctl.c494 netbsd32_to_wsdisplay_cursor(struct netbsd32_wsdisplay_cursor *c32, in netbsd32_to_wsdisplay_cursor()
973 struct netbsd32_wsdisplay_cursor *c32, u_long cmd) in netbsd32_from_wsdisplay_cursor()