Searched refs:gmtoff (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c63 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)
248 int gmtoff;
277 sum -= (gmtoff * 1
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c769 smbd_report("kernel gmtoff ioctl error: %s", strerror(rc));
865 * Send local gmtoff to the kernel module one time at startup and each
867 * Local gmtoff is checked once every 15 minutes since some timezones
876 int32_t gmtoff, last_gmtoff = -1; local
883 gmtoff = smbd_gmtoff();
885 if ((last_gmtoff != gmtoff) && smbd.s_kbound) {
886 error = smb_kmod_setgmtoff(gmtoff);
900 last_gmtoff = gmtoff;
918 int32_t gmtoff; local
923 gmtoff
[all...]
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1082 int year, month, day, hour, minute, sec, gmtoff; local
1090 gmtoff = HDE_DATE_GMTOFF(dp);
1096 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1117 int year, month, day, hour, minute, sec, gmtoff; local
1125 gmtoff = HSV_DATE_GMTOFF(dp);
1131 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1160 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) argument
1189 sum -= (gmtoff * 15 * 60);
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c90 static int addtype(long gmtoff, const char *abbr, int isdst,
1640 register long gmtoff; local
1673 gmtoff = zp->z_gmtoff;
1717 * the current gmtoff and stdoff values.
1722 -gmtoff);
1738 offset = rp->r_todisgmt ? 0 : gmtoff;
1813 starttime = tadd(starttime, -gmtoff);
1848 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
1849 const long gmtoff;
1877 if (gmtoff
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c115 smb_kmod_setgmtoff(int32_t gmtoff) argument
119 ioc.offset = gmtoff;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1845 time_t gmtoff; local
1872 gmtoff = (tm.tm_isdst) ? altzone : timezone;
1873 tod->tod_timezone = gmtoff / SECSPERMIN;

Completed in 84 milliseconds