Home
last modified time | relevance | path

Searched refs:cyl (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_011_neg.ksh85 cyl=$(get_endslice $DISK0 6)
86 log_must set_partition 7 "$cyl" $SIZE1 $DISK0
/f-stack/freebsd/sys/
H A Dfdcio.h46 int cyl, head; member
113 u_char cyl; /* C - 0...79 */ member
/f-stack/freebsd/sys/disk/
H A Dvtoc.h97 uint32_t cyl; member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib969 unit cyl print | head -3 | tail -1 | \
974 mkpart part$slicenum ${start}cyl ${end}cyl
1081 # Get the end cyl of the given slice
1093 endcyl=$(parted -s $DEV_DSKDIR/$disk -- unit cyl print | \
1096 sed 's,cyl,,')
1142 typeset cyl
1152 log_must set_partition $i "$cyl" $slice_size $disk_name
1153 cyl=$(get_endslice $disk_name $i)