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.c917 BOOLEAN Del; in ProcessVarWithPk() local
933 Del = FALSE; in ProcessVarWithPk()
938 Del = TRUE; in ProcessVarWithPk()
972 &Del in ProcessVarWithPk()
985 &Del in ProcessVarWithPk()
990 if (mPlatformMode == SETUP_MODE && !Del) { in ProcessVarWithPk()
995 } else if (mPlatformMode == USER_MODE && Del){ in ProcessVarWithPk()
1117 BOOLEAN Del; in IsDeleteAuthVariable() local
1120 Del = FALSE; in IsDeleteAuthVariable()
1133 Del = TRUE; in IsDeleteAuthVariable()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DPayload.c1269 IKEV2_DELETE *Del; in Ikev2GenerateDeletePayload() local
1292 Del = AllocateZeroPool (DelPayloadLen); in Ikev2GenerateDeletePayload()
1293 if (Del == NULL) { in Ikev2GenerateDeletePayload()
1300 Del->Header.NextPayload = NextPayload; in Ikev2GenerateDeletePayload()
1301 Del->Header.PayloadLength = DelPayloadLen; in Ikev2GenerateDeletePayload()
1302 Del->NumSpis = SpiNum; in Ikev2GenerateDeletePayload()
1303 Del->SpiSize = SpiSize; in Ikev2GenerateDeletePayload()
1309 Del->ProtocolId = IPSEC_PROTO_IPSEC_ESP; in Ikev2GenerateDeletePayload()
1311 Del->ProtocolId = IPSEC_PROTO_ISAKMP; in Ikev2GenerateDeletePayload()
1317 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.2/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.10/Include/
DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator