HomeSort by: relevance | last modified time | path
    Searched defs:light_match (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sgimips/gio/
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))

Completed in 11 milliseconds