Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1056 int sec_per_month; in smb_gmtime_r() local
1083 sec_per_month = days_in_month[month] * SECSPERDAY; in smb_gmtime_r()
1086 sec_per_month += SECSPERDAY; in smb_gmtime_r()
1088 if (tsec < sec_per_month) in smb_gmtime_r()
1091 tsec -= sec_per_month; in smb_gmtime_r()