Searched defs:heads (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S73 heads: label
255 /* save number of heads */
292 divl 4(%si) /* divide by number of heads */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfat.h49 __u16 heads; /* number of heads */ member in struct:fat_bpb
H A Dbios.c37 unsigned long *heads,
42 unsigned long *heads,
105 * geometry->heads
120 head_offset = head % geometry->heads;
121 cylinder_offset = head / geometry->heads;
152 unsigned char heads;
167 geometry->heads = 1;
179 geometry->heads = cdrp.heads;
183 * geometry->heads
150 unsigned char heads; member in struct:iso_spec_packet
255 unsigned long heads; member in struct:drive_parameters
[all...]
H A Dshared.h699 /* The number of heads */
700 unsigned long heads; member in struct:geometry
/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dcommands.h64 uchar_t heads; member in struct:dcd_capacity
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dedd.h59 uint32_t heads; member in struct:edd_params
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c52 unsigned char heads; member in struct:hd_geometry
169 geom->heads = hdg.heads;
198 geom->heads = tmp;
200 geom->heads = 1;
202 geom->heads = 16;
204 geom->heads = 255;
207 / geom->heads
222 geom->heads = hdg.d_ntracks;
237 geom->heads
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h105 uint16_t heads; member in struct:_orig_bios_param_blk
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h106 uint16_t heads; member in struct:_orig_bios_param_blk
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1031 uint32_t heads = epp->disk_geom.virt_heads; local
1034 if (lba >= heads * sectors * MAX_CYL) {
1043 cy = lba / sectors / heads;
1044 hd = lba / sectors % heads;
1057 if (lba >= heads * sectors * MAX_CYL) {
1062 cy = lba / sectors / heads;
1063 hd = lba / sectors % heads;
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Ddad_mode.h181 uchar_t heads; /* number of heads */ member in struct:mode_geometry
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c228 u_int8_t heads; member in struct:__anon122
615 dskinf.heads = dskinf.ata_params.heads;
619 (u_int32_t)dskinf.ata_params.heads,
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c550 uint16_t sum, heads, sectors; local
577 heads = be16toh(dl->nheads);
578 if (sectors * heads == 0) {
591 entry->part.start = be32toh(dl->map[i].cyl) * heads * sectors;
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.h161 uint8_t heads; member in struct:Identify_Logical_Drive
H A Dcpqary3.h216 uint8_t heads; member in struct:cpqary3_target::__anon5231::__anon5233
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c80 u_char heads[2]; /* drive heads */ member in struct:__anon56
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c2173 yge_handle_events(yge_dev_t *dev, mblk_t **heads, mblk_t **tails, int *txindex) argument
2217 if (heads[pnum] == NULL)
2218 heads[pnum] = mp;
2265 mblk_t *heads[2], *tails[2]; local
2271 heads[0] = heads[1] = NULL;
2323 while (yge_handle_events(dev, heads, tails, txindex))
2344 if (heads[0])
2345 mac_rx(port1->p_mh, NULL, heads[0]);
2347 if (heads[
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c97 * HEAD range [ 0 .. MAX_HEAD ], so number of heads is (MAX_HEAD + 1)
207 " NHEADS number of heads\n"
328 static diskaddr_t chs_capacity; /* Numcyl_usable * heads * sectors */
335 static int heads; /* number of heads */ variable
341 static int hba_heads; /* number of heads */
995 heads = disk_geom.dkg_nhead;
1024 hba_Numcyl = (Numcyl * heads * sectors) /
1031 " cylinders[%d] heads[%d] sectors[%d]\n"
1034 heads,
[all...]

Completed in 101 milliseconds