/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_subr.c | 63 static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff); 164 int year, month, day, hour, minute, sec, gmtoff; local 172 gmtoff = HDE_DATE_GMTOFF(dp); 178 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); 201 int year, month, day, hour, minute, sec, gmtoff; local 209 gmtoff = HSV_DATE_GMTOFF(dp); 215 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); 244 hs_date_to_gmtime(year, mon, day, gmtoff) in hs_date_to_gmtime() argument 248 int gmtoff; 277 sum -= (gmtoff * 15 * 60);
|
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_main.c | 856 int32_t gmtoff, last_gmtoff = -1; in smbd_localtime_monitor() local 863 gmtoff = smbd_gmtoff(); in smbd_localtime_monitor() 865 if ((last_gmtoff != gmtoff) && smbd.s_kbound) { in smbd_localtime_monitor() 866 error = smb_kmod_setgmtoff(gmtoff); in smbd_localtime_monitor() 880 last_gmtoff = gmtoff; in smbd_localtime_monitor() 898 int32_t gmtoff; in smbd_gmtoff() local 903 gmtoff = (atm->tm_isdst) ? altzone : timezone; in smbd_gmtoff() 905 return (gmtoff); in smbd_gmtoff()
|
/titanic_44/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 1082 int year, month, day, hour, minute, sec, gmtoff; in hs_parse_dirdate() local 1090 gmtoff = HDE_DATE_GMTOFF(dp); in hs_parse_dirdate() 1096 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); in hs_parse_dirdate() 1117 int year, month, day, hour, minute, sec, gmtoff; in hs_parse_longdate() local 1125 gmtoff = HSV_DATE_GMTOFF(dp); in hs_parse_longdate() 1131 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); in hs_parse_longdate() 1160 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) in hs_date_to_gmtime() argument 1189 sum -= (gmtoff * 15 * 60); in hs_date_to_gmtime()
|
/titanic_44/usr/src/cmd/zic/ |
H A D | zic.c | 90 static int addtype(long gmtoff, const char *abbr, int isdst, 1640 register long gmtoff; local 1673 gmtoff = zp->z_gmtoff; 1722 -gmtoff); 1738 offset = rp->r_todisgmt ? 0 : gmtoff; 1813 starttime = tadd(starttime, -gmtoff); 1848 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument 1849 const long gmtoff; in addtype() 1877 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] && 1891 if (!(-1L - 2147483647L <= gmtoff && gmtoff <= 2147483647L)) { [all …]
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_kmod.c | 103 smb_kmod_setgmtoff(int32_t gmtoff) in smb_kmod_setgmtoff() argument 107 ioc.offset = gmtoff; in smb_kmod_setgmtoff()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_svc.c | 1845 time_t gmtoff; in srvsvc_s_NetRemoteTOD() local 1872 gmtoff = (tm.tm_isdst) ? altzone : timezone; in srvsvc_s_NetRemoteTOD() 1873 tod->tod_timezone = gmtoff / SECSPERMIN; in srvsvc_s_NetRemoteTOD()
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | africa | 244 # > 23:59:59 2009 EET isdst=0 gmtoff=7200 247 # > 01:00:00 2009 EEST isdst=1 gmtoff=10800 250 # > 23:59:59 2009 EEST isdst=1 gmtoff=10800 253 # > 23:00:00 2009 EET isdst=0 gmtoff=7200
|
H A D | northamerica | 653 # They will be gmtoff=-28800 year-round.
|