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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1133 scf_value_t *v_state = NULL, *v_state_next = NULL, *v_stime = NULL; local
1149 (v_stime = scf_value_create(h)) == NULL ||
1204 if (scf_value_set_time(v_stime, now.tv_sec, now.tv_usec * 1000) != 0)
1263 SCF_TYPE_TIME, v_stime)) != 0) {
1349 scf_value_destroy(v_stime);

Completed in 49 milliseconds