Searched defs:entry3 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c4439 scf_transaction_entry_t *entry3 = NULL; local
4487 ((entry3 = scf_entry_create(handle)) == NULL) ||
4905 if (scf_transaction_property_new(tran, entry3,
4908 if (scf_transaction_property_change(tran, entry3,
4938 if (scf_entry_add_value(entry3, value3) == -1) {
4999 if (entry3 != NULL) {
5000 scf_entry_destroy(entry3);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1806 struct entry3 { struct
1810 struct entry3 *nextentry;
1812 typedef struct entry3 entry3; typedef in typeref:struct:entry3
1815 entry3 *entries;

Completed in 246 milliseconds