Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/libefi/
H A Ddevpath.c39 static EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *toTextProtocol; variable
508 if (toTextProtocol == NULL) { in efi_devpath_name()
510 (VOID **)&toTextProtocol); in efi_devpath_name()
512 toTextProtocol = NULL; in efi_devpath_name()
514 if (toTextProtocol == NULL) in efi_devpath_name()
517 return (toTextProtocol->ConvertDevicePathToText(devpath, TRUE, TRUE)); in efi_devpath_name()