kern_pmf.c | 83 static prop_dictionary_t pmf_platform = NULL; variable in typeref:typename:prop_dictionary_t 392 if (pmf_platform == NULL) 393 pmf_platform = prop_dictionary_create(); 394 if (pmf_platform == NULL) 397 return prop_dictionary_set_string(pmf_platform, key, value); 405 if (pmf_platform == NULL) 408 if (!prop_dictionary_get_string(pmf_platform, key, &value))
|