Searched refs:cbus_print (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/arch/luna88k/cbus/ |
| D | cbus.c | 69 int cbus_print(void *, const char *); 127 config_found(self, &cbus_devs[i], cbus_print); in cbus_attach() 133 cbus_print(void *aux, const char *pnp) in cbus_print() function
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | cbus.c | 44 int cbus_print(void *, const char *); 110 config_found(self, &ca, cbus_print); in cbus_attach() 115 cbus_print(void *aux, const char *name) in cbus_print() function
|
| D | cbusvar.h | 37 int cbus_print(void *, const char *);
|
| D | vds.c | 99 config_found(self, &nca, cbus_print); in vds_attach()
|
| D | vsw.c | 99 config_found(self, &nca, cbus_print); in vsw_attach()
|
| D | vcc.c | 101 config_found(self, &nca, cbus_print); in vcc_attach()
|
| D | vldc.c | 102 config_found(self, &nca, cbus_print); in vldc_attach()
|