Searched refs:gm_flags (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_accept_sec_context.c215 if (m->gm_flags & GM_USE_MG_CRED) {
277 if (m->gm_flags & GM_USE_MG_CRED)
284 } else if ((m->gm_flags & GM_USE_MG_CRED) != 0) {
H A Dgss_acquire_cred.c105 if (m == NULL || (m->gm_flags & GM_USE_MG_CRED) != 0)
H A Dgss_add_cred.c156 if (m == NULL || (m->gm_flags & GM_USE_MG_CRED)) {
H A Dgss_init_sec_context.c345 if ((m->gm_flags & GM_USE_MG_CRED) == 0 && cred_handle) {
H A Dgss_mech_switch.c335 m->gm_mech.gm_flags = 0;
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dgssapi_mech.h503 /* gm_flags */
510 unsigned gm_flags; member in struct:gssapi_mech_interface_desc
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c248 int gm_flags; member in struct:kauth_group_membership
2898 gm->gm_flags |= KAUTH_GROUP_ISMEMBER;
2900 gm->gm_flags &= ~KAUTH_GROUP_ISMEMBER;
2919 gm->gm_flags |= KAUTH_GROUP_ISMEMBER;
2921 gm->gm_flags &= ~KAUTH_GROUP_ISMEMBER;
3063 *resultp = (gm->gm_flags & KAUTH_GROUP_ISMEMBER) ? 1 : 0;

Completed in 185 milliseconds