/src/sys/arch/x68k/dev/ |
grf_machdep.c | 70 void grfattach(device_t, device_t, void *); 79 grfmatch, grfattach, NULL, NULL); 134 grfattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/mac68k/dev/ |
grf_compat.c | 143 grfattach(int n) function in typeref:typename:void 147 panic("grfattach: count <= 0");
|
/src/sys/arch/amiga/dev/ |
grf.c | 97 void grfattach(device_t, device_t, void *); 109 grfmatch, grfattach, NULL, NULL); 168 grfattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|