Home
last modified time | relevance | path

Searched refs:holes (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/holes/
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/holes
25 FILES = holes.shlib
H A Dholes_sanity.ksh31 . $STF_SUITE/tests/functional/holes/holes.shlib
H A Dholes.shlib17 # hole_blks The expected number of holes.
/titanic_41/usr/src/test/zfs-tests/tests/functional/
H A DMakefile36 holes \
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c417 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id) in vdev_is_hole() argument
419 for (int c = 0; c < holes; c++) { in vdev_is_hole()
450 uint_t holes; in get_configs() local
506 holes = 0; in get_configs()
520 &holes) == 0) { in get_configs()
523 hole_array, holes) == 0); in get_configs()
645 if (holes > 0) { in get_configs()
652 !vdev_is_hole(hole_array, holes, c)) in get_configs()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c2509 size_t blocksize, data_in_t *data_in_info, holes_info_t *holes) in data_copy_with_holes() argument
2525 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in data_copy_with_holes()
2618 read_holesdata(holes_info_t *holes, off_t *fileszp, in read_holesdata() argument
2625 holesdata_sz = holes->holesdata_sz - MIN_HOLES_HDRSIZE; in read_holesdata()
2647 if (parse_holesdata(holes, holesdata) != 0) in read_holesdata()
2651 if (*fileszp != holes->data_size) in read_holesdata()
2895 holes_info_t *holes, int *hole_changed) in read_compress_holes() argument
2900 holes_list_t *hl = holes->holes_list; in read_compress_holes()
2903 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in read_compress_holes()
2976 holes_info_t *holes = NULL; in data_out() local
[all …]
/titanic_41/usr/src/test/zfs-tests/runfiles/
H A Ddelphix.run355 [/opt/zfs-tests/tests/functional/holes]
H A Domnios.run354 [/opt/zfs-tests/tests/functional/holes]
H A Dopenindiana.run354 [/opt/zfs-tests/tests/functional/holes]
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.mf99 dir path=opt/zfs-tests/tests/functional/holes
1710 file path=opt/zfs-tests/tests/functional/holes/cleanup mode=0555
1711 file path=opt/zfs-tests/tests/functional/holes/holes.shlib mode=0555
1712 file path=opt/zfs-tests/tests/functional/holes/holes_sanity mode=0555
1713 file path=opt/zfs-tests/tests/functional/holes/setup mode=0555
/titanic_41/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen20 o Strong authentication. Closes several security holes (e.g., IP,
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth500 \ block read that check for holes, gangs, compression, etc
/titanic_41/usr/src/lib/libshell/common/
H A Dsh.memo2949 These security holes occur primarily because a user can manipulate the
3008 To close up this and other security holes,
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog4758 Ignore any memory holes when passing the maximum memory address
4767 maximum available address, ignoring any memory holes.