Lines Matching refs:lockOutAuthEnabled
2407 450 BOOL lockOutAuthEnabled; // TRUE if use of lockoutAuth is
2727 Flag indicating if NV update is pending for the lockOutAuthEnabled or failedTries DA parameter
3846 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 enabled
8618 19 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
8646 33 gp.lockOutAuthEnabled = TRUE;
8648 35 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
8752 117 if(!gp.lockOutAuthEnabled)
8767 126 gp.lockOutAuthEnabled = TRUE;
8769 128 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
9617 381 s_reservedSize[NV_LOCKOUT_AUTH_ENABLED] = sizeof(gp.lockOutAuthEnabled);
9787 508 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);