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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h126 time32_t c_date; /* date of previous dump */ member in struct:u_spcl::s_spcl
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h65 u_char c_date[2]; /* created: date */ member in struct:__anon59
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c282 * expects to find a header with the c_date field
285 endoftapemark.s_spcl.c_date = spcl.c_date;
301 dumpdate = spcl.c_date;
584 if (((time_t)(tmpbuf.c_date) != dumpdate) ||
587 time_t lc_date = (time_t)tmpbuf.c_date;
713 date = (time_t)dumpinfo.c_date;
1491 (time_t)(sp->c_date) == dumpdate &&
1605 (time_t)(sp->c_date) == dumpdate &&
1756 int32_t c_date; member in struct:u_ospcl::s_ospcl
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c261 itwalk->id_ddate = spcl.c_date;
275 (uchar_t)incno, prdate(spcl.c_date));
H A Ddumponline.c347 spcl.c_ddate = spcl.c_date; /* chain with last dump/pass */
H A Ddumpmain.c787 spcl.c_date = (time32_t)time((time_t *)NULL);
792 spcl.c_date = snapdate;
796 incno, prdate(spcl.c_date));

Completed in 60 milliseconds