Searched refs:hs_date_to_gmtime (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_subr.c | 63 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 D | hsfsops.c | 111 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
|