Searched refs:seghdr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c288 copy_segment_layout(segment_t *seghdr, void *layout) argument
293 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN);
294 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR;
295 seghdr->offset = seg_layout->offset;
296 seghdr->length = seg_layout->length;
359 move_segment_data(void *seghdr, int newoffset, container_hdl_t contfd) argument
365 segment = (segment_layout_t *)seghdr;
392 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, argument
411 move_segment_data(seghdr, newoffset,
430 build_offset_tbl(void *seghdr, in argument
505 find_offset(char *seghdr, int segcnt, int secsize, int *sectionoffset, int segsize, int fix, container_hdl_t contfd) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c287 copy_segment_layout(segment_t *seghdr, void *layout) argument
292 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN);
293 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR;
294 seghdr->offset = seg_layout->offset;
295 seghdr->length = seg_layout->length;
358 move_segment_data(void *seghdr, int newoffset, container_hdl_t contfd) argument
364 segment = (segment_layout_t *)seghdr;
390 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, argument
408 move_segment_data(seghdr, newoffset, contfd);
426 build_offset_tbl(void *seghdr, in argument
500 find_offset(char *seghdr, int segcnt, int secsize, int *sectionoffset, int segsize, int fix, container_hdl_t contfd) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c914 copy_segment_layout(segment_t *seghdr, void *layout) argument
919 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN);
920 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR;
921 seghdr->offset = seg_layout->offset;
922 seghdr->length = seg_layout->length;
998 move_segment_data(void *seghdr, int newoffset, container_hdl_t contfd) argument
1006 segment = (segment_layout_t *)seghdr;
1041 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, argument
1060 move_segment_data(seghdr, newoffset,
1079 build_offset_tbl(void *seghdr, in argument
1154 find_offset(char *seghdr, int segcnt, int secsize, int *sectionoffset, int segsize, int fix, container_hdl_t contfd) argument
[all...]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c402 copy_segment_layout(segment_t *seghdr, void *layout) argument
407 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN);
408 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR;
409 seghdr->offset = BE_16(seg_layout->offset);
410 seghdr->length = BE_16(seg_layout->length);

Completed in 72 milliseconds