Home
last modified time | relevance | path

Searched refs:DevicePathFromHandle (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c545 … return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString()
565 return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString()
H A Ddpath.c34 DevicePathFromHandle ( in DevicePathFromHandle() function
275 DevicePathFromHandle(Device), in FileDevicePath()
/netbsd-src/sys/stand/efiboot/
H A Defifile.c169 if (efi_device_path_ncmp(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0) in efi_file_path()
H A Defiblock.c516 bdev->path = DevicePathFromHandle(efi_block[n]); in efi_block_probe()
522 …if (depth > 0 && efi_device_path_ncmp(efi_bootdp, DevicePathFromHandle(efi_block[n]), depth) == 0)… in efi_block_probe()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h835 DevicePathFromHandle (