Searched refs:scan_ifp (Results 1 – 1 of 1) sorted by relevance
1489 hidparser_tok_t *scan_ifp; in hidparser_main() local1492 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 …]