Lines Matching refs:tran
181 scf_transaction_t *tran = NULL; in fcoe_add_remove_scf_entry() local
208 ((tran = scf_transaction_create(handle)) == NULL) || in fcoe_add_remove_scf_entry()
252 if (scf_transaction_start(tran, pg) == -1) { in fcoe_add_remove_scf_entry()
267 if (scf_transaction_property_new(tran, entry, FCOE_PORT_LIST, in fcoe_add_remove_scf_entry()
280 if (scf_transaction_property_change(tran, entry, in fcoe_add_remove_scf_entry()
414 if ((commitRet = scf_transaction_commit(tran)) != 1) { in fcoe_add_remove_scf_entry()
438 if (tran != NULL) { in fcoe_add_remove_scf_entry()
439 scf_transaction_destroy(tran); in fcoe_add_remove_scf_entry()
836 scf_transaction_t *tran = NULL; in FCOE_LoadConfig() local
854 ((tran = scf_transaction_create(handle)) == NULL) || in FCOE_LoadConfig()
951 if (tran != NULL) { in FCOE_LoadConfig()
952 scf_transaction_destroy(tran); in FCOE_LoadConfig()