Lines Matching defs:entry
182 scf_transaction_entry_t *entry = NULL;
209 ((entry = scf_entry_create(handle)) == NULL) ||
267 if (scf_transaction_property_new(tran, entry, FCOE_PORT_LIST,
280 if (scf_transaction_property_change(tran, entry,
350 if (scf_entry_add_value(entry, valueSet[i]) == -1) {
381 * Now create the new entry
406 if (scf_entry_add_value(entry, valueSet[i]) == -1) {
441 if (entry != NULL) {
442 scf_entry_destroy(entry);
837 scf_transaction_entry_t *entry = NULL;
855 ((entry = scf_entry_create(handle)) == NULL) ||
954 if (entry != NULL) {
955 scf_entry_destroy(entry);