Home
last modified time | relevance | path

Searched refs:dump_crashtime (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddumphdr.h76 time_t dump_crashtime; /* time of crash */ member
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1598 (int64_t)corehdr.dump_crashtime); in raise_event()
1818 ctime(&dumphdr.dump_crashtime)); in main()
1901 "Crash", ctime(&dumphdr.dump_crashtime)); in main()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2709 dumphdr->dump_crashtime = gethrestime_sec(); in dumpsys()