HomeSort by: relevance | last modified time | path
    Searched refs:bestf (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 124 struct ml *f, *bestf; local in function:alloc
146 bestf = f;
147 failed = (bestf == NULL);
150 bestf = NULL; /* XXXGCC: -Wuninitialized */
159 bestf = f;
190 f = bestf;
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 125 struct ml *f, *bestf; local in function:alloc
147 bestf = f;
148 failed = (bestf == NULL);
151 bestf = NULL; /* XXXGCC: -Wuninitialized */
160 bestf = f;
191 f = bestf;
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 125 struct ml *f, *bestf; local in function:alloc
147 bestf = f;
148 failed = (bestf == NULL);
151 bestf = NULL; /* XXXGCC: -Wuninitialized */
160 bestf = f;
191 f = bestf;
  /src/sys/lib/libsa/
alloc.c 166 struct fl **f = &freelist, **bestf = NULL;
179 bestf = f;
209 f = bestf;

Completed in 13 milliseconds