Searched refs:_enum_auths (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | secdb.h | 92 extern int _enum_auths(const char *, int (*)(const char *, void *, void *),
|
/titanic_50/usr/src/lib/libsecdb/common/ |
H A D | chkauthattr.c | 277 _enum_auths(const char *username, in _enum_auths() function 390 (void) _enum_auths(username, _is_authorized, (char *)authname, in chkauthattr()
|
H A D | mapfile-vers | 88 _enum_auths;
|
/titanic_50/usr/src/cmd/auths/ |
H A D | auths.c | 112 (void) _enum_auths(username, add_auth, NULL, &cbs); in show_auths()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 1573 if (_enum_auths(pw.pw_name, auth_cb, pcp, &ret) < 0) in perm_granted()
|