HomeSort by: relevance | last modified time | path
    Searched defs:bestf (Results 1 - 3 of 3) 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;

Completed in 14 milliseconds