Lines Matching refs:tran
182 scf_transaction_t *tran = NULL; in fcoe_add_remove_scf_entry() local
209 ((tran = scf_transaction_create(handle)) == NULL) || in fcoe_add_remove_scf_entry()
253 if (scf_transaction_start(tran, pg) == -1) { in fcoe_add_remove_scf_entry()
268 if (scf_transaction_property_new(tran, entry, FCOE_PORT_LIST, in fcoe_add_remove_scf_entry()
281 if (scf_transaction_property_change(tran, entry, in fcoe_add_remove_scf_entry()
415 if ((commitRet = scf_transaction_commit(tran)) != 1) { in fcoe_add_remove_scf_entry()
439 if (tran != NULL) { in fcoe_add_remove_scf_entry()
440 scf_transaction_destroy(tran); in fcoe_add_remove_scf_entry()
839 scf_transaction_t *tran = NULL; in FCOE_LoadConfig() local
857 ((tran = scf_transaction_create(handle)) == NULL) || in FCOE_LoadConfig()
954 if (tran != NULL) { in FCOE_LoadConfig()
955 scf_transaction_destroy(tran); in FCOE_LoadConfig()