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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c98 static int freeidx; /* index of free blocks in flist % FREESIZE */ variable
206 freeidx = (freeidx + FREESIZE - 1) &
208 flist[freeidx] = Lfree = NULL;
214 freeidx = (freeidx + FREESIZE - 1) &
216 flist[freeidx] = Lfree = NULL;
887 for (i = 0; i < freeidx; i++)
891 if (flist[freeidx] != NULL)
892 realfree(flist[freeidx]);
[all...]
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c152 freemap_t *freeidx; local
171 freeidx = freemap;
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
196 freemap_t *freeidx; local
434 freemap_t *freeidx; local
454 freemap_t *freeidx; local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2238 uint_t freeidx; local
2255 freeidx = omo->mo_count;
2275 vfs_copyopt(&imo->mo_list[i], &motbl[freeidx++]);

Completed in 183 milliseconds