Searched refs:firstoff (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Duser.c255 int fd, offset, firstoff; local
259 offset = firstoff = 0;
H A Dmbr.c475 int i, fd, offset, firstoff; local
478 firstoff = offset = 0;
485 MBR_parse(disk, offset, firstoff, mbr);
495 if (firstoff == 0) {
496 firstoff = offset;
H A Dcmd.c306 static int firstoff = 0; local
330 if (firstoff == 0)
331 firstoff = off;
342 USER_modify(disk, tt, off, firstoff);

Completed in 232 milliseconds