Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/librestart/common/
H A Dlibrestart.c1132 scf_value_t *v_state = NULL, *v_state_next = NULL, *v_stime = NULL; in _restarter_commit_states() local
1148 (v_stime = scf_value_create(h)) == NULL || in _restarter_commit_states()
1203 if (scf_value_set_time(v_stime, now.tv_sec, now.tv_usec * 1000) != 0) in _restarter_commit_states()
1262 SCF_TYPE_TIME, v_stime)) != 0) { in _restarter_commit_states()
1348 scf_value_destroy(v_stime); in _restarter_commit_states()