Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h341 #define GET_UNALIGN16(addr) \ macro
344 (GET_UNALIGN16(addr) << 16) | GET_UNALIGN16((uint8_t *)addr + 2)
H A Dpiclenvd.c904 (GET_UNALIGN16(&scn_hdr.sscn_ver) != SSCN_VER)) { in envd_es_setup()
906 GET_UNALIGN16(&scn_hdr.sscn_ver)); in envd_es_setup()
924 GET_UNALIGN16(&seg_hdr.sseg_name), in envd_es_setup()
925 GET_UNALIGN16(&seg_hdr.sseg_off), in envd_es_setup()
926 GET_UNALIGN16(&seg_hdr.sseg_len)); in envd_es_setup()
929 if (GET_UNALIGN16(&seg_hdr.sseg_name) == ENVSEG_NAME) in envd_es_setup()
941 envseg_len = GET_UNALIGN16(&seg_hdr.sseg_len); in envd_es_setup()
948 if (lseek(fd, (off_t)GET_UNALIGN16(&seg_hdr.sseg_off), in envd_es_setup()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c390 GET_UNALIGN16(&section.header_version[0]) != SECTION_HDR_VER) { in get_envseg()
395 GET_UNALIGN16(&section.header_version)); in get_envseg()
410 GET_UNALIGN16(&segment.name), in get_envseg()
412 GET_UNALIGN16(&segment.offset), in get_envseg()
413 GET_UNALIGN16(&segment.length)); in get_envseg()
414 if (GET_UNALIGN16(&segment.name) == ENVSEG_NAME) in get_envseg()
425 envseglen = GET_UNALIGN16(&segment.length); in get_envseg()
430 if (lseek(fd, (long)GET_UNALIGN16(&segment.offset), 0) == -1L || in get_envseg()
H A Denvd.h217 #define GET_UNALIGN16(addr) \ macro
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c853 GET_UNALIGN16(&section.header_version[0]) != SECTION_HDR_VER) { in get_envseg()
858 GET_UNALIGN16(&section.header_version)); in get_envseg()
873 GET_UNALIGN16(&segment.name), in get_envseg()
875 GET_UNALIGN16(&segment.offset), in get_envseg()
876 GET_UNALIGN16(&segment.length)); in get_envseg()
878 if (GET_UNALIGN16(&segment.name) == ENVSEG_NAME) in get_envseg()
889 envseglen = GET_UNALIGN16(&segment.length); in get_envseg()
894 if (lseek(fd, (long)GET_UNALIGN16(&segment.offset), 0) == -1L || in get_envseg()
1080 offset = (uint_t)GET_UNALIGN16(&envsegp->sensors[i].offset); in process_fru_envseg()
1083 mapentries = GET_UNALIGN16(&datap->obs2exp_cnt); in process_fru_envseg()
H A Denvd.h51 #define GET_UNALIGN16(addr) \ macro
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c534 GET_UNALIGN16(&section.header_version[0]) != SECTION_HDR_VER) { in get_envseg()
539 GET_UNALIGN16(&section.header_version)); in get_envseg()
554 GET_UNALIGN16(&segment.name), in get_envseg()
556 GET_UNALIGN16(&segment.offset), in get_envseg()
557 GET_UNALIGN16(&segment.length)); in get_envseg()
558 if (GET_UNALIGN16(&segment.name) == ENVSEG_NAME) in get_envseg()
569 envseglen = GET_UNALIGN16(&segment.length); in get_envseg()
574 if (lseek(fd, (long)GET_UNALIGN16(&segment.offset), 0) == -1L || in get_envseg()
H A Denvd.h295 #define GET_UNALIGN16(addr) \ macro