Searched defs:v_aux (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c1208 scf_value_t *v_aux = NULL, *v_aux_state_custom = NULL; local
1228 (v_aux = scf_value_create(h)) == NULL ||
1278 (aux != NULL && scf_value_set_astring(v_aux, aux) != 0))
1366 SCF_TYPE_ASTRING, v_aux)) != 0) {
1483 scf_value_destroy(v_aux);

Completed in 27 milliseconds