Lines Matching defs:lfmri
424 * lfmri is the instance fmri to look up
437 nwamd_lookup_boolean_property(const char *lfmri, const char *lpg,
444 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) {
465 * lfmri is the instance fmri to look up
480 nwamd_lookup_string_property(const char *lfmri, const char *lpg,
486 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) {
492 if (get_property_value(lfmri, lpg, lprop, B_FALSE, &res) != 0) {
512 * lfmri is the instance fmri to look up
525 nwamd_lookup_count_property(const char *lfmri, const char *lpg,
531 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) {