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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c4444 scf_value_t *value4 = NULL; local
4492 ((value4 = scf_value_create(handle)) == NULL) ||
4552 if (scf_property_get_value(prop, value4) == -1) {
4563 if (scf_value_get_count(value4, &oldBlockCnt) == -1) {
5014 if (value4 != NULL) {
5015 scf_value_destroy(value4);

Completed in 135 milliseconds