Searched refs:fru_cond (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 218 static char *fru_cond[] = { variable 2162 if (strcmp(fru_cond[frup->cond], valbuf) != 0) { in update_fru_condition() 2174 for (i = 0; (fru_cond[i] != NULL); i++) { in update_fru_condition() 2175 if (strcmp(fru_cond[i], valbuf) == 0) { in update_fru_condition() 2359 (void) strncpy((char *)buf, fru_cond[frup->cond], in get_fru_condition() 2369 (void) strncpy((char *)buf, fru_cond[frup->cond], in get_fru_condition() 2388 (void) strncpy((char *)buf, fru_cond[frup->cond], in get_fru_condition() 2874 frup->frunodeh, NULL, fru_cond[frup->cond])) != in create_fru_props() 3137 fru_cond[frup->cond], fru_cond[frup->prev_cond], in handle_fru_configure() 3256 fru_cond[frup->cond], fru_cond[frup->prev_cond], in configure_fru() [all …]
|