Searched refs:heads (Results 1 - 25 of 61) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/test/
H A Dbiosdisk_user.h38 int spt, heads, cyls; member in struct:emuldisktabentry
H A Dbiosdisk_user.c84 retval |= emuldisktab[i].heads - 1;
97 if (lseek(fd, ((cyl * emuldisktab[currentdte].heads + head)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dincpath.c62 /* Include chains heads and tails. */
63 static struct cpp_dir *heads[4]; variable in typeref:struct:cpp_dir
295 for (p = heads[chain]; p != NULL; p = p->next)
324 if (heads[SYSTEM])
325 tails[SYSTEM]->next = heads[AFTER];
327 heads[SYSTEM] = heads[AFTER];
328 heads[SYSTEM] = remove_duplicates (pfile, heads[SYSTEM], 0, 0, verbose);
332 heads[BRACKE
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-incpath.c56 /* Include chains heads and tails. */
57 static struct cpp_dir *heads[4]; variable in typeref:struct:cpp_dir
265 if (heads[SYSTEM])
266 tails[SYSTEM]->next = heads[AFTER];
268 heads[SYSTEM] = heads[AFTER];
269 heads[SYSTEM] = remove_duplicates (pfile, heads[SYSTEM], 0, 0, verbose);
273 heads[BRACKET] = remove_duplicates (pfile, heads[BRACKE
[all...]
H A Dpredict.c1214 apply_return_prediction (int *heads)
1261 predict_paths_leading_to (PHI_ARG_EDGE (phi, i)->src, heads, pred,
1274 int *heads;
1276 heads = xmalloc (sizeof (int) * last_basic_block);
1277 memset (heads, -1, sizeof (int) * last_basic_block);
1278 heads[ENTRY_BLOCK_PTR->next_bb->index] = last_basic_block;
1280 apply_return_prediction (heads);
1301 predict_paths_leading_to (bb, heads, PRED_NORETURN,
1310 free (heads);
1501 predict_paths_leading_to (basic_block bb, int *heads, enu
1211 apply_return_prediction(int *heads) argument
1271 int *heads; local
1496 predict_paths_leading_to(basic_block bb, int *heads, enum br_predictor pred, enum prediction taken) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Ddisksubr_acorn.c185 int heads; local
234 heads = bb->heads;
240 /* printf("heads = %d nsectors = %d\n", heads, sectors);*/
241 netbsdpartoff = cyl * heads * sectors;
253 bp->b_blkno = cyl * heads * sectors;
318 int heads; local
374 heads = bb->heads;
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_hdio.h75 u_char heads; member in struct:linux_hd_geometry
82 u_char heads; member in struct:linux_hd_big_geometry
H A Dlinux_hdio.c118 hdg.heads = labp->d_ntracks;
136 hdg_big.heads = labp->d_ntracks;
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Dedvar.h58 u_int8_t heads; member in struct:ed_softc
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dsdvar.h78 u_long heads; /* number of heads */ member in struct:sd_softc::disk_parms
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfdvar.h40 int heads; /* number of heads */ member in struct:fd_type
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mbr.en88 and number of heads (maximum 256) that the BIOS uses to access the disk.
95 The physical geometry is %d cylinders %d sectors %d heads\n}
99 geometry is %d cylinders %d sectors %d heads\n}
102 {real geom: %d cyl, %d heads, %d sec (NB: for comparison only)\n}
105 {BIOS geom: %d cyl, %d heads, %d sec\n}
/netbsd-6-1-5-RELEASE/sys/fs/filecorefs/
H A Dfilecore.h104 unsigned heads:8; /* number of heads */ member in struct:filecore_disc_record
/netbsd-6-1-5-RELEASE/sys/sys/
H A Ddisklabel_acorn.h72 uint8_t heads; member in struct:filecore_bootblock
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dsd.c188 dp->heads = 64;
190 dp->cyls = blocks / (dp->heads * dp->sectors);
331 dp->heads = pages->rigid_geometry.nheads;
333 if (dp->heads == 0 || dp->cyls == 0)
335 dp->sectors = dp->disksize / (dp->heads * dp->cyls); /* XXX */
395 dp->heads = pages->flex_geometry.nheads;
398 if (dp->heads == 0 || dp->cyls == 0 || dp->sectors == 0)
453 dp->heads = 64;
472 lp->d_ntracks = sd->sc_params.heads;
H A Dsdvar.h140 u_long heads; /* number of heads */ member in struct:sd_softc::disk_parms
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/i386/
H A Dmsg.md.en85 {BIOS # cylinders heads sectors total sectors GB
105 { BIOS # cylinders heads sectors total sectors GB
116 should not be changed (the values for cylinders, heads and sectors are
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Diwm_fdvar.h80 short heads; /* # of heads the drive has */ member in struct:fdInfo
H A Diwm_fd.c476 fd->currentType->heads);
1068 remap_geometry(bp->b_blkno, fd->currentType->heads,
1231 fd->currentType->heads, &fd->pos);
1628 * YES: Subtract (number of first sector of current zone times heads)
1635 remap_geometry(daddr_t block, int heads, diskPosition_t *loc) argument
1645 if (block >= heads * (diskZones[zone].lastBlock + 1)) {
1651 block -= heads * diskZones[zone].firstBlock;
1652 loc->track += block / (spt * heads);
1654 loc->side = (block % (spt * heads)) / spt;
1715 lp->d_ntracks = fd->currentType->heads;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/lib/
H A Driscospart.c164 bb->heads * bb->secspertrack + LABELSECTOR;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-3.c10 struct bitmap_head_def *heads; member in struct:bitmap_obstack
H A D20090113-2.c9 struct bitmap_head_def *heads; member in struct:bitmap_obstack
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A DATA_media.c57 long heads; member in struct:ATA_info
471 a->info.heads = 0;
477 a->info.heads = info.cur_heads;
652 head = cyl % info->heads;
653 cyl = cyl / info->heads;
706 head = cyl % info->heads;
707 cyl = cyl / info->heads;
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c826 u_char heads, sectors; local
960 heads = bip->bi_head;
963 biostotal = heads * sectors * cylinders;
967 cylinders = realtotal / (heads * sectors);
969 heads = labp->d_ntracks;
975 hdg.heads = heads;
982 hdg_big.heads = heads;
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/acorn32/
H A Dmd.c113 fcbb->heads * fcbb->secspertrack;

Completed in 467 milliseconds

123