Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_utils.c2104 time_t utc_tm = NULL; in be_auto_snap_name() local
2109 if (time(&utc_tm) == -1) { in be_auto_snap_name()
2114 if ((gmt_tm = gmtime(&utc_tm)) == NULL) { in be_auto_snap_name()