Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1054 int sec_per_month; in smb_gmtime_r() local
1081 sec_per_month = days_in_month[month] * SECSPERDAY; in smb_gmtime_r()
1084 sec_per_month += SECSPERDAY; in smb_gmtime_r()
1086 if (tsec < sec_per_month) in smb_gmtime_r()
1089 tsec -= sec_per_month; in smb_gmtime_r()