Searched refs:ecyl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dpart.h60 int ehead, ecyl, esect; member in struct:_prt_t
H A Dpart.c226 partn->ecyl = ((*p << 2) & 0xFF00) | (*(p+1));
253 (partn->ecyl > 1023) )
275 tmp.ecyl = (partn->ecyl > 1023)? 1023: partn->ecyl;
282 partn->ecyl = tmp.ecyl;
300 *p++ = (partn->esect & 0x3F) | ((partn->ecyl & 0x300) >> 2);
301 *p++ = partn->ecyl & 0xFF;
334 partn->ecyl, part
[all...]
H A Dmbr.c99 mbr->part[3].ecyl = disk->real->cylinders - 1;
439 part->ecyl,
H A Dcmd.c222 EDIT("BIOS Ending cylinder", ASK_DEC, pp->ecyl, 0, maxcyl, NULL);

Completed in 111 milliseconds