Home
last modified time | relevance | path

Searched refs:gmtoff (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c61 static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff);
162 int year, month, day, hour, minute, sec, gmtoff; local
170 gmtoff = HDE_DATE_GMTOFF(dp);
176 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
199 int year, month, day, hour, minute, sec, gmtoff; local
207 gmtoff = HSV_DATE_GMTOFF(dp);
213 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
242 hs_date_to_gmtime(year, mon, day, gmtoff) in hs_date_to_gmtime() argument
246 int gmtoff;
275 sum -= (gmtoff * 15 * 60);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c885 int32_t gmtoff, last_gmtoff = -1; in smbd_localtime_monitor() local
892 gmtoff = smbd_gmtoff(); in smbd_localtime_monitor()
894 if ((last_gmtoff != gmtoff) && smbd.s_kbound) { in smbd_localtime_monitor()
895 error = smb_kmod_setgmtoff(gmtoff); in smbd_localtime_monitor()
909 last_gmtoff = gmtoff; in smbd_localtime_monitor()
927 int32_t gmtoff; in smbd_gmtoff() local
932 gmtoff = (atm->tm_isdst) ? altzone : timezone; in smbd_gmtoff()
934 return (gmtoff); in smbd_gmtoff()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1083 int year, month, day, hour, minute, sec, gmtoff; in hs_parse_dirdate() local
1091 gmtoff = HDE_DATE_GMTOFF(dp); in hs_parse_dirdate()
1097 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); in hs_parse_dirdate()
1118 int year, month, day, hour, minute, sec, gmtoff; in hs_parse_longdate() local
1126 gmtoff = HSV_DATE_GMTOFF(dp); in hs_parse_longdate()
1132 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); in hs_parse_longdate()
1161 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) in hs_date_to_gmtime() argument
1190 sum -= (gmtoff * 15 * 60); in hs_date_to_gmtime()
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c90 static int addtype(long gmtoff, const char *abbr, int isdst,
1642 register long gmtoff; local
1675 gmtoff = zp->z_gmtoff;
1724 -gmtoff);
1740 offset = rp->r_todisgmt ? 0 : gmtoff;
1815 starttime = tadd(starttime, -gmtoff);
1850 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument
1851 const long gmtoff; in addtype()
1879 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
1893 if (!(-1L - 2147483647L <= gmtoff && gmtoff <= 2147483647L)) {
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c135 smb_kmod_setgmtoff(int32_t gmtoff) in smb_kmod_setgmtoff() argument
139 ioc.offset = gmtoff; in smb_kmod_setgmtoff()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1854 time_t gmtoff; in srvsvc_s_NetRemoteTOD() local
1881 gmtoff = (tm.tm_isdst) ? altzone : timezone; in srvsvc_s_NetRemoteTOD()
1882 tod->tod_timezone = gmtoff / SECSPERMIN; in srvsvc_s_NetRemoteTOD()
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica223 # > 23:59:59 2009 EET isdst=0 gmtoff=7200
226 # > 01:00:00 2009 EEST isdst=1 gmtoff=10800
229 # > 23:59:59 2009 EEST isdst=1 gmtoff=10800
232 # > 23:00:00 2009 EET isdst=0 gmtoff=7200
H A Dnorthamerica654 # They will be gmtoff=-28800 year-round.