Home
last modified time | relevance | path

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

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