Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c61 static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff);
63 static time_t hs_date_to_gmtime();
176 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
213 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
242 hs_date_to_gmtime(year, mon, day, gmtoff) in hs_date_to_gmtime() function
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c111 static time_t hs_date_to_gmtime(int, int, int, int);
1097 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); in hs_parse_dirdate()
1132 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); in hs_parse_longdate()
1161 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) in hs_date_to_gmtime() function