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

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8.h135 #define MAX_ID_LEN 16 macro
149 char id[MAX_ID_LEN];
153 char next_id[MAX_ID_LEN];
158 char id[MAX_ID_LEN];
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c164 char id[MAX_ID_LEN];
976 if (strncmp(set_ledp->id, lip->id, MAX_ID_LEN) != 0)
1018 fru_led_table[i].led_info[0].id, MAX_ID_LEN);
1025 if (strncmp(get_ledp->id, lip->id, MAX_ID_LEN) != 0)
1063 fru_led_table[i].led_info[j + 1].id, MAX_ID_LEN);
1158 (void) strncpy(lw8_info.prod_id, lw8_info2.prod_id, MAX_ID_LEN);
1168 (void) strncpy(lw8_get_led.id, "fault", MAX_ID_LEN);
1188 (void) snprintf(lw8_get_led.id, MAX_ID_LEN, "system");
1190 (void) snprintf(lw8_get_led.id, MAX_ID_LEN, "alarm%d",
1255 (void) snprintf(lw8_set_led.id, MAX_ID_LEN, "syste
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c49 #define MAX_ID_LEN 33 macro
159 char sd_entity_ref[MAX_ID_LEN];
1251 char *ftype = "sensor", facname[MAX_ID_LEN], **entity_refs;
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c244 #define MAX_ID_LEN 256 macro
248 static char identity[MAX_ID_LEN];

Completed in 54 milliseconds