HomeSort by relevance Sort by last modified time
    Searched refs:bhead (Results 1 - 6 of 6) sorted by null

  /external/syslinux/utils/
isohybrid.in 225 $bhead = int($offset/$s) % $h;
238 $mbr .= pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
mkdiskimage.in 193 $bhead = ($h > 1) ? 1 : 0;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
isohybrid.c 608 uint8_t bhead = 0, bsect = 0, bcyle = 0; local
662 bhead = (offset / sector) % head;
679 mbr[1] = bhead;
  /external/syslinux/bios/utils/
mkdiskimage 193 $bhead = ($h > 1) ? 1 : 0;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
isohybrid.pl 225 $bhead = int($offset/$s) % $h;
238 $mbr .= pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
  /external/syslinux/dos/
syslinux.c 519 uint8_t bhead; /* Begin head */ member in struct:mbr_entry

Completed in 318 milliseconds