HomeSort by: relevance | last modified time | path
    Searched refs:_vs_cursor (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/vax/include/
qevent.h 101 typedef struct _vs_cursor { struct
qdioctl.h 90 #include <machine/qevent.h> /* struct _vs_event, _vs_cursor */
107 #define QD_POSCURSOR _IOW('g', 14, struct _vs_cursor) /* position cursor */
qduser.h 183 struct _vs_cursor curs_pos; /* current mouse position */
  /src/sys/dev/qbus/
qevent.h 101 typedef struct _vs_cursor { struct
qdioctl.h 101 #define QD_POSCURSOR _IOW('g', 14, struct _vs_cursor) /* position cursor */
qduser.h 176 struct _vs_cursor curs_pos; /* current mouse position */
qd.c 222 struct _vs_cursor cursor[NQD]; /* console cursor */
1087 struct _vs_cursor *pos;
1172 pos = (struct _vs_cursor *) datap;

Completed in 18 milliseconds