/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | locate_kdc.c | 522 char ***hostlist, in prof_locate_server() argument 530 *hostlist = NULL; /* default - indicate no KDCs found */ in prof_locate_server() 575 *hostlist = hl; in prof_locate_server() 724 hostlist2str(char **hostlist) in hostlist2str() argument 727 char **hl = hostlist, *s = NULL; in hostlist2str() 743 hl = hostlist; in hostlist2str() 760 char **hostlist, in prof_hostnames2netaddrs() argument 771 while (hostlist && hostlist[count]) in prof_hostnames2netaddrs() 800 for (i=0; hostlist[i]; i++) { in prof_hostnames2netaddrs() 804 host = hostlist[i]; in prof_hostnames2netaddrs() [all …]
|
H A D | free_krbhs.c | 37 krb5_free_krbhst(krb5_context context, char *const *hostlist) in krb5_free_krbhst() argument 41 for (cp = hostlist; *cp; cp++) in krb5_free_krbhst() 43 krb5_xfree(hostlist); in krb5_free_krbhst()
|
H A D | get_krbhst.c | 62 krb5_get_krbhst(krb5_context context, const krb5_data *realm, char ***hostlist) in krb5_get_krbhst() argument 127 *hostlist = rethosts; in krb5_get_krbhst()
|
/titanic_50/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 85 struct hostlist { struct 87 struct hostlist *nxt; argument 88 } *hostlist; variable 203 struct hostlist *hl; in main() 402 for (hl = hostlist; hl != NULL; hl = hl->nxt) in main() 666 struct hostlist *hl; in gethostlist() 708 for (hl = hostlist; hl != NULL; hl = hl->nxt) in gethostlist() 711 hl = (struct hostlist *)malloc(sizeof (struct hostlist)); in gethostlist() 713 hl->nxt = hostlist; in gethostlist() 714 hostlist = hl; in gethostlist()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 633 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, in ldap_x_hostlist_first() argument 641 if ( NULL == hostlist || *hostlist == '\0' ) { in ldap_x_hostlist_first() 655 (*statusp)->lhs_hostlist = nsldapi_strdup( hostlist ); in ldap_x_hostlist_first()
|
H A D | os-ip.c | 175 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, defport,
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 250 do_ldapssl_connect(const char *hostlist, int defport, int timeout, in do_ldapssl_connect() argument 305 intfd = (*(sseip->lssei_std_functions.lssf_connect_fn))( hostlist, defport, in do_ldapssl_connect() 454 ldapssl_connect(const char *hostlist, int defport, int timeout, in ldapssl_connect() argument 458 return( do_ldapssl_connect( hostlist, defport, timeout, options, in ldapssl_connect() 464 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, in ldapssl_clientauth_connect() argument 468 return( do_ldapssl_connect( hostlist, defport, timeout, options, in ldapssl_clientauth_connect()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 53 static int LDAP_CALLBACK prldap_connect( const char *hostlist, int defport, 374 prldap_connect( const char *hostlist, int defport, int timeout, in prldap_connect() argument 405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port, in prldap_connect()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 1291 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;
|
/titanic_50/usr/src/lib/libldap5/include/ldap/ |
H A D | solaris-int.h | 239 const char *hostlist, int port, /* host byte order */ 283 LDAP_API(int) LDAP_CALL ldap_x_hostlist_first( const char *hostlist,
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 900 char *hostlist; in nfs4_trigger_domount_args_create() local 909 hostlist = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in nfs4_trigger_domount_args_create() 917 kmem_free(hostlist, MAXPATHLEN); in nfs4_trigger_domount_args_create() 921 (void) strlcpy(hostlist, esi_first->esi_hostname, MAXPATHLEN); in nfs4_trigger_domount_args_create() 988 kmem_free(hostlist, MAXPATHLEN); in nfs4_trigger_domount_args_create() 1022 (void) strlcpy(hostlist, in nfs4_trigger_domount_args_create() 1027 (void) strlcat(hostlist, ",", MAXPATHLEN); in nfs4_trigger_domount_args_create() 1028 (void) strlcat(hostlist, esi->esi_hostname, in nfs4_trigger_domount_args_create() 1046 dma->dma_hostlist = hostlist; in nfs4_trigger_domount_args_create()
|
/titanic_50/usr/src/uts/common/io/comstar/stmf/ |
H A D | lun_map.c | 482 stmf_id_list_t *hostlist; in stmf_update_sessions_per_ve() local 502 hostlist = (stmf_id_list_t *)ve->ve_hg->id_impl_specific; in stmf_update_sessions_per_ve() 505 if ((!all_hg && !hostlist->idl_head) || in stmf_update_sessions_per_ve()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | map.c | 4995 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 */
|