Searched refs:c_ddate (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h127 time32_t c_ddate; /* date of this dump */ member in struct:u_spcl::s_spcl
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c169 spcl.c_ddate = 0;
184 if (ip->id_ddate <= spcl.c_ddate)
186 spcl.c_ddate = ip->id_ddate;
239 spcl.c_ddate = 0;
H A Ddumponline.c347 spcl.c_ddate = spcl.c_date; /* chain with last dump/pass */
H A Ddumpmain.c798 (uchar_t)lastincno, prdate(spcl.c_ddate));
H A Ddumptraverse.c104 if (ip->di_ctime >= spcl.c_ddate) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c300 dumptime = spcl.c_ddate;
585 ((time_t)(tmpbuf.c_ddate) != dumptime)) {
717 date = (time_t)dumpinfo.c_ddate;
719 (dumpinfo.c_ddate == 0) ? epoch : lctime(&date));
1492 (time_t)(sp->c_ddate) == dumptime) {
1606 (time_t)(sp->c_ddate) == dumptime) {
1757 int32_t c_ddate; member in struct:u_ospcl::s_ospcl
1785 buf->c_ddate = u_ospcl.s_ospcl.c_ddate;
1843 dumpinfo.c_ddate
[all...]

Completed in 68 milliseconds