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

  /src/sys/arch/sun3/dev/
xd.c 251 static int xdcmatch(device_t, cfdata_t, void *);
267 xdcmatch, xdcattach, NULL, NULL);
389 * xdcmatch: determine if xdc is present or not. we do a
394 xdcmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/vme/
xd.c 238 int xdcmatch(device_t, cfdata_t, void *);
278 xdcmatch, xdcattach, NULL, NULL);
451 * xdcmatch: determine if xdc is present or not. we do a
467 xdcmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 49 milliseconds