Searched refs:sectors (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-10.0-release/tools/regression/geom_eli/
H A Dinit-i-P.t6 sectors=100
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
H A Donetime-d.t6 sectors=100
7 mdconfig -a -t malloc -s $sectors -u $no || exit 1
H A Dattach-d.t6 sectors=100
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
H A Dsetkey.t6 sectors=100
13 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
17 dd if=/dev/random of=${rnd} bs=512 count=${sectors} >/dev/null 2>&1
18 hash1=`dd if=${rnd} bs=512 count=${sectors} 2>/dev/null | md5`
28 dd if=${rnd} of=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null
30 hash2=`dd if=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null | md5`
56 hash3=`dd if=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null | md5`
74 hash4=`dd if=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null | md5`
100 hash5=`dd if=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null | md5`
126 hash6=`dd if=/dev/md${no}.eli bs=512 count=${sectors}
[all...]
H A Ddetach-l.t6 sectors=100
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
H A Dconfigure-b-B.t6 sectors=100
7 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
H A Dnokey.t6 sectors=100
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
H A Dreadonly.t6 sectors=100
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
H A Ddelkey.t6 sectors=100
11 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
H A Dinit-B.t6 sectors=100
14 mdconfig -a -t malloc -s $sectors -u $no || exit 1
H A Dinit-a.t6 sectors=100
30 mdconfig -a -t malloc -s `expr $secsize \* $sectors + 512`b -u $no || exit 1
H A Dinit.t6 sectors=100
29 mdconfig -a -t malloc -s `expr $secsize \* $sectors + 512`b -u $no || exit 1
H A Dkill.t6 sectors=100
9 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dwj.h40 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
48 #define wj_add_entry(vbus, vd, lba, sectors) 0
/freebsd-10.0-release/sys/dev/hptnr/
H A Dwj.h41 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
49 #define wj_add_entry(vbus, vd, lba, sectors) 0
/freebsd-10.0-release/tools/regression/geom/MdLoad/
H A DMdLoad.c56 LIST_ENTRY(sector) sectors;
65 LIST_HEAD(,sector) sectors;
80 if (LIST_EMPTY(&sc->sectors)) {
81 LIST_INSERT_HEAD(&sc->sectors, dsp, sectors);
85 LIST_FOREACH(dsp2, &sc->sectors, sectors) {
88 LIST_INSERT_BEFORE(dsp2, dsp, sectors);
92 LIST_INSERT_AFTER(dsp3, dsp, sectors);
212 LIST_INIT(&sc->sectors);
[all...]
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_mbr.c203 uint32_t start, size, sectors; local
208 sectors = basetable->gpt_sectors;
215 if (size < sectors)
217 if (start % sectors) {
218 size = size - sectors + (start % sectors);
219 start = start - (start % sectors) + sectors;
221 if (size % sectors)
222 size = size - (size % sectors);
339 uint32_t size, sectors; local
436 u_int sectors, heads; local
[all...]
H A Dg_part_ebr.c226 uint32_t start, size, sectors; local
233 sectors = basetable->gpt_sectors;
239 if (size < 2 * sectors)
241 if (start % sectors) {
242 size = size - sectors + (start % sectors);
243 start = start - (start % sectors) + sectors;
245 if (size % sectors)
246 size = size - (size % sectors);
[all...]
/freebsd-10.0-release/sbin/geom/misc/
H A Dsubr.h35 int g_parse_lba(const char *lbastr, unsigned int sectorsize, off_t *sectors);
/freebsd-10.0-release/sys/boot/common/
H A Dpart.h64 /* The offset and size are in sectors */
69 struct ptable *ptable_open(void *dev, off_t sectors, uint16_t sectorsize,
/freebsd-10.0-release/sys/dev/virtio/block/
H A Dvirtio_blk.h49 /* The capacity (in 512-byte sectors). */
59 uint8_t sectors; member in struct:virtio_blk_config::virtio_blk_geometry
/freebsd-10.0-release/sys/dev/mfi/
H A Dmfi_disk.c97 uint64_t sectors; local
111 sectors = ld_info->size;
144 "%juMB (%ju sectors) RAID volume (no label) is %s\n",
145 sectors / (1024 * 1024 / secsize), sectors, state);
148 "%juMB (%ju sectors) RAID volume '%s' is %s\n",
149 sectors / (1024 * 1024 / secsize), sectors,
164 sc->ld_disk->d_mediasize = sectors * secsize;
H A Dmfi_syspd.c101 uint64_t sectors; local
113 sectors = pd_info->raw_size;
125 device_printf(dev, "%juMB (%ju sectors) SYSPD volume (deviceid: %d)\n",
126 sectors / (1024 * 1024 / secsize), sectors, sc->pd_id);
138 sc->pd_disk->d_mediasize = sectors * secsize;
/freebsd-10.0-release/tools/regression/sbin/growfs/
H A Dregress.t63 my ($unallocated) = $out =~ m{\d+ sectors cannot be allocated};
79 my ($unallocated) = $out =~ m{\d+ sectors cannot be allocated};
/freebsd-10.0-release/sys/boot/i386/common/
H A Dedd.h61 uint64_t sectors; member in struct:edd_params

Completed in 93 milliseconds

123