Searched refs:DevPath (Results 1 – 6 of 6) sorted by relevance
131 IN VOID *DevPath, in DevPathToTextPci() argument138 Pci = DevPath; in DevPathToTextPci()158 IN VOID *DevPath, in DevPathToTextPccard() argument165 Pccard = DevPath; in DevPathToTextPccard()185 IN VOID *DevPath, in DevPathToTextMemMap() argument192 MemMap = DevPath; in DevPathToTextMemMap()218 IN VOID *DevPath, in DevPathToTextVendor() argument230 Vendor = (VENDOR_DEVICE_PATH *)DevPath; in DevPathToTextVendor()349 IN VOID *DevPath, in DevPathToTextController() argument356 Controller = DevPath; in DevPathToTextController()[all …]
721 EFI_DEVICE_PATH_PROTOCOL *DevPath; in UefiDevicePathLibGetNextDevicePathInstance() local739 DevPath = *DevicePath; in UefiDevicePathLibGetNextDevicePathInstance()740 while (!IsDevicePathEndType (DevPath)) { in UefiDevicePathLibGetNextDevicePathInstance()741 DevPath = NextDevicePathNode (DevPath); in UefiDevicePathLibGetNextDevicePathInstance()747 *Size = ((UINTN)DevPath - (UINTN)(*DevicePath)) + sizeof (EFI_DEVICE_PATH_PROTOCOL); in UefiDevicePathLibGetNextDevicePathInstance()752 Temp = DevPath->SubType; in UefiDevicePathLibGetNextDevicePathInstance()753 DevPath->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibGetNextDevicePathInstance()755 DevPath->SubType = Temp; in UefiDevicePathLibGetNextDevicePathInstance()761 if (DevicePathSubType (DevPath) == END_ENTIRE_DEVICE_PATH_SUBTYPE) { in UefiDevicePathLibGetNextDevicePathInstance()764 *DevicePath = NextDevicePathNode (DevPath); in UefiDevicePathLibGetNextDevicePathInstance()
275 Event::DevPath(std::string &path) const in DevPath() function in DevdCtl::Event306 if (!DevPath(devPath)) in PhysicalPath()
116 bool DevPath(std::string &path) const;
1275 EFI_DEVICE_PATH_PROTOCOL DevPath; member1332 EFI_DEVICE_PATH_PROTOCOL *DevPath; member
119 if (!DevPath(devPath)) in Process()