Searched refs:enclosure_status (Results 1 – 2 of 2) sorted by relevance
29 enum enclosure_status { enum59 enum enclosure_status);94 enum enclosure_status status;
458 static const char *const enclosure_status[] = { variable507 return sysfs_emit(buf, "%s\n", enclosure_status[ecomp->status]); in get_component_status()518 for (i = 0; enclosure_status[i]; i++) { in set_component_status()519 if (strncmp(buf, enclosure_status[i], in set_component_status()520 strlen(enclosure_status[i])) == 0 && in set_component_status()521 (buf[strlen(enclosure_status[i])] == '\n' || in set_component_status()522 buf[strlen(enclosure_status[i])] == '\0')) in set_component_status()526 if (enclosure_status[i] && edev->cb->set_status) { in set_component_status()