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

  /src/sys/dev/wscons/
wsmouse.c 181 static int wsmouse_detach(device_t, int);
204 wsmouse_match, wsmouse_attach, wsmouse_detach, wsmouse_activate);
319 wsmouse_detach(device_t self, int flags) function in typeref:typename:int
329 DPRINTF(("wsmouse_detach:\n"));
349 printf("wsmouse_detach: %s didn't detach\n",

Completed in 12 milliseconds