HomeSort by: relevance | last modified time | path
    Searched defs:Ui (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 116 EFI_UNICODE_COLLATION_INTERFACE *Ui;
137 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], &UnicodeCollationProtocol, (VOID*)&Ui);
146 Languages = Ui->SupportedLanguages;
155 UnicodeInterface = Ui;
misc.c 538 UI_INTERFACE *Ui;
543 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &UiProtocol, (VOID *)&Ui);
551 for (Index = UiDeviceString, Array = Ui->Entry; Index < StringType; Index++, Array++) {

Completed in 90 milliseconds