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

  /src/sbin/cgdconfig/
cgdconfig.c 1208 off_t vdev_size; local in function:verify_zfs
1211 if (prog_ioctl(fd, DIOCGMEDIASIZE, &vdev_size) == -1) {
1220 vdev_size - (VDEV_LABELS - i) * sizeof(vdev_label_t))
cgdconfig.c 1208 off_t vdev_size; local in function:verify_zfs
1211 if (prog_ioctl(fd, DIOCGMEDIASIZE, &vdev_size) == -1) {
1220 vdev_size - (VDEV_LABELS - i) * sizeof(vdev_label_t))
cgdconfig.c 1208 off_t vdev_size; local in function:verify_zfs
1211 if (prog_ioctl(fd, DIOCGMEDIASIZE, &vdev_size) == -1) {
1220 vdev_size - (VDEV_LABELS - i) * sizeof(vdev_label_t))

Completed in 37 milliseconds