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

  /src/sys/arch/sun3/dev/
xd.c 252 static void xdcattach(device_t, device_t, void *);
267 xdcmatch, xdcattach, NULL, NULL);
414 * xdcattach: attach controller
417 xdcattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/dev/vme/
xd.c 239 void xdcattach(device_t, device_t, void *);
278 xdcmatch, xdcattach, NULL, NULL);
486 * xdcattach: attach controller
489 xdcattach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 186 milliseconds