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

  /src/sys/arch/evbppc/ev64260/
gt_mainbus.c 76 static int gt_match(device_t, cfdata_t, void *);
82 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
95 gt_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/evbmips/malta/dev/
gt.c 90 static int gt_match(device_t, cfdata_t, void *);
95 gt_match, gt_attach, NULL, NULL);
98 gt_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/ofppc/pci/
gt_mainbus.c 62 static int gt_match(device_t, cfdata_t, void *);
72 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
123 gt_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/arch/cobalt/dev/
gt.c 69 static int gt_match(device_t, cfdata_t, void *);
83 gt_match, gt_attach, NULL, NULL);
94 gt_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 13 milliseconds