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

  /src/sys/arch/sparc/sparc/
auxreg.c 64 static void auxregattach_mainbus(device_t, device_t, void *);
70 auxregmatch_mainbus, auxregattach_mainbus, NULL, NULL);
124 auxregattach_mainbus(device_t parent, device_t self, void *aux) function in typeref:typename:void
135 printf("auxregattach_mainbus: can't map register\n");
auxreg.c 64 static void auxregattach_mainbus(device_t, device_t, void *);
70 auxregmatch_mainbus, auxregattach_mainbus, NULL, NULL);
124 auxregattach_mainbus(device_t parent, device_t self, void *aux) function in typeref:typename:void
135 printf("auxregattach_mainbus: can't map register\n");

Completed in 20 milliseconds