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

  /src/sys/dev/ppbus/
ppbus_conf.c 53 static int ppbus_probe(device_t, cfdata_t, void *);
63 CFATTACH_DECL2_NEW(ppbus, sizeof(struct ppbus_softc), ppbus_probe, ppbus_attach,
68 ppbus_probe(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
ppbus_conf.c 53 static int ppbus_probe(device_t, cfdata_t, void *);
63 CFATTACH_DECL2_NEW(ppbus, sizeof(struct ppbus_softc), ppbus_probe, ppbus_attach,
68 ppbus_probe(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
ppbus_conf.c 53 static int ppbus_probe(device_t, cfdata_t, void *);
63 CFATTACH_DECL2_NEW(ppbus, sizeof(struct ppbus_softc), ppbus_probe, ppbus_attach,
68 ppbus_probe(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 30 milliseconds