Searched refs:loc_state (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 193 static char *loc_state[] = { variable 1804 if (strcmp(loc_state[locp->state], valbuf) != 0) { in update_loc_state() 1814 for (i = 0; (loc_state[i] != NULL); i++) { in update_loc_state() 1815 if (strcmp(loc_state[i], valbuf) == 0) { in update_loc_state() 1958 (void) strncpy((char *)buf, loc_state[locp->state], in get_loc_state() 1968 (void) strncpy((char *)buf, loc_state[locp->state], in get_loc_state() 1997 (void) strncpy((char *)buf, loc_state[locp->state], in get_loc_state() 2922 PICLEVENTARGVAL_CONNECTING, loc_state[locp->state], in connect_fru() 2951 loc_state[locp->state], PICLEVENTARGVAL_CONNECTING, in connect_fru() 3053 PICLEVENTARGVAL_DISCONNECTING, loc_state[locp->state], in disconnect_fru() [all …]
|