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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c423 uint_t dev_flags; local
426 dev_flags = (uint_t)(uintptr_t)di_node_private_get(dev);
427 if ((dev_flags & HPINFOSEARCH) == 0)
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h182 int dev_flags; member in struct:uath_softc
H A Duath.c2189 sc->dev_flags = uath_lookup(vendor_id, product_id);
2190 if (sc->dev_flags == UATH_FLAG_ERR) {
2197 vendor_id, product_id, sc->dev_flags);
3054 sc->dev_flags = uath_lookup(vendor_id, product_id);
3055 if (sc->dev_flags == UATH_FLAG_ERR) {
3063 vendor_id, product_id, sc->dev_flags);
3076 if (sc->dev_flags & UATH_FLAG_PRE_FIRMWARE) {
3303 if (sc->dev_flags & UATH_FLAG_PRE_FIRMWARE) {

Completed in 67 milliseconds