light.c | 83 static int light_match(device_t, cfdata_t, void *); 86 CFATTACH_DECL_NEW(light, sizeof(struct light_softc), light_match, light_attach, 266 light_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int 346 if (!light_match(NULL, NULL, ga))
|