Home
last modified time | relevance | path

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.c1456 hidparser_tok_t *scan_ifp; in hidparser_main() local
1459 scan_ifp = kmem_zalloc(sizeof (hidparser_tok_t), KM_SLEEP); in hidparser_main()
1460 scan_ifp->hidparser_tok_text = in hidparser_main()
1462 scan_ifp->hidparser_tok_max_bsize = size; in hidparser_main()
1463 scan_ifp->hidparser_tok_entity_descriptor = descriptor; in hidparser_main()
1466 retval = hidparser_ReportDescriptorDash(item_ptr, scan_ifp); in hidparser_main()
1474 if (scan_ifp->hidparser_tok_gitem_head) { in hidparser_main()
1476 scan_ifp->hidparser_tok_gitem_head); in hidparser_main()
1479 if (scan_ifp->hidparser_tok_litem_head) { in hidparser_main()
1481 scan_ifp->hidparser_tok_litem_head); in hidparser_main()
[all …]