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

  /src/sys/arch/sparc/sparc/
memreg.c 75 static void memregattach_mainbus(device_t, device_t, void *);
79 memregmatch_mainbus, memregattach_mainbus, NULL, NULL);
117 memregattach_mainbus(device_t parent, device_t self, void *aux) function in typeref:typename:void
133 printf("memregattach_mainbus: can't map register\n");
memreg.c 75 static void memregattach_mainbus(device_t, device_t, void *);
79 memregmatch_mainbus, memregattach_mainbus, NULL, NULL);
117 memregattach_mainbus(device_t parent, device_t self, void *aux) function in typeref:typename:void
133 printf("memregattach_mainbus: can't map register\n");

Completed in 20 milliseconds