Home
last modified time | relevance | path

Searched refs:nserr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c87 int nserr; local
91 nserr = yp_match(nis_mydomain, map, key, strlen(key),
93 if (nserr == YPERR_MAP) {
101 nserr = yp_match(nis_mydomain, my_map, key,
105 if (nserr) {
106 if (nserr == YPERR_KEY) {
111 nserr = yp_match(nis_mydomain, map, "*", 1,
114 nserr = yp_match(nis_mydomain, my_map, "*", 1,
116 if (!nserr && iswildcard)
121 map, yperr_string(nserr));
[all …]
H A Dns_files.c74 int nserr; in getmapent_files() local
86 nserr = __NSW_UNAVAIL; in getmapent_files()
91 nserr = __NSW_UNAVAIL; in getmapent_files()
113 nserr = __NSW_UNAVAIL; in getmapent_files()
118 nserr = __NSW_NOTFOUND; in getmapent_files()
123 nserr = __NSW_SUCCESS; in getmapent_files()
135 nserr = __NSW_NOTFOUND; in getmapent_files()
157 nserr = getmapent(key, word+1, ml, stack, stkptr, in getmapent_files()
159 if (nserr == __NSW_SUCCESS) in getmapent_files()
187 nserr = __NSW_SUCCESS; in getmapent_files()
[all …]
H A Dns_ldap.c265 int nserr; in getmapent_ldap() local
276 nserr = ldap_match(map, key, &ldap_line, &ldap_len); in getmapent_ldap()
277 if (nserr) { in getmapent_ldap()
278 if (nserr == __NSW_NOTFOUND) { in getmapent_ldap()
280 if ((nserr = ldap_match(map, "\\2a", &ldap_line, in getmapent_ldap()
301 nserr = __NSW_NOTFOUND; in getmapent_ldap()
308 nserr = __NSW_NOTFOUND; in getmapent_ldap()
313 nserr = __NSW_SUCCESS; in getmapent_ldap()
321 return (nserr); in getmapent_ldap()