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

  /src/sys/dev/pci/bktr/
bktr_os.c 236 static int bktr_probe(device_t dev);
244 DEVMETHOD(device_probe, bktr_probe),
297 bktr_probe(device_t dev) function in typeref:typename:int
859 static const char* bktr_probe(pcici_t tag, pcidi_t type);
867 bktr_probe,
911 bktr_probe(pcici_t tag, pcidi_t type)
1340 static int bktr_probe(struct device *, void *, void *);
1342 static int bktr_probe(device_t, cfdata_t, void *);
1347 bktr_probe, bktr_attach, NULL, NULL);
1373 bktr_probe(device_t parent, cfdata_t match, void *aux function in typeref:typename:int
    [all...]
bktr_os.c 236 static int bktr_probe(device_t dev);
244 DEVMETHOD(device_probe, bktr_probe),
297 bktr_probe(device_t dev) function in typeref:typename:int
859 static const char* bktr_probe(pcici_t tag, pcidi_t type);
867 bktr_probe,
911 bktr_probe(pcici_t tag, pcidi_t type)
1340 static int bktr_probe(struct device *, void *, void *);
1342 static int bktr_probe(device_t, cfdata_t, void *);
1347 bktr_probe, bktr_attach, NULL, NULL);
1373 bktr_probe(device_t parent, cfdata_t match, void *aux function in typeref:typename:int
    [all...]

Completed in 26 milliseconds