Home
last modified time | relevance | path

Searched refs:Label (Results 1 – 25 of 68) sorted by relevance

123

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.c128 IN CONST CHAR16 *Label OPTIONAL, in TestNodeForMove()
186 if (Label == NULL) { in TestNodeForMove()
201 (CHAR16*)Label) == 0 in TestNodeForMove()
252 IN CONST CHAR16 *Label OPTIONAL, in MoveToTag()
263 if (Label == NULL) { in MoveToTag()
281 Label, in MoveToTag()
298 Label, in MoveToTag()
DUefiShellLevel1CommandsLib.h201 IN CONST CHAR16 *Label OPTIONAL,
/device/google/cuttlefish/shared/sepolicy/vendor/
Dadbd.te2 # TODO(b/130668487): Label the vsock sockets.
9 # TODO(b/130668487): Label the vsock sockets.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
DPiSmmS3SaveState.h134 IN CONST CHAR8 *Label
164 EFI_S3_SAVE_STATE_LABEL Label; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DForms.c341 IN EFI_FORM_LABEL Label, in LocateLabel() argument
380 if (CompareMem (&Label, &LabelOpcode->Number, sizeof (UINT16)) == 0) { in LocateLabel()
424 IN EFI_FORM_LABEL Label, in LocateFormId() argument
455 Status = LocateLabel (Package, Label, FormsetGuid, FormId); in LocateFormId()
492 IN EFI_FORM_LABEL Label, in HiiThunkUpdateForm() argument
538 Status = LocateFormId (UefiHiiHandle, Label, &FormsetGuid, &FormId); in HiiThunkUpdateForm()
560 StartLabel->Number = Label; in HiiThunkUpdateForm()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DS3SaveState.h139 IN CONST CHAR8 *Label
170 EFI_S3_SAVE_STATE_LABEL Label; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dredemo.py11 self.promptdisplay = Label(self.master, anchor=W,
21 self.statusdisplay = Label(self.master, text="", anchor=W)
24 self.labeldisplay = Label(self.master, anchor=W,
53 self.grouplabel = Label(self.master, text="Groups:", anchor=W)
/device/google/trout/sepolicy/vendor/google/
Dhal_vehicle_impl.te8 # TODO(b/130668487): Label the vsock sockets.
Dhal_audiocontrol_impl.te18 # TODO(b/130668487): Label the vsock sockets.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
DInternalSmmSaveState.h134 IN CONST CHAR8 *Label
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
DInternalS3SaveState.h151 IN CONST CHAR8 *Label
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatformDxe.h442 EFI_FORM_LABEL *Label,
508 IN EFI_FORM_LABEL Label,
524 IN EFI_FORM_LABEL Label
531 IN EFI_FORM_LABEL Label,
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsInternal.h88 CHAR16 Label[20]; member
DBootMonFsDir.c129 EFI_FILE_SYSTEM_VOLUME_LABEL *Label; in GetFileSystemVolumeLabelInfo() local
132 Label = Buffer; in GetFileSystemVolumeLabelInfo()
139 CopyMem (&Label->VolumeLabel, &Instance->FsInfo.VolumeLabel, Size); in GetFileSystemVolumeLabelInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwsgui.py95 self.url_label = Label(top, text="URL:")
102 self.dir_label = Label(top, text="Directory:")
116 self.status_label = Label(top, text="[idle]")
Dtktools.py226 label = Label(frame, text=label)
260 label = Label(frame, text=label, width=labelwidth, anchor=E)
313 Label(outer, text=label, font=font, anchor=W).pack(fill=X)
Dwcgui.py119 self.__label = Label(self.__topcontrols, text="Root URL:")
150 self.__status = Label(parent, text="Status: initial", anchor=W)
152 self.__checking = Label(parent, text="Idle", anchor=W)
426 label = Label(panel, text=name, borderwidth=2, relief=RAISED, anchor=W)
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/SnpDxe/
DSnpDxePort0.inf9 # @xrefitem bom "File Content Label" "Release Content"
DSnpDxePort1.inf9 # @xrefitem bom "File Content Label" "Release Content"
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Iscp/
DIscpDxe.inf9 # @xrefitem bom "File Content Label" "Release Content"
DIscpPei.inf8 # @xrefitem bom "File Content Label" "Release Content"
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Library/AmdSataInitLib/
DAmdSataInitLib.inf9 # @xrefitem bom "File Content Label" "Release Content"
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Gionb/
DGionb.inf8 # @xrefitem bom "File Content Label" "Release Content"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
DThunk16.S113 lea Label,%eax #42 <_Thunk16+0x42>
149 Label:
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DBootScriptSave.c2241 IN CONST CHAR8 *Label in S3BootScriptLabel() argument
2253 if (Label == NULL) { in S3BootScriptLabel()
2259 if (Label[0] == '\0') { in S3BootScriptLabel()
2288 if (AsciiStrCmp ((CHAR8 *)(UINTN)(Script+sizeof(EFI_BOOT_SCRIPT_INFORMATION)), Label) == 0) { in S3BootScriptLabel()
2296 LabelLength = (UINT32)AsciiStrSize(Label); in S3BootScriptLabel()
2297 return S3BootScriptLabelInternal (BeforeOrAfter,Position, LabelLength, Label); in S3BootScriptLabel()

123