Home
last modified time | relevance | path

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

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