HomeSort by: relevance | last modified time | path
    Searched defs:pmf_platform (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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))
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))

Completed in 43 milliseconds