OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofw_size_cells
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/powerpc/
ofw_machdep.c
110
int
ofw_size_cells
;
variable in typeref:typename:int
209
int scells =
ofw_size_cells
;
499
if (OF_getprop(ofw_root, "#size-cells", &
ofw_size_cells
,
500
sizeof(
ofw_size_cells
)) <= 0)
501
ofw_size_cells
= 1;
/src/sys/arch/macppc/stand/ofwboot/
Locore.c
206
int
ofw_size_cells
;
variable in typeref:typename:int
757
ofw_size_cells
= 1;
760
OF_getprop(ofw_root, "#size-cells", &
ofw_size_cells
,
761
sizeof(
ofw_size_cells
));
764
if (
ofw_size_cells
!= 1) {
765
printf("#size-cells = %d not yet supported\n",
ofw_size_cells
);
Completed in 166 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025