Home
last modified time | relevance | path

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

/openbsd/usr.bin/rup/
H A Drup.c51 struct host_list { struct
52 struct host_list *next; argument
62 struct host_list *hp; in search_host() argument
77 struct host_list *hp; in remember_host()
79 if (!(hp = malloc(sizeof(struct host_list)))) { in remember_host()
/openbsd/sys/dev/pci/drm/
H A Ddrm_mipi_dsi.c303 static DRM_LIST_HEAD(host_list);
320 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node()
345 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
/openbsd/sbin/ipsecctl/
H A Dparse.y304 %type <v.host> host host_list host_spec
577 host_list : host { $$ = $1; }
578 | host_list comma host {
626 | '{' host_list '}' { $$ = $2; }
/openbsd/sbin/pfctl/
H A Dparse.y511 %type <v.host> ipspec xhost host dynaddr host_list
2586 | '{' optnl host_list '}' { $$ = $3; }
2590 host_list : ipspec optnl { $$ = $1; }
2591 | host_list comma ipspec optnl {