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

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_if.h95 #define PHYI_STANDBY IFF_STANDBY /* Standby NIC */ macro
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2542 { "S", PHYI_STANDBY, PHYI_STANDBY },
2559 { "STANDBY", PHYI_STANDBY, PHYI_STANDBY },
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c10395 * All functioning PHYI_STANDBY interfaces start life PHYI_INACTIVE
10397 * since PHYI_INACTIVE has a separate meaning when PHYI_STANDBY is not
10398 * set, don't allow PHYI_STANDBY to be set if PHYI_INACTIVE is already
10399 * set, and clear PHYI_INACTIVE if PHYI_STANDBY is being cleared. We
10400 * also don't allow PHYI_STANDBY if VNI is enabled since its semantics
10403 if (turn_on & PHYI_STANDBY) {
10417 if (turn_off & PHYI_STANDBY) {
16446 if (usesrc_ill->ill_phyint->phyint_flags & PHYI_STANDBY) {

Completed in 205 milliseconds