Home
last modified time | relevance | path

Searched refs:present_state (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c1162 state->present_state = WD_ARMED; in wd_get_status()
1167 state->present_state = WD_EXPIRED; in wd_get_status()
1170 state->present_state = WD_DISARMED; in wd_get_status()
1185 state.present_state = WD_EXPIRED; in wd_set_init_state()
1188 switch (state.present_state) { in wd_set_init_state()
1191 if (state.present_state == WD_EXPIRED) in wd_set_init_state()
H A Dpiclwatchdog.h176 int present_state; member
/titanic_44/usr/src/uts/common/io/
H A Dpcic.c4424 uint32_t present_state; in pcic_get_status() local
4435 present_state = pcic_getcb(pcic, CB_PRESENT_STATE); in pcic_get_status()
4436 if (present_state & PCIC_CB_CARD) in pcic_get_status()
4442 present_state); in pcic_get_status()
6097 uint32_t present_state; in pcic_load_cardbus() local
6114 present_state = pcic_getcb(pcic, CB_PRESENT_STATE); in pcic_load_cardbus()
6115 if (present_state & PCIC_VCC_3VCARD) in pcic_load_cardbus()
6117 else if (present_state & PCIC_VCC_5VCARD) in pcic_load_cardbus()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2177 char *present_state, *last_state; in frudata_state_change_evhandler() local
2206 &present_state)) { in frudata_state_change_evhandler()
2219 if (strcmp(present_state, PICLEVENTARGVAL_EMPTY) == 0) { in frudata_state_change_evhandler()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c4515 char present_state[PICL_PROPNAMELEN_MAX]; in frutree_update_chassis_state() local
4517 (void) strncpy(present_state, fru_state[state], sizeof (present_state)); in frutree_update_chassis_state()
4519 PICL_PROP_STATE, present_state, sizeof (present_state)); in frutree_update_chassis_state()