Searched refs:bestf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dalloc.c125 struct ml *f, *bestf; local
147 bestf = f;
148 failed = (bestf == NULL);
151 bestf = NULL; /* XXXGCC: -Wuninitialized */
160 bestf = f;
191 f = bestf;
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dalloc.c125 struct ml *f, *bestf; local
147 bestf = f;
148 failed = (bestf == NULL);
151 bestf = NULL; /* XXXGCC: -Wuninitialized */
160 bestf = f;
191 f = bestf;
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dalloc.c124 struct ml *f, *bestf; local
146 bestf = f;
147 failed = (bestf == NULL);
150 bestf = NULL; /* XXXGCC: -Wuninitialized */
159 bestf = f;
190 f = bestf;
/netbsd-current/sys/lib/libsa/
H A Dalloc.c166 struct fl **f = &freelist, **bestf = NULL; local
179 bestf = f;
209 f = bestf;

Completed in 217 milliseconds