Lines Matching defs:Path
12 MBR & Device Path functions
561 Type: 2 (ACPI Device Path) SubType: 1 (ACPI Device Path)
1041 EFI_DEVICE_PATH * Path ;
1044 Path = DevPath ;
1047 switch ( Path-> Type ) {
1048 case HARDWARE_DEVICE_PATH : { /* Unknown Hardware Device Path */
1049 CatPrint( Str , L"HardwarePath(%d" , Path-> SubType ) ;
1052 case ACPI_DEVICE_PATH : { /* Unknown ACPI Device Path */
1053 CatPrint( Str , L"AcpiPath(%d" , Path-> SubType ) ;
1056 case MESSAGING_DEVICE_PATH : { /* Unknown Messaging Device Path */
1057 CatPrint( Str , L"Msg(%d" , Path-> SubType ) ;
1060 case MEDIA_DEVICE_PATH : { /* Unknown Media Device Path */
1061 CatPrint( Str , L"MediaPath(%d" , Path-> SubType ) ;
1064 case BBS_DEVICE_PATH : { /* Unknown BIOS Boot Specification Device Path */
1065 CatPrint( Str , L"BbsPath(%d" , Path-> SubType ) ;
1068 default : { /* Unknown Device Path */
1069 CatPrint( Str , L"Path(%d,%d" , Path-> Type , Path-> SubType ) ;
1073 length = DevicePathNodeLength( Path ) ;
1130 Turns the Device Path into a printable string. Allcoates