HomeSort by: relevance | last modified time | path
    Searched refs:of_to_dataprop (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ofw/
openfirm.h 126 bool of_to_dataprop(prop_dictionary_t, int, const char *, const char *);
ofw_i2c_subr.c 101 of_to_dataprop(dev, node, "compatible", "compatible");
ofw_subr.c 643 of_to_dataprop(prop_dictionary_t dict, int node, const char *ofname, function in typeref:typename:bool
  /src/sys/arch/macppc/macppc/
machdep.c 395 if (of_to_dataprop(dict, node, "EDID", "EDID")) {
397 } else if (of_to_dataprop(dict, node, "EDID,A", "EDID")) {
399 } else if (of_to_dataprop(dict, node, "EDID,B", "EDID")) {
  /src/sys/arch/sparc64/sparc64/
autoconf.c 1556 if (!of_to_dataprop(dict, node, "EDID", "EDID"))
1557 of_to_dataprop(dict, node, "edid", "EDID");

Completed in 16 milliseconds