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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c63 static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff);
65 static time_t hs_date_to_gmtime();
178 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
215 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
237 * hs_date_to_gmtime
244 hs_date_to_gmtime(year, mon, day, gmtoff) function
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c111 static time_t hs_date_to_gmtime(int, int, int, int);
1096 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1131 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1153 * hs_date_to_gmtime
1160 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) function

Completed in 46 milliseconds