Searched refs:host_list (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_services.c | 64 static int process_host_list(char **host_list, int servicetype) in process_host_list() argument 72 for (j = 0; host_list[j]; j++) { in process_host_list() 74 if ((pchr = strchr(host_list[j], HOST_INFO_DELIMITER))) { in process_host_list() 75 unsigned int hostname_len = pchr - host_list[j]; in process_host_list() 84 strncpy (host_str, host_list[j], hostname_len); in process_host_list() 104 strncpy (host_str, host_list[j], MAX_LEN_LIST_ENTRY - 1); in process_host_list() 144 free (host_list[j]); in process_host_list() 145 host_list[j] = (char*) malloc(sizeof(char) * in process_host_list() 147 if (host_list[j] == NULL) { in process_host_list() 151 snprintf (host_list[j], strlen(host_str) + strlen(proto_str) + strlen(port_str) + 2 + 1, in process_host_list()
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 1091 struct nlm_host_list host_list; in nlm_do_free_all() local 1094 TAILQ_INIT(&host_list); in nlm_do_free_all() 1119 TAILQ_INSERT_TAIL(&host_list, hostp, nh_link); in nlm_do_free_all() 1125 while (!TAILQ_EMPTY(&host_list)) { in nlm_do_free_all() 1126 hostp = TAILQ_FIRST(&host_list); in nlm_do_free_all() 1127 TAILQ_REMOVE(&host_list, hostp, nh_link); in nlm_do_free_all()
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.h | 66 typedef struct host_list { struct
|
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 244 static host_id_list_t *host_list; variable 282 hostp = host_list; in find_hostid_in_list() 307 hostp->next = host_list; in find_hostid_in_list() 308 host_list = hostp; in find_hostid_in_list()
|