HomeSort by: relevance | last modified time | path
    Searched defs:fbcurpos (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sun/
fbio.h 176 struct fbcurpos { struct
191 struct fbcurpos pos; /* cursor's position */
192 struct fbcurpos hot; /* cursor's hot spot */
194 struct fbcurpos size; /* cursor's bit map size */
204 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
205 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
208 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
fbio.h 176 struct fbcurpos { struct
191 struct fbcurpos pos; /* cursor's position */
192 struct fbcurpos hot; /* cursor's hot spot */
194 struct fbcurpos size; /* cursor's bit map size */
204 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
205 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
208 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
fbio.h 176 struct fbcurpos { struct
191 struct fbcurpos pos; /* cursor's position */
192 struct fbcurpos hot; /* cursor's hot spot */
194 struct fbcurpos size; /* cursor's bit map size */
204 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
205 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
208 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)

Completed in 32 milliseconds