Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h86 #define ENVSEG_NAME 0x4553 /* environmental segment name */ macro
H A Dpiclenvd.c878 if (GET_UNALIGN16(&segment.name) == ENVSEG_NAME) in get_envseg()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h250 #define ENVSEG_NAME 0x4553 /* environmental segment name */ macro
H A Dpiclenvd.c414 if (GET_UNALIGN16(&segment.name) == ENVSEG_NAME) in get_envseg()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h329 #define ENVSEG_NAME 0x4553 /* environmental segment name */ macro
H A Dpiclenvd.c558 if (GET_UNALIGN16(&segment.name) == ENVSEG_NAME) in get_envseg()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h312 #define ENVSEG_NAME 0x4553 /* "ES" */ macro
H A Dpiclenvd.c929 if (GET_UNALIGN16(&seg_hdr.sseg_name) == ENVSEG_NAME) in envd_es_setup()