Home
last modified time | relevance | path

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; 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()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h182 int dev_flags; member
H A Duath.c2194 sc->dev_flags = uath_lookup(vendor_id, product_id); in uath_reconnect()
2195 if (sc->dev_flags == UATH_FLAG_ERR) { in uath_reconnect()
2202 vendor_id, product_id, sc->dev_flags); in uath_reconnect()
3059 sc->dev_flags = uath_lookup(vendor_id, product_id); in uath_attach()
3060 if (sc->dev_flags == UATH_FLAG_ERR) { in uath_attach()
3068 vendor_id, product_id, sc->dev_flags); in uath_attach()
3081 if (sc->dev_flags & UATH_FLAG_PRE_FIRMWARE) { in uath_attach()
3308 if (sc->dev_flags & UATH_FLAG_PRE_FIRMWARE) { in uath_detach()