Home
last modified time | relevance | path

Searched refs:host_list (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.bin/rusers/
H A Drusers.c72 static struct host_list { struct
73 struct host_list *next; argument
87 struct host_list *hp; in search_host() argument
116 struct host_list *hp; in remember_host()
118 if (!(hp = (struct host_list *)malloc(sizeof(struct host_list)))) { in remember_host()
/netbsd-src/usr.bin/rup/
H A Drup.c63 static struct host_list { struct
64 struct host_list *next; argument
81 struct host_list *hp; in search_host() argument
110 struct host_list *hp; in remember_host()
112 if ((hp = malloc(sizeof(struct host_list))) == NULL) { in remember_host()
/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dtagging.txt42 host_list = [ "hostname", "dbase" ]
109 host_list = [ "db1", "db2" ]
112 host_list = [ "fs1" ]
115 host_list = [ "fsb1" ]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map.h57 struct sun_host *host_list; /* list of hosts */ member
H A Dsun_map.c378 if (local->host_list != NULL) { in sun_locations2amd()
380 for (host = local->host_list; in sun_locations2amd()
H A Dsun_map_parse.y306 location->host_list = (struct sun_host *)list->first;
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mipi_dsi.c256 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()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y443 %type <v.host> ipspec xhost host dynaddr host_list
1245 | '{' host_list '}' {
2467 | '{' host_list '}' { $$ = $2; }
2470 host_list : ipspec { $$ = $1; }
2471 | host_list comma ipspec {