HomeSort by: relevance | last modified time | path
    Searched refs:sme_propd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sysmon/
sysmon_envsysvar.h 108 extern prop_dictionary_t sme_propd; /* the global sensor dictionary */
sysmon_envsys.c 89 prop_dictionary_t sme_propd; variable in typeref:typename:prop_dictionary_t
121 sme_propd = prop_dictionary_create();
224 error = prop_dictionary_copyout_ioctl(plist, cmd, sme_propd);
289 array_k = prop_dictionary_get(sme_propd, devname);
803 if (!prop_dictionary_set(sme_propd, sme->sme_name, array)) {
1011 array = prop_dictionary_get(sme_propd, sme->sme_name);
1014 prop_dictionary_remove(sme_propd, sme->sme_name);
1187 array = prop_dictionary_get(sme_propd, sme->sme_name);
1612 array = prop_dictionary_get(sme_propd, sme->sme_name);
sysmon_envsys_events.c 706 array = prop_dictionary_get(sme_propd, sme->sme_name);

Completed in 16 milliseconds