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

  /src/sys/arch/sun3/dev/
xy.c 185 static int xycmatch(device_t, cfdata_t, void *);
201 xycmatch, xycattach, NULL, NULL);
321 * xycmatch: determine if xyc is present or not. we do a
325 xycmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/vme/
xy.c 180 int xycmatch(device_t, cfdata_t, void *);
194 xycmatch, xycattach, NULL, NULL);
366 * xycmatch: determine if xyc is present or not. we do a
378 xycmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 37 milliseconds