HomeSort by: relevance | last modified time | path
    Searched refs:host_list (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/rusers/
rusers.c 72 static struct host_list { struct
73 struct host_list *next;
87 struct host_list *hp;
116 struct host_list *hp;
118 if (!(hp = (struct host_list *)malloc(sizeof(struct host_list)))) {
  /src/usr.bin/rup/
rup.c 63 static struct host_list { struct
64 struct host_list *next;
81 struct host_list *hp;
110 struct host_list *hp;
112 if ((hp = malloc(sizeof(struct host_list))) == NULL) {
  /src/sys/external/bsd/drm2/dist/drm/
drm_mipi_dsi.c 256 static LIST_HEAD(host_list);
273 list_for_each_entry(host, &host_list, list) {
298 list_add_tail(&host->list, &host_list);
  /src/dist/pf/sbin/pfctl/
parse.y 443 %type <v.host> ipspec xhost host dynaddr host_list
1245 | '{' host_list '}' {
2467 | '{' host_list '}' { $$ = $2; }
2470 host_list : ipspec { $$ = $1; } label
2471 | host_list comma ipspec {

Completed in 17 milliseconds