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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c1034 uint_t offset, length, mapentries; local
1083 mapentries = GET_UNALIGN16(&datap->obs2exp_cnt);
1085 mapentries * sizeof (envseg_map_t);
1091 mapentries, length);
1120 for (i = 0; i < mapentries; i++) {
1156 if (mapentries > 0) {
1161 map = (tempr_map_t *)malloc(mapentries *
1171 for (i = 0, cnt = 0; i < mapentries; i++) {

Completed in 290 milliseconds