Lines Matching defs:state
351 zone_state_t state;
356 state_err = zone_get_state((char *)zonename, &state);
378 if (state > ZONE_STATE_INSTALLED)
381 if (!force && state > ZONE_STATE_CONFIGURED)
840 zone_state_t state;
872 if (zone_get_state(name, &state) != Z_NO_ZONE)
887 err = zone_get_state(curname, &state);
889 if (state > ZONE_STATE_INSTALLED)
899 err = zone_get_state(handle->zone_dh_delete_name, &state);
901 if (state > ZONE_STATE_INSTALLED)
1100 * index update operation (rename, and potential state changes) to be atomic.
1114 ze.zone_state = -1; /* Preserve existing state in index */
1562 "It is a snapshot of running zone state.\n");
3550 "Zone state is invalid for the requested operation"));
5537 zone_state_t state;
5545 if (zone_get_state(zone_name, &state) == Z_OK &&
5546 state == ZONE_STATE_MOUNTED)
5648 zone_set_state(char *zone, zone_state_t state)
5652 if (state != ZONE_STATE_CONFIGURED && state != ZONE_STATE_INSTALLED &&
5653 state != ZONE_STATE_INCOMPLETE)
5658 ze.zone_state = state;
5979 * a zones state and its state changing. We address this by providing
5981 * When zonecfg_critical_enter is called, sets the state field to LOCKED
5983 * critical_enter and the state field protects against state changes during
5986 * If any state changes occur, zn_cb will set the failed field of the znotify
7148 * the state of this variable indicates whether or not any ancestor owns