Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDfbio.h248 struct fbcursor { struct
267 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor)
268 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor)
/freebsd-11-stable/sys/dev/fb/
HDcreator.c705 struct fbcursor *fbc; in creator_ioctl()
718 fbc = (struct fbcursor *)data; in creator_ioctl()
HDmachfb.c877 struct fbcursor *fbc; in machfb_ioctl()
896 fbc = (struct fbcursor *)data; in machfb_ioctl()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp507 unsigned struct_fbcursor_sz = sizeof(fbcursor);