Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acctadm/
H A Daconf.c326 int tx_result; in aconf_save() local
347 tx_result = scf_transaction_commit(tx); in aconf_save()
349 } while (tx_result == 0); in aconf_save()
364 return ((tx_result == 1) ? 0 : -1); in aconf_save()