Home
last modified time | relevance | path

Searched refs:hidparser_tok_text (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1460 scan_ifp->hidparser_tok_text = in hidparser_main()
1483 kmem_free(scan_ifp->hidparser_tok_text, HIDPARSER_TEXT_LENGTH); in hidparser_main()
1760 if (scan_ifp->hidparser_tok_text[0] != 1) { in hidparser_Items()
1767 if (scan_ifp->hidparser_tok_text[0] != in hidparser_Items()
1815 if (scan_ifp->hidparser_tok_text[i] == 0) { in hidparser_GlobalItem()
1824 else if ((scan_ifp->hidparser_tok_text[i] >= in hidparser_GlobalItem()
1826 (scan_ifp->hidparser_tok_text[i] <= in hidparser_GlobalItem()
1846 if ((scan_ifp->hidparser_tok_text[3] & in hidparser_GlobalItem()
1864 if (scan_ifp->hidparser_tok_text[i]) in hidparser_GlobalItem()
1889 if (!scan_ifp->hidparser_tok_text[0]) { in hidparser_GlobalItem()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h157 unsigned char *hidparser_tok_text; /* Data bytes */ member