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

  /src/sys/arch/sun3/dev/
xd.c 255 static int xdmatch(device_t, cfdata_t, void *);
270 xdmatch, xdattach, NULL, NULL);
537 * xdmatch: probe for disk.
545 xdmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/vme/
xd.c 240 int xdmatch(device_t, cfdata_t, void *);
281 xdmatch, xdattach, NULL, NULL);
683 * xdmatch: probe for disk.
690 xdmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 53 milliseconds