Lines Matching defs:realm
41 krb5_const_realm realm;
151 const char *realm, uid_t uid, struct kafs_token *kt)
161 realm, name, inst, NULL);
186 (inst != NULL && inst[0] != '\0') ? inst : realm, kt);
213 const char *trealm; /* ticket realm */
226 ret = _kafs_get_cred(data, cell, d->realm, trealm, uid, &kt);
253 krb5_const_realm realm,
280 d.realm = realm;
294 krb5_const_realm realm,
297 return krb5_afslog_uid_home (context, id, cell, realm, uid, NULL);
304 krb5_const_realm realm)
306 return krb5_afslog_uid (context, id, cell, realm, getuid());
313 krb5_const_realm realm,
316 return krb5_afslog_uid_home (context, id, cell, realm, getuid(), homedir);
324 krb5_realm_of_cell(const char *cell, char **realm)
332 return _kafs_realm_of_cell(&kd, cell, realm);