section_layout_t
section_layout_t section;
section_layout_t section;
section_layout_t sec_layout;
offset + sizeof (section_layout_t));
crcbuf = alloca(sizeof (section_layout_t) + bufsize);
(void) memcpy(crcbuf, (char *)&sec_layout, sizeof (section_layout_t));
(void) memcpy(crcbuf + sizeof (section_layout_t), segment_buf, bufsize);
sizeof (section_layout_t));
retval = pwrite(fd, &sec_layout, sizeof (section_layout_t), offset);
if (retval != sizeof (section_layout_t)) {
sizeof (section_layout_t));
section_layout_t *sec_layout;
sec_layout = alloca(sizeof (section_layout_t));
retval = pread(fd, sec_layout, sizeof (section_layout_t),
if (retval != sizeof (section_layout_t)) {
sec_hash->u.sec_obj->section.offset + sizeof (section_layout_t));
(void) memcpy(buffer, sec_layout, sizeof (section_layout_t));
(void) memcpy(buffer + sizeof (section_layout_t), seg_buf, bufsize -
retval = pwrite(fd, sec_layout, sizeof (section_layout_t),
if (retval != sizeof (section_layout_t)) {
sec_hash->u.sec_obj->section.offset + sizeof (section_layout_t));
offset_tbl[cnt].offset = sizeof (section_layout_t) +
newoffset = sizeof (section_layout_t) + segcnt *
section_layout_t sec_hdr;
section_layout_t section;
section_layout_t sec_hdr;