HomeSort by: relevance | last modified time | path
    Searched refs:heads (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /src/sys/arch/i386/stand/lib/test/
biosdisk_user.h 38 int spt, heads, cyls; member in struct:emuldisktabentry
biosdisk_user.c 84 retval |= emuldisktab[i].heads - 1;
97 if (lseek(fd, ((cyl * emuldisktab[currentdte].heads + head)
  /src/external/gpl3/gcc/dist/gcc/
incpath.cc 62 /* Include chains heads and tails. */
63 static struct cpp_dir *heads[INC_MAX]; variable in typeref:struct:cpp_dir
331 for (p = heads[chain]; p != NULL; p = p->next)
367 if (heads[INC_SYSTEM])
368 tails[INC_SYSTEM]->next = heads[INC_AFTER];
370 heads[INC_SYSTEM] = heads[INC_AFTER];
371 heads[INC_SYSTEM]
372 = remove_duplicates (pfile, heads[INC_SYSTEM], 0, 0, verbose);
376 heads[INC_BRACKET
    [all...]
regrename.h 88 class du_head *heads[MAX_REGS_PER_ADDRESS]; member in struct:operand_rr_info
  /src/external/gpl3/gcc.old/dist/gcc/
incpath.cc 62 /* Include chains heads and tails. */
63 static struct cpp_dir *heads[INC_MAX]; variable in typeref:struct:cpp_dir
331 for (p = heads[chain]; p != NULL; p = p->next)
367 if (heads[INC_SYSTEM])
368 tails[INC_SYSTEM]->next = heads[INC_AFTER];
370 heads[INC_SYSTEM] = heads[INC_AFTER];
371 heads[INC_SYSTEM]
372 = remove_duplicates (pfile, heads[INC_SYSTEM], 0, 0, verbose);
376 heads[INC_BRACKET
    [all...]
regrename.h 88 class du_head *heads[MAX_REGS_PER_ADDRESS]; member in struct:operand_rr_info
  /src/sys/compat/linux/common/
linux_hdio.h 75 u_char heads; member in struct:linux_hd_geometry
82 u_char heads; member in struct:linux_hd_big_geometry
  /src/sys/arch/arm/arm/
disksubr_acorn.c 185 int heads; local
234 heads = bb->heads;
241 printf("%s; heads = %d nsectors = %d\n",
242 __func__, heads, sectors);
244 netbsdpartoff = cyl * heads * sectors;
256 bp->b_blkno = cyl * heads * sectors;
327 int heads; local
388 heads = bb->heads;
    [all...]
  /src/usr.sbin/sysinst/
msg.mbr.en 57 and number of heads (maximum 256) that the BIOS uses to access the disk.
64 The physical geometry is %d cylinders %d sectors %d heads\n}
68 geometry is %d cylinders %d sectors %d heads\n}
71 {real geom: %d cyl, %d heads, %d sec (NB: for comparison only)\n}
74 {BIOS geom: %d cyl, %d heads, %d sec\n}
  /src/sys/dev/mca/
edvar.h 59 u_int8_t heads; member in struct:ed_softc
  /src/sys/dev/scsipi/
sdvar.h 67 u_long heads; /* number of heads */ member in struct:disk_parms
  /src/external/gpl3/gcc/dist/contrib/
git-add-user-branch.sh 41 git push users/${userpfx} ${start}:refs/users/${user}/heads/${branch}
git-add-vendor-branch.sh 42 git push vendors/${vendor} ${vendor}/${branch}:refs/vendors/${vendor}/heads/${branch}
  /src/external/gpl3/gcc.old/dist/contrib/
git-add-user-branch.sh 41 git push users/${userpfx} ${start}:refs/users/${user}/heads/${branch}
git-add-vendor-branch.sh 42 git push vendors/${vendor} ${vendor}/${branch}:refs/vendors/${vendor}/heads/${branch}
  /src/sys/dev/isa/
fdvar.h 40 int heads; /* number of heads */ member in struct:fd_type
  /src/usr.sbin/sysinst/arch/playstation2/
msg.md.en 63 {BIOS # cylinders heads sectors
76 { BIOS # cylinders heads sectors
msg.md.fr 63 {BIOS # cylinders heads sectors
76 { BIOS # cylinders heads sectors
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
nouveau_nvkm_subdev_bus_hwsq.c 144 u32 heads, x, y, px = 0; local
147 heads = nvkm_rd32(device, 0x610050);
150 if (heads & (2 << (i << 3))) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
dcb.h 25 uint8_t heads; member in struct:dcb_output
  /src/sys/fs/filecorefs/
filecore.h 104 unsigned heads:8; /* number of heads */ member in struct:filecore_disc_record
  /src/sys/sys/
disklabel_acorn.h 72 uint8_t heads; member in struct:filecore_bootblock
  /src/sys/arch/bebox/stand/boot/
sd.c 186 dp->heads = 64;
188 dp->cyls = blocks / (dp->heads * dp->sectors);
329 dp->heads = pages->rigid_geometry.nheads;
331 if (dp->heads == 0 || dp->cyls == 0)
333 dp->sectors = dp->disksize / (dp->heads * dp->cyls); /* XXX */
393 dp->heads = pages->flex_geometry.nheads;
396 if (dp->heads == 0 || dp->cyls == 0 || dp->sectors == 0)
451 dp->heads = 64;
470 lp->d_ntracks = sd->sc_params.heads;
  /src/sys/arch/prep/stand/boot/
sd.c 186 dp->heads = 64;
188 dp->cyls = blocks / (dp->heads * dp->sectors);
329 dp->heads = pages->rigid_geometry.nheads;
331 if (dp->heads == 0 || dp->cyls == 0)
333 dp->sectors = dp->disksize / (dp->heads * dp->cyls); /* XXX */
393 dp->heads = pages->flex_geometry.nheads;
396 if (dp->heads == 0 || dp->cyls == 0 || dp->sectors == 0)
451 dp->heads = 64;
470 lp->d_ntracks = sd->sc_params.heads;
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 85 {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

Completed in 50 milliseconds

1 2 3 4