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

  /src/sys/dev/usb/
vhci.c 1209 static int vhci_match(device_t, cfdata_t, void *);
1213 CFATTACH_DECL_NEW(vhci, sizeof(vhci_softc_t), vhci_match, vhci_attach,
1256 vhci_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
vhci.c 1209 static int vhci_match(device_t, cfdata_t, void *);
1213 CFATTACH_DECL_NEW(vhci, sizeof(vhci_softc_t), vhci_match, vhci_attach,
1256 vhci_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 22 milliseconds