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

  /src/sys/netinet6/
ip6_flow.c 205 struct ip6flowhead *new_table; local
210 new_table = (struct ip6flowhead *)malloc(sizeof(struct ip6flowhead) *
213 if (new_table == NULL)
219 ip6flowtable = new_table;
  /src/sys/netinet/
ip_flow.c 160 struct ipflowhead *new_table; local
165 new_table = (struct ipflowhead *)malloc(sizeof(struct ipflowhead) *
168 if (new_table == NULL)
174 ipflowtable = new_table;
  /src/lib/libc/db/hash/
hash.c 104 int bpages, new_table, nsegs, save_errno; local
124 new_table = 0;
129 new_table = 1;
134 new_table |= statbuf.st_size == 0;
136 if (new_table) {
193 hashp->new_file = new_table;

Completed in 16 milliseconds