Home
last modified time | relevance | path

Searched refs:ENVSEG_VERSION (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h87 #define ENVSEG_VERSION 1 /* environmental segment version */ macro
H A Dpiclenvd.c1003 if (envsegp->version != ENVSEG_VERSION || in get_fru_envsegs()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h251 #define ENVSEG_VERSION 2 /* environmental segment version */ macro
H A Dpiclenvd.c487 if (envsegp->version != ENVSEG_VERSION || in get_fru_envsegs()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h330 #define ENVSEG_VERSION 2 /* environmental segment version */ macro
H A Dpiclenvd.c632 if (envsegp->version != ENVSEG_VERSION || in get_fru_envsegs()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h331 #define ENVSEG_VERSION 2 macro
H A Dpiclenvd.c962 if (envseg->esd_ver != ENVSEG_VERSION || envseg_len < esd_len) { in envd_es_setup()