Searched defs:sec_per_month (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds