Searched refs:simplebus_attach_node (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sys/arch/octeon/dev/ |
H A D | simplebus.c | 34 void simplebus_attach_node(struct device *, int); 106 simplebus_attach_node(self, node); in simplebus_attach() 110 simplebus_attach_node(self, node); in simplebus_attach() 148 simplebus_attach_node(struct device *self, int node) in simplebus_attach_node() function
|
/openbsd-src/sys/arch/riscv64/dev/ |
H A D | simplebus.c | 33 void simplebus_attach_node(struct device *, int); 117 simplebus_attach_node(self, node); in simplebus_attach() 121 simplebus_attach_node(self, node); in simplebus_attach() 159 simplebus_attach_node(struct device *self, int node) in simplebus_attach_node() function
|
/openbsd-src/sys/arch/arm/simplebus/ |
H A D | simplebus.c | 35 void simplebus_attach_node(struct device *, int); 124 simplebus_attach_node(self, node); in simplebus_attach() 128 simplebus_attach_node(self, node); in simplebus_attach() 166 simplebus_attach_node(struct device *self, int node) in simplebus_attach_node() function
|
/openbsd-src/sys/arch/arm64/dev/ |
H A D | simplebus.c | 35 void simplebus_attach_node(struct device *, int); 145 simplebus_attach_node(self, node); in simplebus_attach() 184 simplebus_attach_node(struct device *self, int node) in simplebus_attach_node() function
|