Symbol: of_to_uint32_prop
sys/arch/macppc/macppc/machdep.c
370
if (!of_to_uint32_prop(dict, node, "width", "width")) {
sys/arch/macppc/macppc/machdep.c
375
if (!of_to_uint32_prop(dict, node, "height", "height")) {
sys/arch/macppc/macppc/machdep.c
380
of_to_uint32_prop(dict, node, "linebytes", "linebytes");
sys/arch/macppc/macppc/machdep.c
381
if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
sys/arch/macppc/macppc/machdep.c
389
if (!of_to_uint32_prop(dict, node, "address", "address")) {
sys/arch/ofppc/ofppc/machdep.c
473
if (!of_to_uint32_prop(dict, node, "width", "width")) {
sys/arch/ofppc/ofppc/machdep.c
478
if (!of_to_uint32_prop(dict, node, "height", "height")) {
sys/arch/ofppc/ofppc/machdep.c
483
of_to_uint32_prop(dict, node, "linebytes", "linebytes");
sys/arch/ofppc/ofppc/machdep.c
484
if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
sys/arch/ofppc/ofppc/machdep.c
492
if (!of_to_uint32_prop(dict, node, "address", "address")) {
sys/arch/sparc64/sparc64/autoconf.c
1542
of_to_uint32_prop(dict, node, "width", "width");
sys/arch/sparc64/sparc64/autoconf.c
1543
of_to_uint32_prop(dict, node, "height", "height");
sys/arch/sparc64/sparc64/autoconf.c
1544
of_to_uint32_prop(dict, node, "linebytes", "linebytes");
sys/arch/sparc64/sparc64/autoconf.c
1545
if (!of_to_uint32_prop(dict, node, "depth", "depth") &&
sys/arch/sparc64/sparc64/autoconf.c
1547
!of_to_uint32_prop(dict, node, "depth ", "depth")) {
sys/dev/ofw/openfirm.h
125
bool of_to_uint32_prop(prop_dictionary_t, int, const char *, const char *);