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

  /src/sys/arch/acorn32/podulebus/
asc.c 127 void ascattach (device_t, device_t, void *);
148 ascmatch, ascattach, NULL, NULL);
182 ascattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/mac68k/obio/
asc.c 110 static void ascattach(device_t, device_t, void *);
113 ascmatch, ascattach, NULL, NULL);
184 ascattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/mipsco/obio/
asc.c 80 static void ascattach(device_t, device_t, void *);
83 ascmatch, ascattach, NULL, NULL);
126 ascattach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 13 milliseconds