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);
|