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

  /src/sys/dev/ofisa/
ofisa.c 55 static void ofisaattach(device_t, device_t, void *);
60 ofisamatch, ofisaattach, NULL, NULL);
63 ofisa_subclass_match, ofisaattach, NULL, NULL);
109 ofisaattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
ofisa.c 55 static void ofisaattach(device_t, device_t, void *);
60 ofisamatch, ofisaattach, NULL, NULL);
63 ofisa_subclass_match, ofisaattach, NULL, NULL);
109 ofisaattach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 26 milliseconds