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

  /src/sys/arch/algor/dev/
com_mainbus.c 66 static void com_mainbus_attach(device_t, device_t, void *);
69 com_mainbus_match, com_mainbus_attach, NULL, NULL);
84 com_mainbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/evbmips/mipssim/
com_mainbus.c 56 static void com_mainbus_attach(device_t, device_t, void *);
59 com_mainbus_match, com_mainbus_attach, NULL, NULL);
74 com_mainbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/cobalt/dev/
com_mainbus.c 56 static void com_mainbus_attach(device_t, device_t, void *);
59 com_mainbus_probe, com_mainbus_attach, NULL, NULL);
76 com_mainbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/macppc/dev/
com_mainbus.c 59 void com_mainbus_attach(device_t, device_t, void *);
62 com_mainbus_probe, com_mainbus_attach, NULL, NULL);
82 com_mainbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/mmeye/dev/
com_mainbus.c 63 void com_mainbus_attach(device_t, device_t, void *);
68 com_mainbus_match, com_mainbus_attach, NULL, NULL);
82 com_mainbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 13 milliseconds