Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dfbio.h249 struct fbcursor { struct
268 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor)
269 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)
/freebsd-12.1/sys/dev/fb/
H A Dcreator.c707 struct fbcursor *fbc; in creator_ioctl()
720 fbc = (struct fbcursor *)data; in creator_ioctl()
H A Dmachfb.c879 struct fbcursor *fbc; in machfb_ioctl()
898 fbc = (struct fbcursor *)data; in machfb_ioctl()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc485 unsigned struct_fbcursor_sz = sizeof(fbcursor);