Home
last modified time | relevance | path

Searched refs:tsec (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1051 time_t tsec; in smb_gmtime_r() local
1060 tsec = *clock; in smb_gmtime_r()
1061 tsec -= tzh_leapcnt; in smb_gmtime_r()
1063 result->tm_wday = tsec / SECSPERDAY; in smb_gmtime_r()
1067 while (tsec >= (isleap(year) ? (SECSPERDAY * DAYSPERLYEAR) : in smb_gmtime_r()
1070 tsec -= SECSPERDAY * DAYSPERLYEAR; in smb_gmtime_r()
1072 tsec -= SECSPERDAY * DAYSPERNYEAR; in smb_gmtime_r()
1078 result->tm_yday = tsec / SECSPERDAY; in smb_gmtime_r()
1086 if (tsec < sec_per_month) in smb_gmtime_r()
1089 tsec -= sec_per_month; in smb_gmtime_r()
[all …]
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c122 int tsec; in nfs_cast() local
327 for (tsec = 4; timeout > 0; tsec *= 2) { in nfs_cast()
329 timeout -= tsec; in nfs_cast()
331 tsec += timeout; in nfs_cast()
333 rcv_timeout.tv_sec = tsec; in nfs_cast()
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1072 time_t tsec; in dump_history() local
1120 tsec = time; in dump_history()
1121 (void) localtime_r(&tsec, &t); in dump_history()
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_main.c4873 time_t tsec; in get_history_one() local
4876 tsec = fnvlist_lookup_uint64(records[i], in get_history_one()
4878 (void) localtime_r(&tsec, &t); in get_history_one()