Searched refs:seghdr (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 288 copy_segment_layout(segment_t *seghdr, void *layout) in copy_segment_layout() argument 293 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN); in copy_segment_layout() 294 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR; in copy_segment_layout() 295 seghdr->offset = seg_layout->offset; in copy_segment_layout() 296 seghdr->length = seg_layout->length; in copy_segment_layout() 359 move_segment_data(void *seghdr, int newoffset, container_hdl_t contfd) in move_segment_data() argument 365 segment = (segment_layout_t *)seghdr; in move_segment_data() 392 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, in pack_segment_data() argument 411 move_segment_data(seghdr, newoffset, in pack_segment_data() 430 build_offset_tbl(void *seghdr, int segcnt, int secsize, in build_offset_tbl() argument [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 287 copy_segment_layout(segment_t *seghdr, void *layout) in copy_segment_layout() argument 292 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN); in copy_segment_layout() 293 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR; in copy_segment_layout() 294 seghdr->offset = seg_layout->offset; in copy_segment_layout() 295 seghdr->length = seg_layout->length; in copy_segment_layout() 358 move_segment_data(void *seghdr, int newoffset, container_hdl_t contfd) in move_segment_data() argument 364 segment = (segment_layout_t *)seghdr; in move_segment_data() 390 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, in pack_segment_data() argument 408 move_segment_data(seghdr, newoffset, contfd); in pack_segment_data() 426 build_offset_tbl(void *seghdr, int segcnt, int secsize, in build_offset_tbl() argument [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 914 copy_segment_layout(segment_t *seghdr, void *layout) in copy_segment_layout() argument 919 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN); in copy_segment_layout() 920 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR; in copy_segment_layout() 921 seghdr->offset = seg_layout->offset; in copy_segment_layout() 922 seghdr->length = seg_layout->length; in copy_segment_layout() 998 move_segment_data(void *seghdr, int newoffset, container_hdl_t contfd) in move_segment_data() argument 1006 segment = (segment_layout_t *)seghdr; in move_segment_data() 1041 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, in pack_segment_data() argument 1060 move_segment_data(seghdr, newoffset, in pack_segment_data() 1079 build_offset_tbl(void *seghdr, int segcnt, int secsize, in build_offset_tbl() argument [all …]
|
/titanic_44/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 402 copy_segment_layout(segment_t *seghdr, void *layout) in copy_segment_layout() argument 407 (void) memcpy(seghdr->name, &seg_layout->name, SEG_NAME_LEN); in copy_segment_layout() 408 seghdr->descriptor = GET_SEGMENT_DESCRIPTOR; in copy_segment_layout() 409 seghdr->offset = BE_16(seg_layout->offset); in copy_segment_layout() 410 seghdr->length = BE_16(seg_layout->length); in copy_segment_layout()
|