Home
last modified time | relevance | path

Searched refs:sp_seg_body (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcvrt_spd_data.c31 static uchar_t sp_seg_body[] = SP_DATA; variable
110 *sp_seg_ptr = malloc(sizeof (sp_seg_body)); in cvrt_dim_data()
116 (void) memcpy(*sp_seg_ptr, sp_seg_body, sizeof (sp_seg_body)); in cvrt_dim_data()
204 sum = compute_crc32(*sp_seg_ptr, sizeof (sp_seg_body) - 5); in cvrt_dim_data()
206 (*sp_seg_ptr + sizeof (sp_seg_body) - 4)[c] = in cvrt_dim_data()
209 *sp_seg_len = sizeof (sp_seg_body); in cvrt_dim_data()