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

  /src/sys/dev/marvell/
pchb.c 46 static void pchb_attach(device_t, device_t, void *);
49 pchb_match, pchb_attach, NULL, NULL);
74 pchb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/cobalt/pci/
pchb.c 44 static void pchb_attach(device_t, device_t, void *);
47 pchb_match, pchb_attach, NULL, NULL);
62 pchb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbmips/malta/pci/
pchb.c 49 static void pchb_attach(device_t, device_t, void *);
52 pchb_match, pchb_attach, NULL, NULL);
79 pchb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 11 milliseconds