Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-format.c131 IN VOID *DevPath, in DevPathToTextPci() argument
138 Pci = DevPath; in DevPathToTextPci()
158 IN VOID *DevPath, in DevPathToTextPccard() argument
165 Pccard = DevPath; in DevPathToTextPccard()
185 IN VOID *DevPath, in DevPathToTextMemMap() argument
192 MemMap = DevPath; in DevPathToTextMemMap()
218 IN VOID *DevPath, in DevPathToTextVendor() argument
230 Vendor = (VENDOR_DEVICE_PATH *)DevPath; in DevPathToTextVendor()
349 IN VOID *DevPath, in DevPathToTextController() argument
356 Controller = DevPath; in DevPathToTextController()
[all …]
H A Duefi-dputil.c721 EFI_DEVICE_PATH_PROTOCOL *DevPath; in UefiDevicePathLibGetNextDevicePathInstance() local
739 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()
/freebsd/lib/libdevdctl/
H A Devent.cc275 Event::DevPath(std::string &path) const in DevPath() function in DevdCtl::Event
306 if (!DevPath(devPath)) in PhysicalPath()
H A Devent.h116 bool DevPath(std::string &path) const;
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1275 EFI_DEVICE_PATH_PROTOCOL DevPath; member
1332 EFI_DEVICE_PATH_PROTOCOL *DevPath; member
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc119 if (!DevPath(devPath)) in Process()