Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h224 scf_propertygroup_t *running_pg; member
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c63 scf_pg_destroy(simple_h->running_pg); in scf_simple_handle_destroy()
1200 if (scf_pg_get_name(simple_h->running_pg, pg_name, namelen) < 0) { in get_instance_pg()
1556 ret->running_pg = scf_pg_create(ret->h); in scf_general_pg_setup()
1560 (ret->snap == NULL) || (ret->running_pg == NULL)) { in scf_general_pg_setup()
1575 ret->running_pg) != 0) { in scf_general_pg_setup()
1684 if (scf_pg_get_property(simple_h->running_pg, prop_name, prop) != 0) { in scf_read_count_property()