Home
last modified time | relevance | path

Searched refs:sme_propd (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/sysmon/
Dsysmon_envsys.c89 prop_dictionary_t sme_propd; variable
121 sme_propd = prop_dictionary_create(); in sme_preinit()
224 error = prop_dictionary_copyout_ioctl(plist, cmd, sme_propd); in sysmonioctl_envsys()
289 array_k = prop_dictionary_get(sme_propd, devname); in sysmonioctl_envsys()
803 if (!prop_dictionary_set(sme_propd, sme->sme_name, array)) { in sysmon_envsys_register()
1011 array = prop_dictionary_get(sme_propd, sme->sme_name); in sysmon_envsys_unregister()
1014 prop_dictionary_remove(sme_propd, sme->sme_name); in sysmon_envsys_unregister()
1187 array = prop_dictionary_get(sme_propd, sme->sme_name); in sme_remove_userprops()
1612 array = prop_dictionary_get(sme_propd, sme->sme_name); in sme_update_dictionary()
Dsysmon_envsysvar.h108 extern prop_dictionary_t sme_propd; /* the global sensor dictionary */
Dsysmon_envsys_events.c706 array = prop_dictionary_get(sme_propd, sme->sme_name); in sme_update_limits()