Home
last modified time | relevance | path

Searched refs:get_ns (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c44 repositories = get_ns(rep, PWU_READ); in __get_authtoken_attr()
H A D__user_to_authenticate.c42 repositories = get_ns(rep, PWU_WRITE); in __user_to_authenticate()
H A D__check_history.c55 repositories = get_ns(rep, PWU_READ); in __check_history()
H A D__set_authtoken_attr.c59 repositories = get_ns(rep, PWU_WRITE); in __set_authtoken_attr()
H A Dpasswdutil.h157 int get_ns(pwu_repository_t *, int);
H A Dnss_attr.c147 repositories = get_ns(rep, PWU_READ); in nss_getpwnam()
H A Dswitch_utils.c121 get_ns(pwu_repository_t *rep, int accesstype) in get_ns() function
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c72 static int get_ns(res_state, const char *, ns_class, int, rrset_ns *);
200 if ((n = get_ns(statp, zname, class, opts, &nsrrs)) < 0 || in res_findzonecut2()
405 get_ns(res_state statp, const char *zname, ns_class class, int opts, in get_ns() function