Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c437 nwamd_lookup_boolean_property(const char *lfmri, const char *lpg, in nwamd_lookup_boolean_property() argument
444 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) { in nwamd_lookup_boolean_property()
480 nwamd_lookup_string_property(const char *lfmri, const char *lpg, in nwamd_lookup_string_property() argument
486 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) { in nwamd_lookup_string_property()
492 if (get_property_value(lfmri, lpg, lprop, B_FALSE, &res) != 0) { in nwamd_lookup_string_property()
525 nwamd_lookup_count_property(const char *lfmri, const char *lpg, in nwamd_lookup_count_property() argument
531 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) { in nwamd_lookup_count_property()
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c773 scf_propertygroup_t *lpg, *pg; in do_wait() local
779 if ((lpg = scf_pg_create(hndl)) == NULL || in do_wait()
834 if (scf_instance_get_pg(wip->inst, p->spn_comp1, lpg) != in do_wait()
854 if (scf_pg_get_property(lpg, propname, prop) != in do_wait()
872 pg = lpg; in do_wait()
881 if (scf_service_get_pg(wip->svc, p->spn_comp1, lpg) != in do_wait()
901 if (scf_pg_get_property(lpg, propname, prop) != in do_wait()
920 pg = lpg; in do_wait()
964 scf_pg_destroy(lpg); in do_wait()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c179 get_composed_properties(const char *lpg, boolean_t snap, scf_state_t *sstate) in get_composed_properties() argument
195 if (scf_instance_get_pg_composed(sstate->ss_inst, sstate->ss_snap, lpg, in get_composed_properties()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2909 add_processes(scf_walkinfo_t *wip, char *line, scf_propertygroup_t *lpg) in add_processes() argument
2914 if (lpg == NULL) { in add_processes()
2924 (void) propvals_to_pids(lpg, scf_property_contract, &pids, &n, in add_processes()