Home
last modified time | relevance | path

Searched refs:GENENT_OK (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c111 return (GENENT_OK); in genent_attr()
125 if (res != GENENT_OK) in genent_user_attr()
181 if (res != GENENT_OK) in genent_prof_attr()
248 if (res != GENENT_OK) in genent_exec_attr()
331 if (res != GENENT_OK) in genent_auth_attr()
H A Dldapaddtsol.c57 if (res != GENENT_OK) in genent_tnrhdb()
108 if (res != GENENT_OK) in genent_tnrhtp()
H A Dldapaddent.c605 int rc = GENENT_OK, af; in genent_hosts()
866 int rc = GENENT_OK; in genent_rpc()
1077 int rc = GENENT_OK; in genent_protocols()
1299 int rc = GENENT_OK; in genent_networks()
1518 int rc = GENENT_OK; in genent_services()
1761 int rc = GENENT_OK; in genent_group()
1776 return (GENENT_OK); in genent_group()
1964 int rc = GENENT_OK; in genent_ethers()
2080 int rc = GENENT_OK; in genent_aliases()
2234 return (GENENT_OK); in genent_publickey()
[all …]
H A Dldapaddent.h50 #define GENENT_OK 0 macro