Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Ddevpath.c41 static EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL *fromTextProtocol; variable
548 if (fromTextProtocol == NULL) { in efi_name_to_devpath16()
550 (VOID **)&fromTextProtocol); in efi_name_to_devpath16()
552 fromTextProtocol = NULL; in efi_name_to_devpath16()
554 if (fromTextProtocol == NULL) in efi_name_to_devpath16()
557 return (fromTextProtocol->ConvertTextToDevicePath(path)); in efi_name_to_devpath16()