Searched refs:pmf_platform (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/kern/
H A Dkern_pmf.c83 static prop_dictionary_t pmf_platform = NULL; variable
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 190 milliseconds