Searched refs:get_ledp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c1005 lw8_getled(lom_get_led_t *get_ledp) argument
1013 if (strncmp(get_ledp->location, fru_led_table[i].location,
1016 if (get_ledp->id[0] == '\0') {
1017 (void) strncpy(get_ledp->next_id,
1025 if (strncmp(get_ledp->id, lip->id, MAX_ID_LEN) != 0)
1053 get_ledp->status = lip->status;
1055 get_ledp->position = lip->position;
1056 (void) strncpy(get_ledp->color, lip->color,
1059 get_ledp->next_id[0] = '\0';
1062 (void) strncpy(get_ledp
[all...]

Completed in 59 milliseconds