Home
last modified time | relevance | path

Searched defs:scf_transaction_entry (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h167 struct scf_transaction_entry { struct
168 const char *entry_property;
169 scf_handle_t *entry_handle;
170 scf_transaction_t *entry_tx;
171 enum scf_entry_state entry_state;
172 uu_list_node_t entry_link; /* for property name list */
174 scf_value_t *entry_head;
175 scf_value_t *entry_tail; /* for linked values */
177 enum rep_protocol_transaction_action entry_action;
178 rep_protocol_value_type_t entry_type;
[all …]