Searched refs:host_list (Results 1 – 8 of 8) sorted by relevance
72 static struct host_list { struct73 struct host_list *next; argument87 struct host_list *hp; in search_host() argument116 struct host_list *hp; in remember_host()118 if (!(hp = (struct host_list *)malloc(sizeof(struct host_list)))) { in remember_host()
63 static struct host_list { struct64 struct host_list *next; argument81 struct host_list *hp; in search_host() argument110 struct host_list *hp; in remember_host()112 if ((hp = malloc(sizeof(struct host_list))) == NULL) { in remember_host()
42 host_list = [ "hostname", "dbase" ]109 host_list = [ "db1", "db2" ]112 host_list = [ "fs1" ]115 host_list = [ "fsb1" ]
57 struct sun_host *host_list; /* list of hosts */ member
378 if (local->host_list != NULL) { in sun_locations2amd()380 for (host = local->host_list; in sun_locations2amd()
306 location->host_list = (struct sun_host *)list->first;
256 static LIST_HEAD(host_list);273 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node()298 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
443 %type <v.host> ipspec xhost host dynaddr host_list1245 | '{' host_list '}' {2467 | '{' host_list '}' { $$ = $2; }2470 host_list : ipspec { $$ = $1; }2471 | host_list comma ipspec {