Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dmbr.h33 UINT8 OSType; member
Dbootsectimage.c751 printf (" 1C2 Partition type indicator %02x\n", Mbr.PartitionRecord[0].OSType); in ParseMbr()
763 printf (" 1D2 Partition type indicator %02x\n", Mbr.PartitionRecord[1].OSType); in ParseMbr()
775 printf (" 1E2 Partition type indicator %02x\n", Mbr.PartitionRecord[2].OSType); in ParseMbr()
787 printf (" 1F2 Partition type indicator %02x\n", Mbr.PartitionRecord[3].OSType); in ParseMbr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymactoolbox.h32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c161 PyMac_GetOSType(PyObject *v, OSType *pr) in PyMac_GetOSType()
170 *pr = (OSType)ntohl(tmp); in PyMac_GetOSType()
176 PyMac_BuildOSType(OSType t) in PyMac_BuildOSType()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py56 OSType = OSTypeType("OSType") variable