Home
last modified time | relevance | path

Searched refs:bhead (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/utils/
Disohybrid.in225 $bhead = int($offset/$s) % $h;
238 $mbr .= pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
Dmkdiskimage.in193 $bhead = ($h > 1) ? 1 : 0;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
Disohybrid.c608 uint8_t bhead = 0, bsect = 0, bcyle = 0; in initialise_mbr() local
662 bhead = (offset / sector) % head; in initialise_mbr()
679 mbr[1] = bhead; in initialise_mbr()
/external/syslinux/bios/utils/
Dmkdiskimage193 $bhead = ($h > 1) ? 1 : 0;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
Disohybrid.pl225 $bhead = int($offset/$s) % $h;
238 $mbr .= pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
/external/syslinux/dos/
Dsyslinux.c519 uint8_t bhead; /* Begin head */ member