Lines Matching defs:rc

150 	int		rc = 0;
157 if ((rc = __ns_ldap_getParam(NS_LDAP_SEARCH_SCOPE_P,
159 return (rc);
390 int rc = 0;
397 if ((rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P,
399 return (rc);
462 rc = prepend_auto2dn(
464 if (rc != NS_LDAP_SUCCESS) {
469 return (rc);
524 int rc = 0;
526 if ((rc = __ns_ldap_getParam(NS_LDAP_SEARCH_DN_P,
528 return (rc);
810 int rc = 0, err = NS_LDAP_CONFIG, version = 1;
818 if ((rc = __ns_ldap_getParam(NS_LDAP_FILE_VERSION_P,
820 return (rc);
838 if ((rc = __ns_ldap_getParam(NS_LDAP_SERVERS_P,
840 return (rc);
874 if ((rc = __ns_ldap_getParam(NS_LDAP_SERVER_PREF_P,
879 return (rc);
886 if ((rc = __ns_ldap_getParam(NS_LDAP_PREF_ONLY_P,
892 return (rc);
1275 * other rc from __ns_ldap_getParam()
1285 int rc = 0;
1306 rc = __ns_ldap_getParam(NS_LDAP_SEARCH_REF_P,
1308 if (rc != NS_LDAP_SUCCESS)
1309 return (rc);
1584 int i, rc;
1612 rc = __ns_ldap_getSearchDescriptors(service, SSDlist, errorp);
1613 if (rc != NS_LDAP_SUCCESS)
1614 return (rc);
1627 rc = __ns_ldap_getSearchDescriptors(
1629 if (rc != NS_LDAP_SUCCESS)
1630 return (rc);
1639 rc = __s_api_prepend_automountmapname(
1644 if (rc != NS_LDAP_SUCCESS) {
1650 return (rc);
1676 rc = __ns_ldap_getSearchDescriptors(SSD_service,
1678 if (rc != NS_LDAP_SUCCESS) {
1679 return (rc);
1899 int i, rc;
1908 rc = __s_api_prepend_automountmapname_to_dn(
1911 if (rc != NS_LDAP_SUCCESS)
1912 return (rc);
1937 int rc, len_s = 0, len_d = 0, len = 0;
1948 rc = __ns_ldap_getParam(NS_LDAP_FILE_VERSION_P, &paramVal, errorp);
1949 if (rc != NS_LDAP_SUCCESS || !paramVal || !*paramVal) {
1952 return (rc);
2319 int rc;
2380 rc = __ns_ldap_trydoorcall(&sptr, &ndata, &adata);
2387 return (rc);
2407 * Create an ns_ldap_error structure, set status to 'rc',
2411 __s_api_make_error(int rc, char *msg) {
2418 ep->status = rc;