Home
last modified time | relevance | path

Searched refs:_enum_auths (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsecdb.h92 extern int _enum_auths(const char *, int (*)(const char *, void *, void *),
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c277 _enum_auths(const char *username, in _enum_auths() function
390 (void) _enum_auths(username, _is_authorized, (char *)authname, in chkauthattr()
H A Dmapfile-vers88 _enum_auths;
/illumos-gate/usr/src/cmd/auths/
H A Dauths.c112 (void) _enum_auths(username, add_auth, NULL, &cbs); in show_auths()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1563 if (_enum_auths(pw.pw_name, auth_cb, pcp, &ret) < 0) in perm_granted()