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

  /src/sys/arch/playstation2/dev/
sbus.c 83 STATIC void sbus_attach(device_t, device_t, void *);
89 sbus_match, sbus_attach, NULL, NULL);
106 sbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/sparc64/dev/
sbus.c 96 void sbus_attach(device_t, device_t, void *);
100 sbus_match, sbus_attach, NULL, NULL);
167 sbus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
289 printf("sbus_attach: %s: incomplete\n", name1);

Completed in 16 milliseconds