Home
last modified time | relevance | path

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

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