Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DGrantTable.c58 grant_ref_t Ref in XenGrantTablePutFreeEntry() argument
63 ASSERT (GrantInUseList[Ref]); in XenGrantTablePutFreeEntry()
64 GrantInUseList[Ref] = FALSE; in XenGrantTablePutFreeEntry()
66 GrantList[Ref] = GrantList[0]; in XenGrantTablePutFreeEntry()
67 GrantList[0] = Ref; in XenGrantTablePutFreeEntry()
77 grant_ref_t Ref; in XenGrantTableGetFreeEntry() local
80 Ref = GrantList[0]; in XenGrantTableGetFreeEntry()
81 ASSERT (Ref >= NR_RESERVED_ENTRIES && Ref < NR_GRANT_ENTRIES); in XenGrantTableGetFreeEntry()
82 GrantList[0] = GrantList[Ref]; in XenGrantTableGetFreeEntry()
84 ASSERT (!GrantInUseList[Ref]); in XenGrantTableGetFreeEntry()
[all …]
DGrantTable.h73 IN grant_ref_t Ref
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DToolDefClassObject.py241 for Ref in EnvReference:
242 if Ref not in self.MacroDictionary and Ref.upper() not in self.MacroDictionary:
243 Value = Value.replace(Ref, "")
245 if Ref in self.MacroDictionary:
246 Value = Value.replace(Ref, self.MacroDictionary[Ref])
248 Value = Value.replace(Ref, self.MacroDictionary[Ref.upper()])
251 for Ref in MacroReference:
252 if Ref not in self.MacroDictionary:
253 return False, Ref
254 Value = Value.replace(Ref, self.MacroDictionary[Ref])
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DT32.CMM39 toolitem "Automatic Watch" ":varref" "Var.Ref"
/device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/
DXenBus.h250 IN grant_ref_t Ref
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g5093 EFI_HII_REF Ref;
5096 memcpy (&Ref.FormSetGuid, FormSetGuid, sizeof (EFI_GUID));
5097 Ref.QuestionId = _STOQID (QuestionId, LineNum);
5098 Ref.FormId = _STOFID (FormId, LineNum);
5099 Ref.DevicePath = _STOSID (DevicePath, LineNum);
5101 return Ref;