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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c122 } uath_devs[] = { variable in typeref:struct:uath_type
320 size = sizeof (uath_devs) / sizeof (struct uath_type);
323 if ((vendor_id == uath_devs[i].dev.vendor_id) &&
324 (product_id == uath_devs[i].dev.product_id))
325 return (uath_devs[i].flags);

Completed in 310 milliseconds