Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h179 entity_attribute_stack_t *hidparser_head; member
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1923 if (scan_ifp->hidparser_head) { in hidparser_GlobalItem()
1924 elem->next = scan_ifp->hidparser_head; in hidparser_GlobalItem()
1926 scan_ifp->hidparser_head = elem; in hidparser_GlobalItem()
1943 scan_ifp->hidparser_head->list; in hidparser_GlobalItem()
1944 scan_ifp->hidparser_head->list = NULL; in hidparser_GlobalItem()
1945 elem = scan_ifp->hidparser_head; in hidparser_GlobalItem()
1946 scan_ifp->hidparser_head = elem->next; in hidparser_GlobalItem()