Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c2404 time_t utc_tm = 0; in be_auto_snap_name() local
2409 if (time(&utc_tm) == -1) { in be_auto_snap_name()
2414 if ((gmt_tm = gmtime(&utc_tm)) == NULL) { in be_auto_snap_name()