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; local
830 if ((*read_main)(fstate, offset, &v_cnt, &v_aux, &v_next) == 0)
838 aux_offset = offset + v_aux;
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1134 scf_value_t *v_aux = NULL; local
1150 (v_aux = scf_value_create(h)) == NULL) {
1200 if (scf_value_set_astring(v_aux, aux) != 0)
1280 SCF_TYPE_ASTRING, v_aux)) != 0) {
1350 scf_value_destroy(v_aux);

Completed in 51 milliseconds