Home
last modified time | relevance | path

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

/illumos-gate/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.c55 if (res != GENENT_OK) in genent_tnrhdb()
106 if (res != GENENT_OK) in genent_tnrhtp()
H A Dldapaddent.c607 int rc = GENENT_OK, af; in genent_hosts()
868 int rc = GENENT_OK; in genent_rpc()
1079 int rc = GENENT_OK; in genent_protocols()
1301 int rc = GENENT_OK; in genent_networks()
1520 int rc = GENENT_OK; in genent_services()
1763 int rc = GENENT_OK; in genent_group()
1778 return (GENENT_OK); in genent_group()
1966 int rc = GENENT_OK; in genent_ethers()
2082 int rc = GENENT_OK; in genent_aliases()
2236 return (GENENT_OK); in genent_publickey()
[all …]
H A Dldapaddent.h50 #define GENENT_OK 0 macro