Searched refs:pmf_platform (Results 1 – 1 of 1) sorted by relevance
83 static prop_dictionary_t pmf_platform = NULL; variable392 if (pmf_platform == NULL) in pmf_set_platform()393 pmf_platform = prop_dictionary_create(); in pmf_set_platform()394 if (pmf_platform == NULL) in pmf_set_platform()397 return prop_dictionary_set_string(pmf_platform, key, value); in pmf_set_platform()405 if (pmf_platform == NULL) in pmf_get_platform()408 if (!prop_dictionary_get_string(pmf_platform, key, &value)) in pmf_get_platform()