Lines Matching defs:gmtoff
769 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;
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;
923 gmtoff = (atm->tm_isdst) ? altzone : timezone;
925 return (gmtoff);