Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/libefi/
H A Ddevpath.c42 static EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL *fromTextProtocol; variable
549 if (fromTextProtocol == NULL) { in efi_name_to_devpath16()
551 (VOID **)&fromTextProtocol); in efi_name_to_devpath16()
553 fromTextProtocol = NULL; in efi_name_to_devpath16()
555 if (fromTextProtocol == NULL) in efi_name_to_devpath16()
558 return (fromTextProtocol->ConvertTextToDevicePath(path)); in efi_name_to_devpath16()