Searched refs:hostlist (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dfree_krbhs.c37 krb5_free_krbhst(krb5_context context, char *const *hostlist) argument
41 for (cp = hostlist; *cp; cp++)
43 krb5_xfree(hostlist);
H A Dget_krbhst.c62 krb5_get_krbhst(krb5_context context, const krb5_data *realm, char ***hostlist) argument
127 *hostlist = rethosts;
H A Dlocate_kdc.c522 char ***hostlist,
530 *hostlist = NULL; /* default - indicate no KDCs found */
575 *hostlist = hl;
720 * Given the profile hostlist, return a string of all the hosts like so:
724 hostlist2str(char **hostlist) argument
727 char **hl = hostlist, *s = NULL;
743 hl = hostlist;
760 char **hostlist,
771 while (hostlist && hostlist[coun
521 prof_locate_server(krb5_context context, const krb5_data *realm, char ***hostlist, enum locate_service_type svc) argument
759 prof_hostnames2netaddrs( char **hostlist, enum locate_service_type svc, int socktype, int family, struct addrlist *addrlist) argument
868 char **hostlist = NULL; local
[all...]
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c85 struct hostlist { struct
87 struct hostlist *nxt;
88 } *hostlist; variable in typeref:struct:hostlist
203 struct hostlist *hl;
402 for (hl = hostlist; hl != NULL; hl = hl->nxt)
666 struct hostlist *hl;
708 for (hl = hostlist; hl != NULL; hl = hl->nxt)
711 hl = (struct hostlist *)malloc(sizeof (struct hostlist));
713 hl->nxt = hostlist;
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c627 * Return the first host and port in hostlist (setting *hostp and *portp).
629 * Note that a NULL or zero-length hostlist causes the host "127.0.0.1" to
633 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, argument
641 if ( NULL == hostlist || *hostlist == '\0' ) {
655 (*statusp)->lhs_hostlist = nsldapi_strdup( hostlist );
665 * Return the next host and port in hostlist (setting *hostp and *portp).
H A Dos-ip.c175 static int nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport,
466 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist, argument
477 NULL == hostlist ? "NULL" : hostlist, defport, 0 );
491 s = ld->ld_extconnect_fn( hostlist, defport,
502 s = nsldapi_try_each_host( ld, hostlist,
537 nsldapi_try_each_host( LDAP *ld, const char *hostlist, argument
557 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
1665 nsldapi_ext_compat_connect( const char *hostlist, int defport, int timeout, argument
1710 s = nsldapi_try_each_host( defcsip->csi_ld, hostlist, defpor
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c250 do_ldapssl_connect(const char *hostlist, int defport, int timeout, argument
305 intfd = (*(sseip->lssei_std_functions.lssf_connect_fn))( hostlist, defport,
454 ldapssl_connect(const char *hostlist, int defport, int timeout, argument
458 return( do_ldapssl_connect( hostlist, defport, timeout, options,
464 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, argument
468 return( do_ldapssl_connect( hostlist, defport, timeout, options,
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c53 static int LDAP_CALLBACK prldap_connect( const char *hostlist, int defport,
374 prldap_connect( const char *hostlist, int defport, int timeout, argument
405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h239 const char *hostlist, int port, /* host byte order */
283 LDAP_API(int) LDAP_CALL ldap_x_hostlist_first( const char *hostlist,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c905 char *hostlist; local
914 hostlist = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
922 kmem_free(hostlist, MAXPATHLEN);
926 (void) strlcpy(hostlist, esi_first->esi_hostname, MAXPATHLEN);
993 kmem_free(hostlist, MAXPATHLEN);
1027 (void) strlcpy(hostlist,
1032 (void) strlcat(hostlist, ",", MAXPATHLEN);
1033 (void) strlcat(hostlist, esi->esi_hostname,
1051 dma->dma_hostlist = hostlist;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1291 char *hl, hostlist[1024], *hlq, hostlistq[1024]; local
1320 if (getword(hostlist, hostlistq, &wlp, &wlq, ':',
1321 sizeof (hostlist)) == -1)
1323 if (!*hostlist)
1326 if (strcmp(hostlist, "nfs") != 0)
1392 hl = hostlist; hlq = hostlistq;
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c482 stmf_id_list_t *hostlist; local
502 hostlist = (stmf_id_list_t *)ve->ve_hg->id_impl_specific;
505 if ((!all_hg && !hostlist->idl_head) ||
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c4995 char *hostlist, *host; local
5029 hostlist = newstr(pmap->ph_servers);
5030 for (host = strtok(hostlist, " ");
5062 sm_free(hostlist); /* XXX */
5086 sm_free(hostlist); /* XXX */

Completed in 104 milliseconds