HomeSort by: relevance | last modified time | path
    Searched defs:FOUND (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libcurses/
setterm.c 273 #define FOUND 4
304 seq=FOUND;
317 /* Found a '0' */
318 case FOUND:
  /src/sbin/fsck_lfs/
fsck.h 80 #define DFOUND 04 /* directory found during descent */
116 * found. The second part of the list (from muldup to the end)
117 * contains duplicate blocks that have been found more than once.
118 * To check if a block has been found as a duplicate it is only
120 * total number of times that a block has been found as a duplicate
123 * w (found twice), x (found once), y (found three times), and z
124 * (found once) are duplicate block numbers:
172 #define FOUND 0x1
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 121 FOUND
  /src/sbin/fsck_ext2fs/
fsck.h 72 #define DFOUND 04 /* directory found during descent */
143 * found. The second part of the list (from muldup to the end)
144 * contains duplicate blocks that have been found more than once.
145 * To check if a block has been found as a duplicate it is only
147 * total number of times that a block has been found as a duplicate
150 * w (found twice), x (found once), y (found three times), and z
151 * (found once) are duplicate block numbers:
213 extern ino_t lfdir; /* lost & found directory inode number *
    [all...]
  /src/sys/ufs/lfs/
ulfs_lookup.c 100 * look for name in cache, if found, then if at end of path
102 * search for name in directory, to found or notfound
106 * found:
130 FOUND, /* found a slot (or no need to search) */
221 slotstatus = FOUND;
251 if (slotstatus != FOUND) {
344 * If an appropriate sized slot has not yet been found,
349 if (slotstatus != FOUND) {
356 slotstatus = FOUND;
    [all...]
  /src/sys/ufs/ufs/
ufs_lookup.c 100 FOUND, /* found a slot (or no need to search) */
122 slot->status = FOUND;
131 if (slot->status == FOUND)
150 slot->status = FOUND;
160 slot->status = FOUND;
177 * that the new slot belongs at the end of the directory. If we found a slot,
309 * look for name in cache, if found, then if at end of path
311 * search for name in directory, to found or notfound
315 * found
    [all...]
  /src/sbin/fsck_ffs/
fsck.h 75 * is found during the descent in passes 2, 3, and 4 the count is
82 short ino_linkcnt; /* number of links not found */
90 #define DFOUND 04 /* directory found during descent */
211 * found. The second part of the list (from muldup to the end)
212 * contains duplicate blocks that have been found more than once.
213 * To check if a block has been found as a duplicate it is only
215 * total number of times that a block has been found as a duplicate
218 * w (found twice), x (found once), y (found three times), and
    [all...]

Completed in 151 milliseconds