Home
last modified time | relevance | path

Searched refs:SECNAMESIZE (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1750 char sec_name[SECNAMESIZE]; in create_section_node()
1757 (void) snprintf(sec_name, SECNAMESIZE, "section%d", section_count); in create_section_node()
H A Dfru_data_impl.h55 #define SECNAMESIZE 10 /* section name length */ macro