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

/darwin-on-arm/xnu/bsd/hfs/
H A DMacOSStubs.c41 * gTimeZone should only be used for HFS volumes!
44 struct timezone gTimeZone = {8*60,1}; variable in typeref:struct:timezone
70 gtime += (gTimeZone.tz_minuteswest * 60);
75 * if (gTimeZone.tz_dsttime)
91 ltime -= (gTimeZone.tz_minuteswest * 60);
96 * if (gTimeZone.tz_dsttime)
H A Dhfs.h106 extern struct timezone gTimeZone;
H A Dhfs_cnode.c1707 if ((hfsmp->hfs_flags & HFS_STANDARD) && gTimeZone.tz_dsttime) {
H A Dhfs_vfsops.c697 gTimeZone = args->hfs_timezone;
1614 gTimeZone = args->hfs_timezone;
H A Dhfs_vnops.c5146 if ((hfsmp->hfs_flags & HFS_STANDARD) && gTimeZone.tz_dsttime) {

Completed in 187 milliseconds