Searched refs:host_list (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/amd/amd/
H A Dsun_map.h55 struct sun_host *host_list; /* list of hosts */ member in struct:sun_location
H A Dsun_map.c376 if (local->host_list != NULL) {
378 for (host = local->host_list;
H A Dsun_map_parse.y304 location->host_list = (struct sun_host *)list->first;
/freebsd-10-stable/usr.bin/rup/
H A Drup.c61 struct host_list { struct
62 struct host_list *next;
69 struct host_list *hp;
84 struct host_list *hp;
86 if (!(hp = (struct host_list *)malloc(sizeof(struct host_list))))
/freebsd-10-stable/usr.bin/rusers/
H A Drusers.c62 static struct host_list { struct
63 struct host_list *next;
70 struct host_list *hp;
85 struct host_list *hp;
87 if ((hp = (struct host_list *)malloc(sizeof(struct host_list))) == NULL)
/freebsd-10-stable/sys/dev/e1000/
H A Dif_igb.c5651 struct sysctl_oid_list *stat_list, *queue_list, *int_list, *host_list; local
5997 host_list = SYSCTL_CHILDREN(host_node);
5999 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUTO, "breaker_tx_pkt",
6003 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUTO, "host_tx_pkt_discard",
6007 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUTO, "rx_pkt",
6011 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUTO, "breaker_rx_pkts",
6015 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUTO, "breaker_rx_pkt_drop",
6019 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUTO, "tx_good_pkt",
6023 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUTO, "breaker_tx_pkt_drop",
6027 SYSCTL_ADD_QUAD(ctx, host_list, OID_AUT
[all...]
/freebsd-10-stable/sbin/pfctl/
H A Dparse.y482 %type <v.host> ipspec toipspec xhost host dynaddr host_list
1410 | '{' optnl host_list '}' {
2885 | '{' optnl host_list '}' { $$ = $3; }
2892 host_list : ipspec optnl { $$ = $1; } label
2893 | host_list comma ipspec optnl {

Completed in 147 milliseconds