Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c543 time_t dumptime; member
633 hdr.dumptime = dumptime; in dumpsymtable()
746 if (hdr.dumpdate != dumptime) { in initsymtable()
747 if (hdr.dumpdate < dumptime) in initsymtable()
761 dumptime = hdr.dumptime; in initsymtable()
H A Dmain.c60 time_t dumptime; variable
386 if (dumptime > 0) { in main()
H A Drestore.h75 extern time_t dumptime; /* time that this dump begins */
H A Dtape.c301 dumptime = spcl.c_ddate; in setup()
586 ((time_t)(tmpbuf.c_ddate) != dumptime)) { in getvol()
1489 (time_t)(sp->c_ddate) == dumptime) { in readtape()
1603 (time_t)(sp->c_ddate) == dumptime) { in readtape()
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c101 static void dumptime(const struct tm *);
509 dumptime(tmp);
515 dumptime(tmp);
584 dumptime(timeptr) in dumptime() function