OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025