Searched refs:timebase (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.h94 u_int32_t timebase; /* start of recording period (GMT time in secs) */ member in struct:HotFilesInfo
H A Dhfs_hotfiles.c208 (SWAP_BE32 (hotfileinfo.timebase) > 0)) {
210 hfsmp->hfc_timebase = SWAP_BE32 (hotfileinfo.timebase);
212 /* Fix up any bogus timebase values. */
480 hotfileinfo.timebase = SWAP_BE32 (hfsmp->hfc_timebase);
1917 hotfileinfo->timebase = 0;

Completed in 22 milliseconds