Searched refs:uath_devs (Results 1 – 1 of 1) sorted by relevance
122 } uath_devs[] = { variable320 size = sizeof (uath_devs) / sizeof (struct uath_type); in uath_lookup()323 if ((vendor_id == uath_devs[i].dev.vendor_id) && in uath_lookup()324 (product_id == uath_devs[i].dev.product_id)) in uath_lookup()325 return (uath_devs[i].flags); in uath_lookup()