Searched refs:sec_layout (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1232 section_layout_t sec_layout; local
1282 retval = pread(fd, &sec_layout, sizeof (sec_layout), offset);
1283 if (retval != sizeof (sec_layout)) {
1289 if (sec_layout.headertag != SECTION_HDR_TAG) {
1291 sec_layout.headertag = SECTION_HDR_TAG;
1292 sec_layout.headerversion[0] = SECTION_HDR_VER_BIT0;
1293 sec_layout.headerversion[1] = SECTION_HDR_VER_BIT1;
1294 sec_layout.headerlength = sizeof (sec_layout);
1504 section_layout_t *sec_layout; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1304 section_layout_t sec_layout; local
1354 retval = pread(fd, &sec_layout, sizeof (sec_layout), offset);
1355 if (retval != sizeof (sec_layout)) {
1361 if (sec_layout.headertag != SECTION_HDR_TAG) {
1363 sec_layout.headertag = SECTION_HDR_TAG;
1364 sec_layout.headerversion[0] = SECTION_HDR_VER_BIT0;
1365 sec_layout.headerversion[1] = SECTION_HDR_VER_BIT1;
1366 sec_layout.headerlength = sizeof (sec_layout);
1578 section_layout_t *sec_layout; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1665 section_layout_t sec_layout; local
1718 retval = pread_new(fd, &sec_layout, sizeof (sec_layout), offset,
1720 if (retval != sizeof (sec_layout)) {
1726 if (sec_layout.headertag != SECTION_HDR_TAG) {
1728 sec_layout.headertag = SECTION_HDR_TAG;
1729 sec_layout.headerversion[0] = SECTION_HDR_VER_BIT0;
1730 sec_layout.headerversion[1] = SECTION_HDR_VER_BIT1;
1731 sec_layout.headerlength = sizeof (sec_layout);
1872 section_layout_t *sec_layout; local
[all...]

Completed in 55 milliseconds