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

/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c62 asr_scf_create_prop(scf_handle_t *scf_hdl) argument
73 prop->entry = scf_entry_create(scf_hdl);
78 prop->value = scf_value_create(scf_hdl);
122 asr_addprops(scf_handle_t *scf_hdl, scf_transaction_t *tx, argument
158 if ((prop = asr_scf_create_prop(scf_hdl)) != NULL) {
172 if ((prop = asr_scf_create_prop(scf_hdl)) != NULL) {
186 if ((prop = asr_scf_create_prop(scf_hdl)) != NULL) {
201 if ((prop = asr_scf_create_prop(scf_hdl)) != NULL) {
215 if ((prop = asr_scf_create_prop(scf_hdl)) != NULL) {
267 if ((prop = asr_scf_create_prop(scf_hdl))
[all...]

Completed in 14 milliseconds