Searched defs:fr_start (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c71 u_longlong_t fr_start; /* Start of free space */ member in struct:__anon1285
172 freeidx->fr_start = 0;
174 if (part->p_start <= freeidx->fr_start)
175 freeidx->fr_start += part->p_size;
177 freeidx->fr_size = part->p_start - freeidx->fr_start;
178 (++freeidx)->fr_start = part->p_start + part->p_size;
180 if (freeidx->fr_start < fullsize) {
181 freeidx->fr_size = fullsize - freeidx->fr_start;
184 freeidx->fr_start = freeidx->fr_size = 0;
213 freeidx->fr_start
[all...]

Completed in 58 milliseconds