Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h221 scf_propertygroup_t *running_pg; member
/titanic_50/usr/src/lib/libscf/common/
H A Dmidlevel.c60 scf_pg_destroy(simple_h->running_pg); in scf_simple_handle_destroy()
1134 if (scf_pg_get_name(simple_h->running_pg, pg_name, namelen) < 0) { in get_instance_pg()
1336 ret->running_pg = scf_pg_create(ret->h); in scf_general_pg_setup()
1340 (ret->snap == NULL) || (ret->running_pg == NULL)) { in scf_general_pg_setup()
1355 ret->running_pg) != 0) { in scf_general_pg_setup()
1464 if (scf_pg_get_property(simple_h->running_pg, prop_name, prop) != 0) { in scf_read_count_property()