Searched refs:TOD_secs (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/system_cmds-643.1.1/latency.tproj/
H A Dlatency.c256 uint64_t TOD_secs; member in struct:__anon12480
1169 header.TOD_secs = time(NULL);
1181 sample_TOD_secs = header.TOD_secs;
2350 time_t TOD_secs; local
2357 TOD_secs = sample_TOD_secs + ((sample_TOD_usecs + TOD_usecs) / 1000000);
2359 sprintf(buf1, "%-19.19s interrupt latency = %.1fus [timestamp %.1f]", ctime(&TOD_secs), i_latency, sample_timestamp);
2405 time_t TOD_secs; local
2412 TOD_secs = sample_TOD_secs + ((sample_TOD_usecs + TOD_usecs) / 1000000);
2414 sprintf(buf1, "%-19.19s priority = %d, scheduling latency = %.1fus [timestamp %.1f]", ctime(&TOD_secs), s_priority, s_latency, sample_timestamp);
/macosx-10.10.1/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c282 uint64_t TOD_secs; member in struct:__anon12483
743 raw_header.TOD_secs = time((long *)0);
847 raw_header.TOD_secs = time((long *)0);
999 raw_header.TOD_secs = time((long *)0);
1010 trace_time = (time_t) (raw_header.TOD_secs);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkdebug.h1008 uint64_t TOD_secs; member in struct:__anon14636
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c76 uint64_t TOD_secs; member in struct:__anon12478
4571 header.TOD_secs = time((long *)0);
4581 sample_TOD_secs = header.TOD_secs;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c2005 header.TOD_secs = secs;

Completed in 137 milliseconds