| /src/games/backgammon/backgammon/ |
| move.c | 94 static struct BOARD *nextfree(void); 256 now = nextfree(); /* get free BOARD */ 359 nextfree(void) function
|
| /src/sys/ufs/lfs/ |
| lfs_alloc.c | 399 ino_t nextfree = 0, maxino, count; /* XXX: gcc */ local 411 nextfree = lfs_if_getnextfree(fs, ifp); 413 if (nextfree == ino || 414 nextfree == LFS_UNUSED_INUM) 417 thisino = nextfree; 427 if (nextfree == LFS_UNUSED_INUM) { 445 /* Clear nextfree, note daddr, and set generation number */ 664 ino_t nextfree; local 667 LFS_GET_HEADFREE(fs, cip, cbp, &nextfree); 668 lfs_if_setnextfree(fs, ifp, nextfree); 935 ino_t nextfree; local 1020 ino_t i, headino, maxino, thisino, tailino, nextfree; local [all...] |
| /src/sbin/fsck_lfs/ |
| pass6.c | 210 ino_t nextfree; local 225 LFS_GET_HEADFREE(fs, cip, cbp, &nextfree); 226 lfs_if_setnextfree(fs, ifp, nextfree); 470 ino_t ino, nextfree, oldhead; local 488 nextfree = lfs_if_getnextfree(fs, ifp); 495 LFS_PUT_HEADFREE(fs, cip, cbp, nextfree); 497 if (nextfree == 0) { 507 lfs_if_setnextfree(fs, ifp, nextfree); 509 if (nextfree == 0)
|
| /src/usr.sbin/dumplfs/ |
| dumplfs.c | 131 ino_t nextfree; local 135 nextfree = lfs_if_getnextfree(lfsp, ip); 139 (uintmax_t)nextfree); 143 nextfree == LFS_ORPHAN_NEXTFREE(lfsp) ? "orphan" : "-");
|