Searched refs:STMF_VE_CNT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c201 #define STMF_VE_CNT "ve_cnt" macro
714 * Create the STMF_VE_CNT property. This will keep the current
717 if (scf_transaction_property_new(tran, entry, STMF_VE_CNT,
724 "failed - %s", luPgName, STMF_VE_CNT,
732 * The STMF_VE_CNT property already exists. Just update
736 STMF_VE_CNT, SCF_TYPE_COUNT) == -1) {
738 "failed - %s", luPgName, STMF_VE_CNT,
745 * Get the STMF_VE_CNT property
747 if (scf_pg_get_property(pg, STMF_VE_CNT, prop) == -1) {
749 luPgName, STMF_VE_CNT, scf_strerro
[all...]

Completed in 47 milliseconds