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

  /src/sys/arch/pmax/tc/
ioasic.c 98 static int ioasicmatch(device_t, cfdata_t, void *);
102 ioasicmatch, ioasicattach, NULL, NULL);
110 ioasicmatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
177 panic("ioasicmatch: how did we get here?");
  /src/sys/arch/alpha/tc/
ioasic.c 82 static int ioasicmatch(device_t, cfdata_t, void *);
86 ioasicmatch, ioasicattach, NULL, NULL);
128 ioasicmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
138 panic("ioasicmatch: how did we get here?");

Completed in 11 milliseconds