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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c331 sort_offsettbl(int segcnt, seg_info_t *offset_tbl) argument
339 if (offset_tbl[cntx].offset >
340 offset_tbl[cnty].offset) {
341 (void) memcpy(&tmp, &offset_tbl[cnty],
343 (void) memcpy(&offset_tbl[cnty],
344 &offset_tbl[cntx], sizeof (seg_info_t));
346 (void) memcpy(&offset_tbl[cntx], &tmp,
393 seg_info_t *offset_tbl)
400 if (!offset_tbl[cnt - 1].fixed) {
401 if (offset_tbl[cn
392 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, seg_info_t *offset_tbl) argument
430 build_offset_tbl(void *seghdr, int segcnt, int secsize, seg_info_t *offset_tbl) argument
465 hole_discovery(int bytes, int segcnt, int *totsize, seg_info_t *offset_tbl) argument
491 segment_hdr_present(int segoffset, int size, seg_info_t *offset_tbl) argument
511 seg_info_t *offset_tbl; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c330 sort_offsettbl(int segcnt, seg_info_t *offset_tbl) argument
338 if (offset_tbl[cntx].offset >
339 offset_tbl[cnty].offset) {
340 (void) memcpy(&tmp, &offset_tbl[cnty],
342 (void) memcpy(&offset_tbl[cnty],
343 &offset_tbl[cntx], sizeof (seg_info_t));
345 (void) memcpy(&offset_tbl[cntx], &tmp,
391 seg_info_t *offset_tbl)
398 if (!offset_tbl[cnt - 1].fixed) {
399 if (offset_tbl[cn
390 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, seg_info_t *offset_tbl) argument
426 build_offset_tbl(void *seghdr, int segcnt, int secsize, seg_info_t *offset_tbl) argument
461 hole_discovery(int bytes, int segcnt, int *totsize, seg_info_t *offset_tbl) argument
486 segment_hdr_present(int segoffset, int size, seg_info_t *offset_tbl) argument
506 seg_info_t *offset_tbl; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c969 sort_offsettbl(int segcnt, seg_info_t *offset_tbl) argument
977 if (offset_tbl[cntx].offset >
978 offset_tbl[cnty].offset) {
979 (void) memcpy(&tmp, &offset_tbl[cnty],
981 (void) memcpy(&offset_tbl[cnty],
982 &offset_tbl[cntx],
985 (void) memcpy(&offset_tbl[cntx], &tmp,
1042 seg_info_t *offset_tbl)
1049 if (!offset_tbl[cnt - 1].fixed) {
1050 if (offset_tbl[cn
1041 pack_segment_data(char *seghdr, int segcnt, container_hdl_t contfd, seg_info_t *offset_tbl) argument
1079 build_offset_tbl(void *seghdr, int segcnt, int secsize, seg_info_t *offset_tbl) argument
1114 hole_discovery(int bytes, int segcnt, int *totsize, seg_info_t *offset_tbl) argument
1140 segment_hdr_present(int segoffset, int size, seg_info_t *offset_tbl) argument
1160 seg_info_t *offset_tbl; local
[all...]

Completed in 52 milliseconds