Searched refs:v_stime (Results 1 – 1 of 1) sorted by relevance
1134 scf_value_t *v_state = NULL, *v_state_next = NULL, *v_stime = NULL; in _restarter_commit_states() local1150 (v_stime = scf_value_create(h)) == NULL || in _restarter_commit_states()1205 if (scf_value_set_time(v_stime, now.tv_sec, now.tv_usec * 1000) != 0) in _restarter_commit_states()1264 SCF_TYPE_TIME, v_stime)) != 0) { in _restarter_commit_states()1350 scf_value_destroy(v_stime); in _restarter_commit_states()