Lines Matching refs:tran
144 scf_transaction_t *tran = NULL; in npivAddRemoveNPIVEntry() local
172 ((tran = scf_transaction_create(handle)) == NULL) || in npivAddRemoveNPIVEntry()
205 if (scf_transaction_start(tran, pg) == -1) { in npivAddRemoveNPIVEntry()
220 if (scf_transaction_property_new(tran, entry, NPIV_PORT_LIST, in npivAddRemoveNPIVEntry()
233 if (scf_transaction_property_change(tran, entry, in npivAddRemoveNPIVEntry()
364 if ((commitRet = scf_transaction_commit(tran)) != 1) { in npivAddRemoveNPIVEntry()
388 if (tran != NULL) { in npivAddRemoveNPIVEntry()
389 scf_transaction_destroy(tran); in npivAddRemoveNPIVEntry()
847 scf_transaction_t *tran = NULL; in fc_util_create_portlist() local
861 ((tran = scf_transaction_create(handle)) == NULL) || in fc_util_create_portlist()
928 if (tran != NULL) { in fc_util_create_portlist()
929 scf_transaction_destroy(tran); in fc_util_create_portlist()