/illumos-gate/usr/src/grub/grub-0.97/stage1/ |
H A D | stage1.S | 73 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 D | fat.h | 49 __u16 heads; /* number of heads */ member in struct:fat_bpb
|
H A D | bios.c | 37 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 D | shared.h | 699 /* The number of heads */ 700 unsigned long heads; member in struct:geometry
|
/illumos-gate/usr/src/uts/sun/sys/dada/impl/ |
H A D | commands.h | 64 uchar_t heads; member in struct:dcd_capacity
|
/illumos-gate/usr/src/boot/sys/boot/i386/common/ |
H A D | edd.h | 59 uint32_t heads; member in struct:edd_params
|
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 52 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 D | pcfs_bpb.h | 105 uint16_t heads; member in struct:_orig_bios_param_blk
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs_pcfs.h | 106 uint16_t heads; member in struct:_orig_bios_param_blk
|
/illumos-gate/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.c | 1031 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 D | dad_mode.h | 181 uchar_t heads; /* number of heads */ member in struct:mode_geometry
|
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | ixp425_board.c | 228 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 D | part.c | 550 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 D | cpqary3_scsi.h | 161 uint8_t heads; member in struct:Identify_Logical_Drive
|
H A D | cpqary3.h | 216 uint8_t heads; member in struct:cpqary3_target::__anon5231::__anon5233
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | dosfs.c | 80 u_char heads[2]; /* drive heads */ member in struct:__anon56
|
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.c | 2173 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 D | fdisk.c | 97 * 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...] |