Searched refs:Res (Results 1 - 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
H A DTpm2Startup.c61 TPM2_STARTUP_RESPONSE Res; local
70 ResultBufSize = sizeof(Res);
71 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
76 ResponseCode = SwapBytes32(Res.Header.responseCode);
107 TPM2_SHUTDOWN_RESPONSE Res; local
115 ResultBufSize = sizeof(Res);
116 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
121 if (SwapBytes32(Res.Header.responseCode) != TPM_RC_SUCCESS) {
122 DEBUG ((EFI_D_ERROR, "Tpm2Shutdown: Response Code error! 0x%08x\r\n", SwapBytes32(Res.Header.responseCode)));
H A DTpm2Hierarchy.c230 TPM2_CLEAR_RESPONSE Res; local
254 ResultBufSize = sizeof(Res);
255 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
260 if (ResultBufSize > sizeof(Res)) {
269 RespSize = SwapBytes32(Res.Header.paramSize);
270 if (RespSize > sizeof(Res)) {
279 if (SwapBytes32(Res.Header.responseCode) != TPM_RC_SUCCESS) {
280 DEBUG ((EFI_D_ERROR, "Clear: Response Code error! 0x%08x\r\n", SwapBytes32(Res.Header.responseCode)));
295 ZeroMem (&Res, sizeof(Res));
320 TPM2_CLEAR_CONTROL_RESPONSE Res; local
414 TPM2_HIERARCHY_CHANGE_AUTH_RESPONSE Res; local
520 TPM2_CHANGE_EPS_RESPONSE Res; local
618 TPM2_CHANGE_PPS_RESPONSE Res; local
720 TPM2_HIERARCHY_CONTROL_RESPONSE Res; local
[all...]
H A DTpm2Sequences.c106 TPM2_HASH_SEQUENCE_START_RESPONSE Res; local
136 ResultBufSize = sizeof(Res);
137 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
142 if (ResultBufSize > sizeof(Res)) {
150 RespSize = SwapBytes32(Res.Header.paramSize);
151 if (RespSize > sizeof(Res)) {
159 if (SwapBytes32(Res.Header.responseCode) != TPM_RC_SUCCESS) {
160 DEBUG ((EFI_D_ERROR, "HashSequenceStart: Response Code error! 0x%08x\r\n", SwapBytes32(Res.Header.responseCode)));
169 *SequenceHandle = SwapBytes32(Res.SequenceHandle);
194 TPM2_SEQUENCE_UPDATE_RESPONSE Res; local
295 TPM2_EVENT_SEQUENCE_COMPLETE_RESPONSE Res; local
420 TPM2_SEQUENCE_COMPLETE_RESPONSE Res; local
[all...]
H A DTpm2Test.c54 TPM2_SELF_TEST_RESPONSE Res; local
62 ResultBufSize = sizeof(Res);
63 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
H A DTpm2Integrity.c105 TPM2_PCR_EXTEND_RESPONSE Res; local
153 ResultBufSize = sizeof(Res);
154 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
159 if (ResultBufSize > sizeof(Res)) {
167 RespSize = SwapBytes32(Res.Header.paramSize);
168 if (RespSize > sizeof(Res)) {
176 if (SwapBytes32(Res.Header.responseCode) != TPM_RC_SUCCESS) {
177 DEBUG ((EFI_D_ERROR, "Tpm2PcrExtend: Response Code error! 0x%08x\r\n", SwapBytes32(Res.Header.responseCode)));
215 TPM2_PCR_EVENT_RESPONSE Res; local
248 ResultBufSize = sizeof(Res);
439 TPM2_PCR_ALLOCATE_RESPONSE Res; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dplistlib.py121 from Carbon import Res namespace
123 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdPerm)
124 Res.UseResFile(resNum)
125 plistData = Res.Get1Resource(restype, resid).data
126 Res.CloseResFile(resNum)
136 from Carbon import Res namespace
139 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdWrPerm)
140 Res.UseResFile(resNum)
142 Res.Get1Resource(restype, resid).RemoveResource()
143 except Res
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
H A DHwWatchdogTimerHob.h129 UINT16 Res;
120 UINT16 Res; member in struct:__anon11806
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DPosixFileSystem.c751 int Res; local
766 Res = read (PrivateFile->fd, Buffer, *BufferSize);
767 if (Res < 0) {
771 *BufferSize = Res;
857 int Res; local
874 Res = write (PrivateFile->fd, Buffer, *BufferSize);
875 if (Res == (UINTN)-1) {
879 *BufferSize = Res;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.h91 If the TypeMerge is TRUE, Res resource type is changed to the type of destination resource
93 If Dst is NULL or Res is NULL, ASSERT ().
96 @param Res Point to source resource tree.
97 @param TypeMerge If the TypeMerge is TRUE, Res resource type is changed to the type of
104 IN PCI_RESOURCE_NODE *Res,
H A DPciResourceSupport.c143 If the TypeMerge is TRUE, Res resource type is changed to the type of destination resource
145 If Dst is NULL or Res is NULL, ASSERT ().
148 @param Res Point to source resource tree.
149 @param TypeMerge If the TypeMerge is TRUE, Res resource type is changed to the type of
156 IN PCI_RESOURCE_NODE *Res,
165 ASSERT (Res != NULL);
167 while (!IsListEmpty (&Res->ChildList)) {
168 CurrentLink = Res->ChildList.ForwardLink;
154 MergeResourceTree( IN PCI_RESOURCE_NODE *Dst, IN PCI_RESOURCE_NODE *Res, IN BOOLEAN TypeMerge ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Output.c335 Head->Res = 0;
1098 Nhead->Res = 0;
H A DTcp4Misc.c660 Nhead->Res = 0;
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
H A DTcpOutput.c329 Head->Res = 0;
1149 Nhead->Res = 0;
H A DTcpMisc.c959 Nhead->Res = 0;
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DNetLib.h202 UINT8 Res : 4; member in struct:__anon6545
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DTpm20.h813 UINT32 Res : 2; member in struct:__anon8612

Completed in 116 milliseconds