Home
last modified time | relevance | path

Searched refs:Del (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthService.c1865 BOOLEAN Del; in ProcessVarWithPk() local
1882 Del = FALSE; in ProcessVarWithPk()
1886 Del = TRUE; in ProcessVarWithPk()
1916 …if (Del && ((mSecureBootMode == SecureBootModeTypeUserMode) || (mSecureBootMode == SecureBootModeT… in ProcessVarWithPk()
1922 …} else if (!Del && ((mSecureBootMode == SecureBootModeTypeSetupMode) || (mSecureBootMode == Secure… in ProcessVarWithPk()
1947 …if (IsPk && Del && !mAuthVarLibContextIn->CheckRemainingSpaceForConsistency (VARIABLE_ATTRIBUTE_NV… in ProcessVarWithPk()
1961 &Del in ProcessVarWithPk()
1985 &Del in ProcessVarWithPk()
1993 if (!Del) { in ProcessVarWithPk()
2132 BOOLEAN Del; in IsDeleteAuthVariable() local
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DPayload.c1217 IKEV2_DELETE *Del; in Ikev2GenerateDeletePayload() local
1240 Del = AllocateZeroPool (DelPayloadLen); in Ikev2GenerateDeletePayload()
1241 ASSERT (Del != NULL); in Ikev2GenerateDeletePayload()
1246 Del->Header.NextPayload = NextPayload; in Ikev2GenerateDeletePayload()
1247 Del->Header.PayloadLength = DelPayloadLen; in Ikev2GenerateDeletePayload()
1248 Del->NumSpis = SpiNum; in Ikev2GenerateDeletePayload()
1249 Del->SpiSize = SpiSize; in Ikev2GenerateDeletePayload()
1255 Del->ProtocolId = IPSEC_PROTO_IPSEC_ESP; in Ikev2GenerateDeletePayload()
1257 Del->ProtocolId = IPSEC_PROTO_ISAKMP; in Ikev2GenerateDeletePayload()
1263 CopyMem (Del + 1, SpiBuf, SpiBufSize); in Ikev2GenerateDeletePayload()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl86 expr_context = Load | Store | Del | AugLoad | AugStore | Param
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c2385 case Del: in compiler_nameop()
2403 case Del: op = DELETE_FAST; break; in compiler_nameop()
2420 case Del: op = DELETE_GLOBAL; break; in compiler_nameop()
2435 case Del: op = DELETE_NAME; break; in compiler_nameop()
3069 case Del: in compiler_visit_expr()
3096 case Del: in compiler_visit_expr()
3098 VISIT_SLICE(c, e->v.Subscript.slice, Del); in compiler_visit_expr()
3241 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
3326 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
DPython-ast.c2924 case Del: in ast2obj_expr_context()
5772 *out = Del; in obj2ast_expr_context()
Dast.c2331 expr_list = ast_for_exprlist(c, CHILD(n, 1), Del); in ast_for_del_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c2405 case Del: in compiler_nameop()
2423 case Del: op = DELETE_FAST; break; in compiler_nameop()
2440 case Del: op = DELETE_GLOBAL; break; in compiler_nameop()
2455 case Del: op = DELETE_NAME; break; in compiler_nameop()
3089 case Del: in compiler_visit_expr()
3116 case Del: in compiler_visit_expr()
3118 VISIT_SLICE(c, e->v.Subscript.slice, Del); in compiler_visit_expr()
3261 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
3346 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
DPython-ast.c2941 case Del: in ast2obj_expr_context()
5789 *out = Del; in obj2ast_expr_context()
Dast.c2336 expr_list = ast_for_exprlist(c, CHILD(n, 1), Del); in ast_for_del_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator