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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h179 entity_attribute_stack_t *hidparser_head; member in struct:hidparser_tok
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1958 if (scan_ifp->hidparser_head) {
1959 elem->next = scan_ifp->hidparser_head;
1961 scan_ifp->hidparser_head = elem;
1978 scan_ifp->hidparser_head->list;
1979 scan_ifp->hidparser_head->list = NULL;
1980 elem = scan_ifp->hidparser_head;
1981 scan_ifp->hidparser_head = elem->next;

Completed in 56 milliseconds