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

  /src/sys/dev/ofw/
openfirm.h 125 bool of_to_uint32_prop(prop_dictionary_t, int, const char *, const char *);
ofw_subr.c 469 of_to_uint32_prop(prop_dictionary_t dict, int node, const char *ofname, function in typeref:typename:bool
  /src/sys/arch/macppc/macppc/
machdep.c 370 if (!of_to_uint32_prop(dict, node, "width", "width")) {
375 if (!of_to_uint32_prop(dict, node, "height", "height")) {
380 of_to_uint32_prop(dict, node, "linebytes", "linebytes");
381 if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
389 if (!of_to_uint32_prop(dict, node, "address", "address")) {
  /src/sys/arch/ofppc/ofppc/
machdep.c 473 if (!of_to_uint32_prop(dict, node, "width", "width")) {
478 if (!of_to_uint32_prop(dict, node, "height", "height")) {
483 of_to_uint32_prop(dict, node, "linebytes", "linebytes");
484 if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
492 if (!of_to_uint32_prop(dict, node, "address", "address")) {
  /src/sys/arch/sparc64/sparc64/
autoconf.c 1520 of_to_uint32_prop(dict, node, "width", "width");
1521 of_to_uint32_prop(dict, node, "height", "height");
1522 of_to_uint32_prop(dict, node, "linebytes", "linebytes");
1523 if (!of_to_uint32_prop(dict, node, "depth", "depth") &&
1525 !of_to_uint32_prop(dict, node, "depth ", "depth")) {

Completed in 68 milliseconds