/src/sbin/dump/ |
itime.c | 55 struct dumptime { struct 57 SLIST_ENTRY(dumptime) dt_list; 59 SLIST_HEAD(dthead, dumptime) dthead = SLIST_HEAD_INITIALIZER(dthead); 104 struct dumptime *dtwalk; 107 dtwalk = (struct dumptime *)xcalloc(1, sizeof(struct dumptime));
|
itime.c | 55 struct dumptime { struct 57 SLIST_ENTRY(dumptime) dt_list; 59 SLIST_HEAD(dthead, dumptime) dthead = SLIST_HEAD_INITIALIZER(dthead); 104 struct dumptime *dtwalk; 107 dtwalk = (struct dumptime *)xcalloc(1, sizeof(struct dumptime));
|
itime.c | 55 struct dumptime { struct 57 SLIST_ENTRY(dumptime) dt_list; 59 SLIST_HEAD(dthead, dumptime) dthead = SLIST_HEAD_INITIALIZER(dthead); 104 struct dumptime *dtwalk; 107 dtwalk = (struct dumptime *)xcalloc(1, sizeof(struct dumptime));
|
/src/sbin/restore/ |
main.c | 77 time_t dumptime; variable in typeref:typename:time_t 218 if (dumptime > 0) {
|
symtab.c | 439 time_t dumptime; member in struct:symtableheader 520 hdr.dumptime = dumptime; 582 if (hdr.dumpdate != dumptime) { 583 if (hdr.dumpdate < dumptime) 595 dumptime = hdr.dumptime;
|
main.c | 77 time_t dumptime; variable in typeref:typename:time_t 218 if (dumptime > 0) {
|
symtab.c | 439 time_t dumptime; member in struct:symtableheader 520 hdr.dumptime = dumptime; 582 if (hdr.dumpdate != dumptime) { 583 if (hdr.dumpdate < dumptime) 595 dumptime = hdr.dumptime;
|
main.c | 77 time_t dumptime; variable in typeref:typename:time_t 218 if (dumptime > 0) {
|
symtab.c | 439 time_t dumptime; member in struct:symtableheader 520 hdr.dumptime = dumptime; 582 if (hdr.dumpdate != dumptime) { 583 if (hdr.dumpdate < dumptime) 595 dumptime = hdr.dumptime;
|
/src/sbin/savecore/ |
savecore.c | 833 time_t dumptime; /* Time the dump was taken. */ local in function:get_crashtime 836 if (KREAD(kd_dump, dump_nl[X_TIME_SECOND].n_value, &dumptime) != 0) { 838 syslog(LOG_WARNING, "kvm_read dumptime: %s (and _time_second " 842 dumptime = dtime.tv_sec; 844 if (dumptime == 0) { 848 syslog(LOG_INFO, "system went down at %s", ctime(&dumptime)); 850 if (dumptime < now - LEEWAY || dumptime > now + LEEWAY) {
|
savecore.c | 833 time_t dumptime; /* Time the dump was taken. */ local in function:get_crashtime 836 if (KREAD(kd_dump, dump_nl[X_TIME_SECOND].n_value, &dumptime) != 0) { 838 syslog(LOG_WARNING, "kvm_read dumptime: %s (and _time_second " 842 dumptime = dtime.tv_sec; 844 if (dumptime == 0) { 848 syslog(LOG_INFO, "system went down at %s", ctime(&dumptime)); 850 if (dumptime < now - LEEWAY || dumptime > now + LEEWAY) {
|
savecore.c | 833 time_t dumptime; /* Time the dump was taken. */ local in function:get_crashtime 836 if (KREAD(kd_dump, dump_nl[X_TIME_SECOND].n_value, &dumptime) != 0) { 838 syslog(LOG_WARNING, "kvm_read dumptime: %s (and _time_second " 842 dumptime = dtime.tv_sec; 844 if (dumptime == 0) { 848 syslog(LOG_INFO, "system went down at %s", ctime(&dumptime)); 850 if (dumptime < now - LEEWAY || dumptime > now + LEEWAY) {
|
/src/lib/libc/time/ |
zdump.c | 94 static void dumptime(struct tm const *); 848 dumptime(gmtmp); 858 dumptime(tmp); 1213 dumptime(const struct tm *timeptr) function in typeref:typename:void
|
zdump.c | 94 static void dumptime(struct tm const *); 848 dumptime(gmtmp); 858 dumptime(tmp); 1213 dumptime(const struct tm *timeptr) function in typeref:typename:void
|
zdump.c | 94 static void dumptime(struct tm const *); 848 dumptime(gmtmp); 858 dumptime(tmp); 1213 dumptime(const struct tm *timeptr) function in typeref:typename:void
|