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

  /src/usr.bin/usbhidctl/
usbhid.c 208 int numpage; local in function:hidtestrule
212 numpage = strtousage(strstart, pagesplit - matchindex);
214 if (numpage >= 0) {
217 if (numpage != (int)HID_PAGE(usage_id))
usbhid.c 208 int numpage; local in function:hidtestrule
212 numpage = strtousage(strstart, pagesplit - matchindex);
214 if (numpage >= 0) {
217 if (numpage != (int)HID_PAGE(usage_id))
usbhid.c 208 int numpage; local in function:hidtestrule
212 numpage = strtousage(strstart, pagesplit - matchindex);
214 if (numpage >= 0) {
217 if (numpage != (int)HID_PAGE(usage_id))

Completed in 38 milliseconds