Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dtrace.c47 static int trace_type_max; variable
83 trace_type_count = trace_type_max = 0; in trace_free_all()
294 if (trace_type_max <= tptr -> index) { in trace_type_stash()
295 delta = tptr -> index - trace_type_max + 10; in trace_type_stash()
296 vec = dmalloc (((trace_type_max + delta) * in trace_type_stash()
300 memset (&vec [trace_type_max], 0, in trace_type_stash()
302 trace_type_max += delta; in trace_type_stash()