Lines Matching refs:obj2
270 prop_object_t obj, obj2; in main() local
273 obj2 = prop_array_get(obj, 0); in main()
275 ndict = obj2; in main()
417 prop_object_t obj, obj2, desc; in add_sensors() local
456 obj2 = prop_dictionary_get(obj, "device-properties"); in add_sensors()
457 if (obj2) { in add_sensors()
458 if (!prop_dictionary_get_uint64(obj2, in add_sensors()
603 prop_object_t obj, obj1, obj2; in find_sensors() local
615 obj2 = prop_dictionary_get(obj, "device-properties"); in find_sensors()
616 if (obj2) { in find_sensors()
619 if (!prop_dictionary_get_uint64(obj2, in find_sensors()