Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsldap/common/
H A Dns_error.c42 {NS_LDAP_NOTFOUND, NULL},
H A Dns_standalone.c634 return (NS_LDAP_NOTFOUND); in __s_api_ip2hostname()
666 return (NS_LDAP_NOTFOUND); in __s_api_ip2hostname()
716 return (NS_LDAP_NOTFOUND); in convert_to_door_line()
740 return (NS_LDAP_NOTFOUND); in convert_to_door_line()
891 return (NS_LDAP_NOTFOUND); in getDirBaseDN()
947 return (NS_LDAP_NOTFOUND); in getDirBaseDN()
1464 if (ret_code == NS_LDAP_NOTFOUND) { in __ns_ldap_getRootDSE()
1472 NS_LDAP_NOTFOUND, in __ns_ldap_getRootDSE()
2332 return (NS_LDAP_NOTFOUND); in __s_api_findRootDSE()
H A Dns_getalias.c161 if (rc == NS_LDAP_NOTFOUND) { in __getldapaliasbyname()
H A Dns_connmgmt.c1400 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1404 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1415 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1476 if (cn->ns_rc != NS_LDAP_NOTFOUND) in __s_api_conn_mt_get()
1520 return (NS_LDAP_NOTFOUND); in __s_api_conn_mt_get()
1771 __s_api_conn_mt_remove(cu, NS_LDAP_NOTFOUND, NULL); in __s_api_check_libldap_MT_conn_support()
H A Dns_sldap.h249 NS_LDAP_NOTFOUND = 2, /* entry not found, no info in errorp */ enumerator
H A Dns_reads.c3262 rc = NS_LDAP_NOTFOUND; in ldap_list()
3523 ? NS_LDAP_NOTFOUND : c->err_rc; in __ns_ldap_list_batch_process()
3673 rc = NS_LDAP_NOTFOUND; in find_domainname()
3680 rc = NS_LDAP_NOTFOUND; in find_domainname()
3905 rc = NS_LDAP_NOTFOUND; in firstEntry()
4416 rc = NS_LDAP_NOTFOUND; in __ns_ldap_dn2domain()
5535 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.c2883 case NS_LDAP_NOTFOUND: in modify_ethers_bootp()
/titanic_50/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()
/titanic_50/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c58 case NS_LDAP_NOTFOUND: in __ldap_to_pamerror()
/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c247 case NS_LDAP_NOTFOUND: in switch_err()
H A Dldapaddent.c414 case NS_LDAP_NOTFOUND: in addentry()
4198 case NS_LDAP_NOTFOUND: in dumptable()
4537 if ((rc == NS_LDAP_NOTFOUND) && (op == OP_ADD) && in main()
4576 if (rc == NS_LDAP_NOTFOUND) { in main()
/titanic_50/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c106 case NS_LDAP_NOTFOUND: in switch_err()
H A Dgetnetgrent.c619 } else if (rc != NS_LDAP_NOTFOUND) { in top_down_search()
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c252 case NS_LDAP_NOTFOUND: in nldaprc2retcode()
/titanic_50/usr/src/lib/passwdutil/
H A Dldap_attr.c957 case NS_LDAP_NOTFOUND: return (PWU_NOT_FOUND); in ldap_to_pwu_code()
/titanic_50/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c593 if (rc_ns == NS_LDAP_NOTFOUND) { in unixname2dn()