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

  /src/sys/arch/sparc/sparc/
auxiotwo.c 58 static void auxiotwoattach(device_t, device_t, void *);
61 auxiotwomatch, auxiotwoattach, NULL, NULL);
78 auxiotwoattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
88 printf("auxiotwoattach: can't map register\n");
auxiotwo.c 58 static void auxiotwoattach(device_t, device_t, void *);
61 auxiotwomatch, auxiotwoattach, NULL, NULL);
78 auxiotwoattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
88 printf("auxiotwoattach: can't map register\n");

Completed in 27 milliseconds