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

/netbsd-current/sys/dev/sysmon/
H A Dsysmon_envsys.c1175 prop_dictionary_t sdict; local
1192 sdict = sme_sensor_dictionary_get(array, tmp);
1193 KASSERT(sdict != NULL);
1197 prop_dictionary_remove(sdict,
1203 prop_dictionary_remove(sdict,
1209 prop_dictionary_remove(sdict,
1215 prop_dictionary_remove(sdict,
1220 prop_dictionary_remove(sdict, "warning-max");
1225 prop_dictionary_remove(sdict, "warning-min");
1230 prop_dictionary_remove(sdict, "critica
[all...]
H A Dsysmon_envsys_events.c118 sme_event_register(prop_dictionary_t sdict, envsys_data_t *edata, argument
128 KASSERT(sdict != NULL);
280 obj = prop_dictionary_get(sdict, objkey);
289 error = sme_sensor_upint32(sdict, objkey,
699 prop_dictionary_t sdict = NULL; local
713 sdict = prop_array_get(array, edata->sensor);
714 if (sdict == NULL) {
732 sme_event_register(sdict, edata, sme, &lims, props,
/netbsd-current/usr.sbin/envstat/
H A Dconfig.c356 prop_dictionary_t sdict; local
382 while ((sdict = prop_object_iterator_next(iter)) != NULL) {
383 obj = prop_dictionary_get(sdict, "index");
395 config_devblock_check_sensorprops(sdict, sb->dict, sensor);
H A Denvstat.c419 prop_dictionary_t sdict; local
475 sdict = prop_dictionary_copy(obj);
476 if (sdict == NULL)
478 prop_array_add(narray, sdict);

Completed in 391 milliseconds