Searched defs:SSDlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1577 * OUTPUT: *SSDlist, *errorp if error
1581 ns_ldap_search_desc_t ***SSDlist,
1597 if (SSDlist == NULL || errorp == NULL)
1600 *SSDlist = NULL;
1612 rc = __ns_ldap_getSearchDescriptors(service, SSDlist, errorp);
1616 if (*SSDlist != NULL)
1628 "automount", SSDlist, errorp);
1632 if (*SSDlist != NULL) {
1634 * If SSDlist is found,
1636 * in the SSDlist
1580 __s_api_get_SSD_from_SSDtoUse_service(const char *service, ns_ldap_search_desc_t ***SSDlist, ns_ldap_error_t **errorp) argument
1894 __s_api_prepend_automountmapname( const char *service, ns_ldap_search_desc_t ***SSDlist, ns_ldap_error_t **errorp) argument
[all...]

Completed in 74 milliseconds