Searched refs:pte (Results 1 – 1 of 1) sorted by relevance
5669 BYTE *pte; local5765 pte = buf + MBR_Table; /* Partition table in the MBR */5772 st_dword(pte + PTE_StLba, nxt_alloc32); /* Start LBA */5773 st_dword(pte + PTE_SizLba, sz_part32); /* Number of sectors */5774 pte[PTE_System] = sys; /* System type */5779 pte[PTE_StHead] = hd;5780 pte[PTE_StSec] = (BYTE)((cy >> 2 & 0xC0) | sc);5781 pte[PTE_StCyl] = (BYTE)cy;5786 pte[PTE_EdHead] = hd;5787 pte[PTE_EdSec] = (BYTE)((cy >> 2 & 0xC0) | sc);[all …]