Home
last modified time | relevance | path

Searched refs:check_auth (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c1116 int check_auth; local
1127 check_auth = 1;
1134 check_auth = 1;
1141 check_auth = 1;
1148 check_auth = 0;
1156 check_auth = 0;
1163 check_auth = 1;
1170 check_auth = 1;
1178 check_auth = 1;
1186 check_auth = 1;
[all …]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c71 static int check_auth(ucred_t *, const char *);
267 check_auth(ucred_t *ucred, const char *auth) in check_auth() function
391 if (check_auth(uc, HP_MODIFY_AUTH) != 0) { in cmd_changestate()
488 (check_auth(uc, HP_MODIFY_AUTH) != 0)) { in cmd_private()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c68 static const char *check_auth(const char *);
84 { USERATTR_AUTHS_KW, check_auth, auth },
229 check_auth(const char *auths) in check_auth() function
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.h73 int check_auth(uid_t uid);
H A Dutil.c252 check_auth(uid_t uid) in check_auth() function
H A Dmain.c233 if (check_auth(ruid) != 1) { in main()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7308 check_auth(const char *auth) in check_auth() function
7436 success = check_auth(LINK_SEC_AUTH); in do_create_secobj()
7519 success = check_auth(LINK_SEC_AUTH); in do_delete_secobj()