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

  /src/sys/arch/vax/vsa/
hdc9224.c 161 static int rdmatch(device_t, cfdata_t, void *);
181 rdmatch, rdattach, NULL, NULL);
332 * rdmatch() probes for the existence of a RD-type disk/floppy
335 rdmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/gpib/
rd.c 243 int rdmatch(device_t, cfdata_t, void *);
247 rdmatch, rdattach, NULL, NULL);
300 rdmatch(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/hp300/dev/
rd.c 448 static int rdmatch(device_t, cfdata_t, void *);
452 rdmatch, rdattach, NULL, NULL);
490 rdmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 57 milliseconds