Lines Matching defs:state

126  *   1) An ndi_devi_enter of a parent protects linkage/state of children.
127 * 2) state >= DS_INITIALIZED adds devi_ref of parent
128 * 3) devi_ref at state >= DS_ATTACHED prevents detach(9E).
150 * deletion and child mdi_pathinfo node state changes are serialized on per
231 /* mdi_pathinfo node state change callback */
233 mdi_pathinfo_state_t state, uint32_t, int flags);
353 int ph_unstable; /* Paths in transient state */
354 kcondvar_t ph_unstable_cv; /* Paths in transient state */
362 * state. Hotplugging is prevented during this state.
383 * pHCI state definitions and macros to track the pHCI driver instance state
529 int ct_state; /* state information */
534 int ct_unstable; /* Paths in transient state */
535 kcondvar_t ct_unstable_cv; /* Paths in transient state */
539 /* Paths in power transient state */
563 * state. We do not allow failover to take place while paths are in transient
564 * state. Similarly we do not allow state transition while client device
576 * Client driver instance state definitions:
675 #define MDI_CLIENT_SET_STATE(ct, state) ((ct)->ct_state = state)
719 mdi_pathinfo_state_t pi_state; /* path state */
720 mdi_pathinfo_state_t pi_old_state; /* path state */
721 kcondvar_t pi_state_cv; /* path state condvar */
1136 * By default this function returns a suitable path in the 'online' state,
1161 * The selected paths are returned in an mdi_hold_path() state (pi_ref_cnt),
1195 * state properly. Additionally, mdi_failover() provides as a
1200 * previously ONLINE will be in the STANDBY state, and the newly activated
1201 * paths will be in the ONLINE state.
1232 * mdi_pathinfo node extended state change functions.