Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c544 time_t dumpdate; member
634 hdr.dumpdate = dumpdate; in dumpsymtable()
746 if (hdr.dumpdate != dumptime) { in initsymtable()
747 if (hdr.dumpdate < dumptime) in initsymtable()
762 dumpdate = hdr.dumpdate; in initsymtable()
H A Dtape.c302 dumpdate = spcl.c_date; in setup()
585 if (((time_t)(tmpbuf.c_date) != dumpdate) || in getvol()
603 tmp_ct, lctime(&dumpdate)); in getvol()
1488 (time_t)(sp->c_date) == dumpdate && in readtape()
1602 (time_t)(sp->c_date) == dumpdate && in readtape()
1985 (time_t)(header->c_date) != dumpdate) in findinode()
H A Drestore.h76 extern time_t dumpdate; /* time that this dump was made */
H A Dmain.c61 time_t dumpdate; variable
H A Ddirs.c65 "%s/rst" type "%ld.XXXXXX", tmpdir, dumpdate); \