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

  /src/sys/arch/powerpc/pci/
pchb.c 55 int pchbmatch(device_t, cfdata_t, void *);
59 pchbmatch, pchbattach, NULL, NULL);
62 pchbmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/powerpc/ibm4xx/pci/
pchb.c 57 static int pchbmatch(device_t, cfdata_t, void *);
62 pchbmatch, pchbattach, NULL, NULL);
84 pchbmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/x86/pci/
pchb.c 72 static int pchbmatch(device_t, cfdata_t, void *);
80 pchbmatch, pchbattach, pchbdetach, NULL, NULL, NULL, DVF_DETACH_SHUTDOWN);
83 pchbmatch(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 23 milliseconds