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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c841 inpsort = (struct inoinfo **)realloc((void *)inpsort,
843 if (inpsort == NULL)
846 inpsort[inplast++] = inp;
880 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
884 free((void *)inpsort);
885 inphead = inpsort = NULL;
H A Dpass3.c62 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
155 * to it in the inpsort array. This is better than in the
H A Dpass2.c136 qsort((void *)inpsort, (size_t)inplast, sizeof (*inpsort), blksort);
144 inpend = &inpsort[inplast];
145 for (inpp = inpsort; inpp < inpend; inpp++) {
234 for (inpp = inpsort; inpp < inpend; inpp++) {
239 * There are only directories in inpsort[], so only
H A Dsetup.c883 inpsort = (struct inoinfo **)calloc((unsigned)listmax,
887 if (inpsort == NULL || inphead == NULL) {
1036 if (inpsort != NULL)
1037 free(inpsort);
H A Dfsck.h246 struct inoinfo **inphead, **inpsort; variable in typeref:struct:
H A Ddir.c81 inpend = &inpsort[inplast];
84 for (inpp = inpsort; inpp < inpend; inpp++) {

Completed in 80 milliseconds