Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c64 struct sparse { struct
69 static void create_sparse_file(const char *, const struct sparse *); argument
326 const struct sparse *sparse, int expected_holes) in verify_sparse_file()
450 const struct sparse *sparse, int blocks, int preopen) in verify_sparse_file2()
H A Dtest_write_disk_sparse.c35 verify_write_data(struct archive *a, int sparse) in verify_write_data()
132 verify_write_data_block(struct archive *a, int sparse) in verify_write_data_block()
/freebsd-12.1/bin/dd/
H A Ddd.c518 int sparse; in dd_out() local
/freebsd-12.1/contrib/libarchive/tar/
H A Dwrite.c749 int64_t sparse = offset - progress; in copy_file_data_block() local
/freebsd-12.1/sbin/savecore/
H A Dsavecore.c389 DoRegularFile(int fd, off_t dumpsize, u_int sectorsize, bool sparse, char *buf, in DoRegularFile()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c101 struct gnu_sparse sparse[4]; member
2308 struct gnu_sparse sparse[21]; in gnu_sparse_old_read() member
2342 const struct gnu_sparse *sparse, int length) in gnu_sparse_old_parse()
/freebsd-12.1/usr.sbin/makefs/
H A Dmakefs.h162 int sparse; /* sparse image, don't fill it with zeros */ member
/freebsd-12.1/sys/dev/evdev/
H A Devdev.c840 enum evdev_sparse_result sparse; in evdev_send_event() local
/freebsd-12.1/stand/libsa/
H A Dpkgfs.c98 } sparse[4]; member
/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c214 void FIO_setSparseWrite(unsigned sparse) { g_sparseFileSupport=sparse; } in FIO_setSparseWrite()