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

/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.h75 int check_auth(uid_t uid);
H A Dutil.c254 check_auth(uid_t uid) function
H A Dmain.c235 if (check_auth(ruid) != 1) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c1117 int check_auth; local
1128 check_auth = 1;
1135 check_auth = 1;
1142 check_auth = 1;
1149 check_auth = 0;
1157 check_auth = 0;
1164 check_auth = 1;
1171 check_auth = 1;
1179 check_auth = 1;
1187 check_auth
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c68 static const char *check_auth(const char *);
85 { USERATTR_AUTHS_KW, check_auth, auth },
231 check_auth(const char *auths) function
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c71 static int check_auth(ucred_t *, const char *);
262 * check_auth()
267 check_auth(ucred_t *ucred, const char *auth) function
391 if (check_auth(uc, HP_MODIFY_AUTH) != 0) {
488 (check_auth(uc, HP_MODIFY_AUTH) != 0)) {
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7167 check_auth(const char *auth) function
7295 success = check_auth(LINK_SEC_AUTH);
7378 success = check_auth(LINK_SEC_AUTH);

Completed in 88 milliseconds