HomeSort by relevance Sort by last modified time
    Searched defs:OptionStr (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 128 UINT8 *OptionStr;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Mtftp4.h 148 UINT8 *OptionStr;
Mtftp6.h 309 UINT8 *OptionStr; ///< Pointer to the null-terminated ASCII MTFTPv6 option string.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c 315 CHAR16 OptionStr[40];
534 UnicodeSPrint (OptionStr, sizeof(OptionStr), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", TargetLocation);
536 OptionStr,
549 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_SET_VAR_FAIL), gShellBcfgHiiHandle, L"bcfg", OptionStr);
577 Print (L"bcfg: Add %s as %x\n", OptionStr, Position);
    [all...]

Completed in 168 milliseconds