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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c137 static char **led_labels = NULL; variable
752 strcmp(led_data.label, led_labels[index]) != 0) {
770 strcmp(led_data.label, led_labels[index]) != 0) {
779 strcmp(led_data.label, led_labels[index]) ==
1102 if (led_labels != NULL) {
1104 if (led_labels[i] != NULL) {
1105 free(led_labels[i]);
1109 free(led_labels);
1110 led_labels = NULL;
1119 led_labels
[all...]

Completed in 47 milliseconds