Home
last modified time | relevance | path

Searched refs:NS_LDAP_NOTFOUND (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c635 return (NS_LDAP_NOTFOUND); in __s_api_ip2hostname()
667 return (NS_LDAP_NOTFOUND); in __s_api_ip2hostname()
717 return (NS_LDAP_NOTFOUND); in convert_to_door_line()
741 return (NS_LDAP_NOTFOUND); in convert_to_door_line()
892 return (NS_LDAP_NOTFOUND); in getDirBaseDN()
948 return (NS_LDAP_NOTFOUND); in getDirBaseDN()
1465 if (ret_code == NS_LDAP_NOTFOUND) { in __ns_ldap_getRootDSE()
1473 NS_LDAP_NOTFOUND, in __ns_ldap_getRootDSE()
2333 return (NS_LDAP_NOTFOUND); in __s_api_findRootDSE()
H A Dns_error.c42 {NS_LDAP_NOTFOUND, NULL},
H A Dns_getalias.c161 if (rc == NS_LDAP_NOTFOUND) { in __getldapaliasbyname()
H A Dns_connmgmt.c1409 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1413 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1424 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1485 if (cn->ns_rc != NS_LDAP_NOTFOUND) in __s_api_conn_mt_get()
1529 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1783 __s_api_conn_mt_remove(cu, NS_LDAP_NOTFOUND, NULL); in __s_api_check_libldap_MT_conn_support()
H A Dns_sldap.h250 NS_LDAP_NOTFOUND = 2, /* entry not found, no info in errorp */ enumerator
H A Dns_reads.c3270 rc = NS_LDAP_NOTFOUND; in ldap_list()
3531 ? NS_LDAP_NOTFOUND : c->err_rc; in __ns_ldap_list_batch_process()
3718 rc = NS_LDAP_NOTFOUND; in lookup_dn()
3761 rc = NS_LDAP_NOTFOUND; in find_domainname()
3983 rc = NS_LDAP_NOTFOUND; in firstEntry()
4353 rc = NS_LDAP_NOTFOUND; in __ns_ldap_dn2uid()
4537 rc = NS_LDAP_NOTFOUND; in __ns_ldap_dn2domain()
5658 return (NS_LDAP_NOTFOUND); in parse_acct_cont_resp_msg()
H A Dns_connect.c1732 if (rc != NS_LDAP_NOTFOUND) in getConnection()
H A Dns_writes.c2881 case NS_LDAP_NOTFOUND: in modify_ethers_bootp()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c370 if (res != NS_LDAP_SUCCESS && res != NS_LDAP_NOTFOUND) { in ldap_match()
393 if (res == NS_LDAP_NOTFOUND || result == NULL || in ldap_match()
609 case NS_LDAP_NOTFOUND: in ldap_err()
866 if (res != NS_LDAP_SUCCESS && res != NS_LDAP_NOTFOUND) { in getmapkeys_ldap()
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c56 case NS_LDAP_NOTFOUND: in __ldap_to_pamerror()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c246 case NS_LDAP_NOTFOUND: in switch_err()
H A Dldapaddent.c414 case NS_LDAP_NOTFOUND: in addentry()
4200 case NS_LDAP_NOTFOUND: in dumptable()
4539 if ((rc == NS_LDAP_NOTFOUND) && (op == OP_ADD) && in main()
4578 if (rc == NS_LDAP_NOTFOUND) { in main()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c107 case NS_LDAP_NOTFOUND: in switch_err()
H A Dgetnetgrent.c619 } else if (rc != NS_LDAP_NOTFOUND) { in top_down_search()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c252 case NS_LDAP_NOTFOUND: in nldaprc2retcode()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c593 if (rc_ns == NS_LDAP_NOTFOUND) { in unixname2dn()
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c958 case NS_LDAP_NOTFOUND: return (PWU_NOT_FOUND); in ldap_to_pwu_code()