Home
last modified time | relevance | path

Searched refs:profname (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c309 char *profname; in check_prof() local
319 profname = strtok(tmp, PROF_SEP); in check_prof()
320 while (profname != NULL) { in check_prof()
321 result = getprofnam(profname); in check_prof()
324 return (profname); in check_prof()
327 profname = strtok(NULL, PROF_SEP); in check_prof()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c526 char **hl, *host, *profname; in prof_locate_server() local
534 profname = "kdc"; in prof_locate_server()
537 profname = "master_kdc"; in prof_locate_server()
540 profname = "admin_server"; in prof_locate_server()
543 profname = "krb524_server"; in prof_locate_server()
546 profname = "kpasswd_server"; in prof_locate_server()
561 realm_srv_names[2] = profname; in prof_locate_server()
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c175 match_execattr(execattr_t *exec, const char *profname, const char *type, in match_execattr() argument
181 if ((profname && execp->name && in match_execattr()
182 (strcmp(profname, execp->name) != 0)) || in match_execattr()