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

  /src/sys/dev/ppbus/
ppbus_conf.c 54 static void ppbus_attach(device_t, device_t, void *);
63 CFATTACH_DECL2_NEW(ppbus, sizeof(struct ppbus_softc), ppbus_probe, ppbus_attach,
108 ppbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 13 milliseconds