Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c42 static EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *textProtocol; variable
92 NULL, (void **)&textProtocol); in efi_devpath_name()
94 textProtocol = NULL; in efi_devpath_name()
97 if (textProtocol == NULL) in efi_devpath_name()
100 return (textProtocol->ConvertDevicePathToText(devpath, TRUE, TRUE)); in efi_devpath_name()