Searched refs:mainbus_attach_node (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/arch/arm64/dev/ |
H A D | mainbus.c | 34 void mainbus_attach_node(struct device *, int, cfmatch_t); 155 mainbus_attach_node(self, node, NULL); in mainbus_attach() 204 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) in mainbus_attach_node() function 337 mainbus_attach_node(self, node, match); in mainbus_attach_cpus() 380 mainbus_attach_node(self, node, NULL); in mainbus_attach_psci() 422 mainbus_attach_node(self, node, NULL); in mainbus_attach_framebuffer() 434 mainbus_attach_node(self, node, NULL); in mainbus_attach_firmware() 446 mainbus_attach_node(self, node, NULL); in mainbus_attach_resvmem()
|
/openbsd/sys/arch/arm/mainbus/ |
H A D | mainbus.c | 34 void mainbus_attach_node(struct device *, int, cfmatch_t); 138 mainbus_attach_node(self, node, NULL); in mainbus_attach() 142 mainbus_attach_node(self, node, NULL); in mainbus_attach() 156 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) in mainbus_attach_node() function 250 mainbus_attach_node(self, node, match); in mainbus_attach_cpus() 295 mainbus_attach_node(self, node, NULL); in mainbus_attach_framebuffer()
|
/openbsd/sys/arch/riscv64/dev/ |
H A D | mainbus.c | 32 void mainbus_attach_node(struct device *, int, cfmatch_t); 136 mainbus_attach_node(self, node, NULL); in mainbus_attach() 140 mainbus_attach_node(self, node, NULL); in mainbus_attach() 181 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) in mainbus_attach_node() function 321 mainbus_attach_node(self, node, match); in mainbus_attach_cpus() 361 mainbus_attach_node(self, node, NULL); in mainbus_attach_framebuffer()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | mainbus.c | 34 void mainbus_attach_node(struct device *, int, cfmatch_t); 157 mainbus_attach_node(self, node, NULL); in mainbus_attach() 161 mainbus_attach_node(self, node, NULL); in mainbus_attach() 200 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) in mainbus_attach_node() function 333 mainbus_attach_node(self, node, match); in mainbus_attach_cpus()
|