Home
last modified time | relevance | path

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

/src/stand/efi/libefi/
H A Ddevpath.c38 static EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *toTextProtocol; variable
507 if (toTextProtocol == NULL) { in efi_devpath_name()
509 (VOID **)&toTextProtocol); in efi_devpath_name()
511 toTextProtocol = NULL; in efi_devpath_name()
513 if (toTextProtocol == NULL) in efi_devpath_name()
516 return (toTextProtocol->ConvertDevicePathToText(devpath, TRUE, TRUE)); in efi_devpath_name()