Home
last modified time | relevance | path

Searched defs:of_dev (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dofdev.h38 struct of_dev { struct
39 int handle;
40 int type;
41 u_long partoff;
42 int bsize;
43 void *dmabuf;
/netbsd-src/sys/arch/shark/stand/ofwboot/
H A Dofdev.h36 struct of_dev { struct
37 int handle;
38 int type;
39 u_long partoff;
40 int bsize;
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dofdev.h36 struct of_dev { struct
37 int handle;
38 int type;
39 u_long partoff;
40 int bsize;
/netbsd-src/sys/arch/ofppc/stand/ofwboot/
H A Dofdev.h38 struct of_dev { struct
39 int handle;
40 int type;
41 u_long partoff;
42 int bsize;
/netbsd-src/sys/arch/sparc64/dev/
H A Dcons.h38 device_t of_dev; member