Home
last modified time | relevance | path

Searched refs:ms_data (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/news3400/iop/
H A Dmsreg.h44 /*14*/ struct ms_data ms_data; /* IOP */ member
79 struct ms_data mss_data;
80 struct ms_data mss_data_old;
H A Dmouse.h25 struct ms_data { struct
50 struct ms_data mse_data; /* mouse X, Y and button status */ argument
/original-bsd/sys/news3400/hbdev/
H A Dms.c245 struct ms_data xy;
267 uio->uio_resid >= sizeof(struct ms_data)) {
269 sizeof(struct ms_data), uio);
283 while (uio->uio_resid >= sizeof(struct ms_data)) {
288 sizeof(struct ms_data), uio);