Searched defs:state (Results 1 - 8 of 8) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/
H A DInstanceManagedObject.java45 public static final String PROPERTY_STATE = "state";
51 private SmfState state; field in class:InstanceManagedObject
64 state = inst.getState();
74 return ServiceUtil.getPanelStatus(state);
79 return ServiceUtil.getStateSynopsis(state, null);
107 SmfState oldState = state;
108 state = sc.getState();
111 oldState, state));
123 return state;
132 return state !
[all...]
H A DServiceUtil.java98 public static ManagedObjectStatus getPanelStatus(SmfState state) { argument
101 if (state != null) {
102 switch (state) {
118 public static String getStateString(SmfState state) { argument
119 if (state == null) {
123 String lower = state.toString().toLowerCase();
124 String key = "service.state." + lower;
133 public static String getStateSynopsis(SmfState state, SmfState nextState) { argument
136 if (state == null) {
137 synopsis = Finder.getString("service.state
159 getStateDetails( SmfState state, SmfState nextState, String auxState, Date changed) argument
217 getRecommendation(SmfState state) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/smf/
H A DSmfStatusPanel.java397 SmfState state = null;
404 state = service.getState();
413 // Can handle null state
414 setServiceState(state, nextState, auxState, sTime);
453 private void setServiceState(SmfState state, SmfState nextState, argument
456 // Can handle null state
458 state, nextState, auxState, sTime));
460 // Can handle null state
461 String rec = ServiceUtil.getRecommendation(state);
472 if (state !
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.c313 conv_alarm_state(int state) argument
315 switch (state) {
531 * current alarm state of the node by comparing it's value with threshold.
532 * step-2) Depending on the new state of the node, generate a trap
550 /* If threshold is crossed, set state to ERROR */
556 /* Depending on the new state, send trap if necessary */
566 /* No Change in state .. Do nothing */
578 * current alarm state of the node by comparing it's value with threshold.
579 * step-2) Depending on the new state of the node, generate a trap
597 /* If threshold is crossed, set state t
[all...]
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py468 """ Check deployment state of a running install
485 (deploy_thread.state))
498 if deploy_thread.state in [states.DEPLOYING, states.DEPLOYWAIT]:
499 # Update node with done/fail state
503 "transitioning to '%s' state." % \
514 if deploy_thread.state in [states.DEPLOYING, states.DEPLOYWAIT]:
515 # Update node with done/fail state
518 "transitioning to '%s' state." % \
530 if deploy_thread.state not in [states.DEPLOYING, states.DEPLOYWAIT]:
531 LOG.debug("_check_deploy_state().done: %s" % (deploy_thread.state))
1291 def state(self): member in class:DeployStateChecker
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c1890 /* Set the state of Disk to OK. */
2039 /* Set the state of Disk to OK. */
2251 * arguments: rule_state = previous state of the rule rule = Function
2254 * This function first determines the new state of the rule by calling
2257 * In the switch loop, depending on the previous rule state (the rule_state) and
2258 * new state, the rule function is again called appropriately. For example,
2259 * if the previous state is INIT and the new state is > OK, then rule(OPEN)
2567 conv_alarm_state(int state) argument
2569 switch (state) {
[all...]
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c2304 PK11_CIPHER_STATE *state = (PK11_CIPHER_STATE *) ctx->cipher_data; local
2308 state->sp = NULL;
2355 state->sp = sp;
2396 state->sp = sp;
2444 PK11_CIPHER_STATE *state = (PK11_CIPHER_STATE *) ctx->cipher_data; local
2449 if (state == NULL || state->sp == NULL)
2452 sp = (PK11_SESSION *) state->sp;
2514 PK11_CIPHER_STATE *state = ctx->cipher_data; local
2516 if (state !
2735 PK11_CIPHER_STATE *state = (PK11_CIPHER_STATE *) ctx->md_data; local
2770 PK11_CIPHER_STATE *state = (PK11_CIPHER_STATE *) ctx->md_data; local
2798 PK11_CIPHER_STATE *state = (PK11_CIPHER_STATE *) ctx->md_data; local
2832 PK11_CIPHER_STATE *state, *state_to; local
2905 PK11_CIPHER_STATE *state = ctx->md_data; local
[all...]
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h175 * state?
231 * QP state.
501 * state?
558 * QP state.
1027 * QP state information as laid out in system memory. This structure should
1028 * be used to cast the state information stored to a register.
1032 * If set, this QP will not be evicted unless QP state is filled up by QPs
1082 * will go to error state. Read by tsu_dma and used by tsu_cmpl.
1123 * whenever the sq_sequence_number in QP state is equal to the one in the
1132 enum psif_qp_state state member in struct:psif_qp_core
1628 struct psif_qp_core state; member in struct:psif_qp
1778 enum psif_qp_state state:3; member in struct:psif_modify_qp
2121 enum psif_epsc_port_state state:32; member in struct:psif_epsc_port_attr
[all...]

Completed in 50 milliseconds