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

  /src/sys/arch/evbppc/ev64260/
gt_mainbus.c 77 static void gt_attach(device_t, device_t, void *);
82 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
106 gt_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbmips/malta/dev/
gt.c 91 static void gt_attach(device_t, device_t, void *);
95 gt_match, gt_attach, NULL, NULL);
104 gt_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/ofppc/pci/
gt_mainbus.c 63 static void gt_attach(device_t, device_t, void *);
72 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
161 gt_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/cobalt/dev/
gt.c 70 static void gt_attach(device_t, device_t, void *);
83 gt_match, gt_attach, NULL, NULL);
103 gt_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 14 milliseconds