HomeSort by: relevance | last modified time | path
    Searched defs:new_table (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
ip_flow.c 160 struct ipflowhead *new_table; local in function:ipflow_reinit
165 new_table = (struct ipflowhead *)malloc(sizeof(struct ipflowhead) *
168 if (new_table == NULL)
174 ipflowtable = new_table;
ip_flow.c 160 struct ipflowhead *new_table; local in function:ipflow_reinit
165 new_table = (struct ipflowhead *)malloc(sizeof(struct ipflowhead) *
168 if (new_table == NULL)
174 ipflowtable = new_table;
  /src/sys/netinet6/
ip6_flow.c 205 struct ip6flowhead *new_table; local in function:ip6flow_init_locked
210 new_table = (struct ip6flowhead *)malloc(sizeof(struct ip6flowhead) *
213 if (new_table == NULL)
219 ip6flowtable = new_table;
ip6_flow.c 205 struct ip6flowhead *new_table; local in function:ip6flow_init_locked
210 new_table = (struct ip6flowhead *)malloc(sizeof(struct ip6flowhead) *
213 if (new_table == NULL)
219 ip6flowtable = new_table;
  /src/lib/libc/db/hash/
hash.c 103 int bpages, new_table, nsegs, save_errno; local in function:__hash_open
123 new_table = 0;
128 new_table = 1;
133 new_table |= statbuf.st_size == 0;
135 if (new_table) {
192 hashp->new_file = new_table;
hash.c 103 int bpages, new_table, nsegs, save_errno; local in function:__hash_open
123 new_table = 0;
128 new_table = 1;
133 new_table |= statbuf.st_size == 0;
135 if (new_table) {
192 hashp->new_file = new_table;

Completed in 27 milliseconds