Searched refs:lprop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c426 * lprop is the property within that group to look up
438 const char *lprop, boolean_t *answer)
444 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) {
467 * lprop is the property within that group to look up
481 const char *lprop, char *buf, size_t bufsz)
486 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) {
492 if (get_property_value(lfmri, lpg, lprop, B_FALSE, &res) != 0) {
514 * lprop is the property within that group to look up
526 const char *lprop, uint64_t *answer)
531 if (get_property_value(lfmri, lpg, lprop, B_TRU
437 nwamd_lookup_boolean_property(const char *lfmri, const char *lpg, const char *lprop, boolean_t *answer) argument
480 nwamd_lookup_string_property(const char *lfmri, const char *lpg, const char *lprop, char *buf, size_t bufsz) argument
525 nwamd_lookup_count_property(const char *lfmri, const char *lpg, const char *lprop, uint64_t *answer) argument
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c209 get_count(const char *lprop, scf_state_t *sstate, uint64_t *answer) argument
214 if (scf_pg_get_property(sstate->ss_pg, lprop, sstate->ss_prop) != 0)
229 get_boolean(const char *lprop, scf_state_t *sstate, boolean_t *answer) argument
235 if (scf_pg_get_property(sstate->ss_pg, lprop, sstate->ss_prop) != 0)

Completed in 63 milliseconds