Home
last modified time | relevance | path

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

/titanic_41/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);
244 hs_date_to_gmtime(year, mon, day, gmtoff) in hs_date_to_gmtime() function
/titanic_41/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); in hs_parse_dirdate()
1131 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff); in hs_parse_longdate()
1160 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) in hs_date_to_gmtime() function