Home
last modified time | relevance | path

Searched refs:local_h (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1719 boolean_t local_h = B_TRUE; in scf_simple_prop_get() local
1724 local_h = B_FALSE; in scf_simple_prop_get()
1727 if (local_h && ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL)) in scf_simple_prop_get()
1731 if (local_h) in scf_simple_prop_get()
1785 if (local_h) in scf_simple_prop_get()
1799 if (local_h) in scf_simple_prop_get()
1860 boolean_t local_h = B_TRUE; in scf_simple_app_props_get() local
1865 local_h = B_FALSE; in scf_simple_app_props_get()
1868 if (local_h && ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL)) in scf_simple_app_props_get()
1873 if (local_h) in scf_simple_app_props_get()
[all …]