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

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1489 hidparser_tok_t *scan_ifp; local
1492 scan_ifp = kmem_zalloc(sizeof (hidparser_tok_t), KM_SLEEP);
1493 scan_ifp->hidparser_tok_text =
1495 scan_ifp->hidparser_tok_max_bsize = size;
1496 scan_ifp->hidparser_tok_entity_descriptor = descriptor;
1499 retval = hidparser_ReportDescriptorDash(item_ptr, scan_ifp);
1507 if (scan_ifp->hidparser_tok_gitem_head) {
1509 scan_ifp->hidparser_tok_gitem_head);
1512 if (scan_ifp->hidparser_tok_litem_head) {
1514 scan_ifp
1529 hidparser_ReportDescriptorDash(entity_item_t ** item_ptr, hidparser_tok_t *scan_ifp) argument
1560 hidparser_ReportDescriptor(entity_item_t ** item_ptr, hidparser_tok_t *scan_ifp) argument
1615 hidparser_ItemList(entity_item_t ** item_ptr, hidparser_tok_t *scan_ifp) argument
1741 hidparser_MainItem(entity_item_t ** item_ptr, hidparser_tok_t *scan_ifp) argument
1785 hidparser_Items(hidparser_tok_t *scan_ifp) argument
1839 hidparser_GlobalItem(hidparser_tok_t *scan_ifp) argument
2019 hidparser_LocalItem(hidparser_tok_t *scan_ifp) argument
2084 hidparser_allocate_entity(hidparser_tok_t *scan_ifp) argument
2140 hidparser_add_attribute(hidparser_tok_t *scan_ifp) argument
2416 hidparser_scan(hidparser_tok_t *scan_ifp) argument
[all...]

Completed in 120 milliseconds