Searched defs:authattr_ops (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetauthattr.c47 static files_backend_op_t authattr_ops[] = { variable
64 return (_nss_files_constr(authattr_ops,
65 sizeof (authattr_ops) / sizeof (authattr_ops[0]),
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetauthattr.c43 static nis_backend_op_t authattr_ops[] = { variable
60 return (_nss_nis_constr(authattr_ops,
61 sizeof (authattr_ops)/sizeof (authattr_ops[0]),
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetauthattr.c173 static ldap_backend_op_t authattr_ops[] = { variable
190 return ((nss_backend_t *)_nss_ldap_constr(authattr_ops,
191 sizeof (authattr_ops)/sizeof (authattr_ops[0]), _AUTHATTR,

Completed in 56 milliseconds