Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c51 time_t utc_time; in get_timestamp() local
54 (void) time(&utc_time); in get_timestamp()
55 p_tm = localtime(&utc_time); in get_timestamp()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c47 time_t utc_time; in get_timestamp() local
50 (void) time(&utc_time); in get_timestamp()
51 p_tm = localtime(&utc_time); in get_timestamp()
/illumos-gate/usr/src/test/os-tests/tests/ddi_ufm/
H A Dufm-test.c93 time_t utc_time; in get_timestamp() local
96 (void) time(&utc_time); in get_timestamp()
97 p_tm = localtime(&utc_time); in get_timestamp()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c724 time_t utc_time; in topo_digraph_serialize() local
734 if (time(&utc_time) < 0) { in topo_digraph_serialize()
746 gmtime(&utc_time)) == 0) { in topo_digraph_serialize()