workstation_obtained 46 source4/auth/credentials/credentials.c cred->workstation_obtained = CRED_UNINITIALISED; workstation_obtained 501 source4/auth/credentials/credentials.c if (cred->workstation_obtained == CRED_CALLBACK && workstation_obtained 506 source4/auth/credentials/credentials.c cred->workstation_obtained = CRED_SPECIFIED; workstation_obtained 516 source4/auth/credentials/credentials.c if (obtained >= cred->workstation_obtained) { workstation_obtained 518 source4/auth/credentials/credentials.c cred->workstation_obtained = obtained; workstation_obtained 528 source4/auth/credentials/credentials.c if (cred->workstation_obtained < CRED_CALLBACK) { workstation_obtained 530 source4/auth/credentials/credentials.c cred->workstation_obtained = CRED_CALLBACK; workstation_obtained 54 source4/auth/credentials/credentials.h enum credentials_obtained workstation_obtained;