Home
last modified time | relevance | path

Searched refs:OSIndicator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defipart.h38 UINT8 OSIndicator; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c439 … if ( Mbr->Partition[i].OSIndicator == 0x00 || EXTRACT_UINT32(Mbr->Partition[i].SizeInLBA) == 0 ) { in ValidMBR()
468 … if (Mbr->Partition[j].OSIndicator == 0x00 || EXTRACT_UINT32(Mbr->Partition[j].SizeInLBA) == 0) { in ValidMBR()