Searched refs:lockOutAuthEnabled (Results 1 – 5 of 5) sorted by relevance
30 gp.lockOutAuthEnabled = TRUE; // Use of lockoutAuth is enabled in DAPreInstall_Init()36 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAPreInstall_Init()58 gp.lockOutAuthEnabled = TRUE; in DAStartup()60 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DAStartup()150 if(!gp.lockOutAuthEnabled) in DASelfHeal()160 gp.lockOutAuthEnabled = TRUE; in DASelfHeal()162 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in DASelfHeal()
114 pAssert(gp.lockOutAuthEnabled); in IncrementLockout()115 gp.lockOutAuthEnabled = FALSE; in IncrementLockout()129 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in IncrementLockout()1051 &gp.lockOutAuthEnabled); in CheckLockedOut()1066 if(gp.lockOutAuthEnabled == FALSE) in CheckLockedOut()
742 BOOL lockOutAuthEnabled; // TRUE if use of lockoutAuth is member
511 s_reservedSize[NV_LOCKOUT_AUTH_ENABLED] = sizeof(gp.lockOutAuthEnabled); in NvInitStatic()647 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in NvReadPersistent()
2407 450 BOOL lockOutAuthEnabled; // TRUE if use of lockoutAuth is2727 Flag indicating if NV update is pending for the lockOutAuthEnabled or failedTries DA parameter3846 84 pAssert(gp.lockOutAuthEnabled);3847 85 gp.lockOutAuthEnabled = FALSE;3861 99 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);4952 948 &gp.lockOutAuthEnabled);4968 964 if(gp.lockOutAuthEnabled == FALSE)8611 12 gp.lockOutAuthEnabled = TRUE; // Use of lockoutAuth is enabled8618 19 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);8646 33 gp.lockOutAuthEnabled = TRUE;[all …]