Home
last modified time | relevance | path

Searched refs:newState (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandlePort.cc81 if (lastState != newState) { in validate()
87 lastState = newState; in validate()
126 uint64_t newState; in getDiscoveredAttributes() local
128 wwn, newState); in getDiscoveredAttributes()
143 uint64_t newState; in getPortAttributes() local
145 validate(newState); in getPortAttributes()
161 uint64_t newState; in getDiscoveredAttributes() local
163 discoveredport, newState); in getDiscoveredAttributes()
164 validate(newState); in getDiscoveredAttributes()
170 uint64_t newState; in getPortNPIVAttributes() local
[all …]
H A DHandleNPIVPort.cc82 void HandleNPIVPort::validate(uint64_t newState) { in validate() argument
85 vport->getPortWWN(), newState); in validate()
88 if (lastState != newState) { in validate()
94 lastState = newState; in validate()
136 uint64_t newState; in getPortAttributes() local
137 HBA_NPIVATTRIBUTES attributes = vport->getPortAttributes(newState); in getPortAttributes()
138 validate(newState); in getPortAttributes()
H A DHandleNPIVPort.h54 void validate(uint64_t newState);
H A DHandlePort.h57 void validate(uint64_t newState);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1676 XenbusState newState) in xvdi_switch_state() argument
1688 newState); in xvdi_switch_state()
1690 rv = xenbus_switch_state(&pdp->xd_xsdev, xbt, newState); in xvdi_switch_state()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1006 uint32_t newState; member
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1692 uint32_t newState; member
H A Dmr_sas.c4296 (evt_detail->args.pd_state.newState != PD_SYSTEM)) { in service_mfi_aen()
4313 (evt_detail->args.pd_state.newState == PD_SYSTEM)) { in service_mfi_aen()