Home | History | Annotate | Download | only in envstat

Lines Matching defs:ndict

241 			prop_dictionary_t ndict;
243 ndict = prop_dictionary_create();
244 if (ndict == NULL)
248 if (add_sensors(ndict, dict, mydevname, NULL))
272 if (add_sensors(ndict, dict, dvstring, sstring))
285 obj = prop_dictionary_get(ndict, dvstring);
287 prop_object_release(ndict);
288 ndict = obj2;
293 dict = ndict;
429 add_sensors(prop_dictionary_t ndict, prop_dictionary_t dict, const char *dev, const char *sensor)
443 narray = prop_dictionary_get(ndict, dev);
450 if (!prop_dictionary_set(ndict, dev, narray)) {
502 prop_dictionary_remove(ndict, dev);
509 prop_dictionary_remove(ndict, dev);