Searched refs:bktr_probe (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_os.c206 static int bktr_probe( device_t dev );
214 DEVMETHOD(device_probe, bktr_probe),
283 bktr_probe( device_t dev ) function
891 static int bktr_probe(struct device *, void *, void *);
893 static int bktr_probe(struct device *, struct cfdata *, void *);
898 sizeof(struct bktr_softc), bktr_probe, bktr_attach
910 bktr_probe(parent, match, aux) function

Completed in 72 milliseconds