Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1489 hidparser_tok_t *scan_ifp; in hidparser_main() local
1492 scan_ifp = kmem_zalloc(sizeof (hidparser_tok_t), KM_SLEEP); in hidparser_main()
1493 scan_ifp->hidparser_tok_text = in hidparser_main()
1495 scan_ifp->hidparser_tok_max_bsize = size; in hidparser_main()
1496 scan_ifp->hidparser_tok_entity_descriptor = descriptor; in hidparser_main()
1499 retval = hidparser_ReportDescriptorDash(item_ptr, scan_ifp); in hidparser_main()
1507 if (scan_ifp->hidparser_tok_gitem_head) { in hidparser_main()
1509 scan_ifp->hidparser_tok_gitem_head); in hidparser_main()
1512 if (scan_ifp->hidparser_tok_litem_head) { in hidparser_main()
1514 scan_ifp->hidparser_tok_litem_head); in hidparser_main()
[all …]