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

  /src/sys/dev/pci/
if_mcx.c 2530 static int mcx_match(device_t, cfdata_t, void *);
2666 CFATTACH_DECL_NEW(mcx, sizeof(struct mcx_softc), mcx_match, mcx_attach, NULL, NULL);
2728 mcx_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
if_mcx.c 2530 static int mcx_match(device_t, cfdata_t, void *);
2666 CFATTACH_DECL_NEW(mcx, sizeof(struct mcx_softc), mcx_match, mcx_attach, NULL, NULL);
2728 mcx_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 69 milliseconds