Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/libefi/
H A Ddevpath.c37 static EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *textProtocol; variable
75 (VOID **)&textProtocol); in efi_devpath_name()
77 textProtocol = NULL; in efi_devpath_name()
80 if (textProtocol == NULL) in efi_devpath_name()
83 return (textProtocol->ConvertDevicePathToText(devpath, TRUE, TRUE)); in efi_devpath_name()