Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c1032 uint_t offset, length, mapentries; in process_fru_envseg() local
1081 mapentries = GET_UNALIGN16(&datap->obs2exp_cnt); in process_fru_envseg()
1083 mapentries * sizeof (envseg_map_t); in process_fru_envseg()
1089 mapentries, length); in process_fru_envseg()
1118 for (i = 0; i < mapentries; i++) { in process_fru_envseg()
1154 if (mapentries > 0) { in process_fru_envseg()
1159 map = (tempr_map_t *)malloc(mapentries * in process_fru_envseg()
1169 for (i = 0, cnt = 0; i < mapentries; i++) { in process_fru_envseg()