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

/netbsd-current/usr.sbin/envstat/
H A Denvstat.c228 prop_dictionary_t ndict; local
230 ndict = prop_dictionary_create();
231 if (ndict == NULL)
235 if (add_sensors(ndict, dict, mydevname, NULL))
259 if (add_sensors(ndict, dict, dvstring, sstring))
272 obj = prop_dictionary_get(ndict, dvstring);
274 prop_object_release(ndict);
275 ndict = obj2;
280 dict = ndict;
414 add_sensors(prop_dictionary_t ndict, prop_dictionary_ argument
[all...]

Completed in 187 milliseconds