Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c790 Word v_aux, v_next, va_next; in verdefneed_size() local
830 if ((*read_main)(fstate, offset, &v_cnt, &v_aux, &v_next) == 0) in verdefneed_size()
838 aux_offset = offset + v_aux; in verdefneed_size()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1134 scf_value_t *v_aux = NULL; in _restarter_commit_states() local
1150 (v_aux = scf_value_create(h)) == NULL) { in _restarter_commit_states()
1200 if (scf_value_set_astring(v_aux, aux) != 0) in _restarter_commit_states()
1280 SCF_TYPE_ASTRING, v_aux)) != 0) { in _restarter_commit_states()
1350 scf_value_destroy(v_aux); in _restarter_commit_states()