Searched refs:lprop (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | util.c | 438 const char *lprop, boolean_t *answer) in nwamd_lookup_boolean_property() argument 444 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) { in nwamd_lookup_boolean_property() 481 const char *lprop, char *buf, size_t bufsz) 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() 526 const char *lprop, uint64_t *answer) in nwamd_lookup_count_property() argument 531 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) { in nwamd_lookup_count_property()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 209 get_count(const char *lprop, scf_state_t *sstate, uint64_t *answer) in get_count() argument 214 if (scf_pg_get_property(sstate->ss_pg, lprop, sstate->ss_prop) != 0) in get_count() 229 get_boolean(const char *lprop, scf_state_t *sstate, boolean_t *answer) in get_boolean() argument 235 if (scf_pg_get_property(sstate->ss_pg, lprop, sstate->ss_prop) != 0) in get_boolean()
|