HomeSort by: relevance | last modified time | path
    Searched refs:HOLE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_sparse_basic.c 64 enum { DATA, HOLE, END } type;
72 * as a hole. */
135 if (s->type == HOLE) {
175 * FIEMAP, which can detect 'hole' of a sparse file, has
183 /* This hole size is too small to create a sparse
185 { HOLE, 1024 }, { DATA, 10240 },
223 * FreeBSD and Solaris can detect 'hole' of a sparse file
224 * through lseek(HOLE) on ZFS. (UFS does not support yet)
239 /* This hole size is too small to create a sparse
241 { HOLE, 1024 }, { DATA, 10240 }
    [all...]
  /src/sys/arch/x68k/include/
kbio.h 52 u_short kio_entry; /* HOLE if not present */
80 #define HOLE 0x302 /* value for kio_entry to say `really type 3' */
  /src/sys/arch/alpha/include/
kbio.h 71 u_char kio_entry; /* HOLE if not present */
78 u_short kio_entry; /* HOLE if not present */
94 #define HOLE 0x302 /* value for kio_entry to say `really type 3' */
  /src/sys/dev/sun/
kbio.h 74 u_char kio_entry; /* 0xA2 (HOLE) if not present */
100 #define HOLE 0x302 /* value for kio_entry to say `really type 3' */
  /src/games/trek/
nova.c 50 ** into a black hole. Any (yummy) it may go supernova.
79 Sect[x][y] = HOLE;
94 case HOLE:
initquad.c 125 Sect[rx][ry] = HOLE;
move.c 204 /* test for a black hole */
205 if (Sect[ix][iy] == HOLE) {
torped.c 164 case HOLE:
166 "hole\n");
trek.h 97 #define HOLE ' '

Completed in 18 milliseconds