Home
last modified time | relevance | path

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

/original-bsd/sbin/dump/
H A Ditime.c40 struct dumptime *dthead = 0; variable
91 dtwalk->dt_next = dthead;
92 dthead = dtwalk;
102 dtwalk = dthead;
158 dthead = 0; in putdumptime()
H A Ddump.h144 struct dumptime *dthead; /* head of the list version */ variable