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

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c65 enum { DATA, HOLE, END } type; enumerator in enum:sparse::__anon21
133 if (s->type == HOLE) {
183 { HOLE, 1024 }, { DATA, 10240 },
222 * through lseek(HOLE) on ZFS. (UFS does not support yet)
239 { HOLE, 1024 }, { DATA, 10240 },
263 * Other system may do not have the API such as lseek(HOLE),
299 if (s->type == HOLE) {
356 assert(sparse->type == HOLE);
368 if (assert(sparse->type == HOLE)) {
378 if (sparse->type == HOLE) {
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l79 hole { DP; return HOLE; }
H A Dparse.y91 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF
302 HOLE { $$ = HAST_COMPRESSION_HOLE; }
/freebsd-11-stable/lib/libnetgraph/
H A Ddebug.c153 COOKIE(HOLE),

Completed in 148 milliseconds