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

  /src/sys/arch/hp300/dev/
mt.c 131 static int mtmatch(device_t, cfdata_t, void *);
135 mtmatch, mtattach, NULL, NULL);
182 mtmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
mt.c 131 static int mtmatch(device_t, cfdata_t, void *);
135 mtmatch, mtattach, NULL, NULL);
182 mtmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/mscp/
mscp_tape.c 84 int mtmatch(device_t, cfdata_t, void *);
115 mtmatch, mtattach, NULL, NULL);
158 mtmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
mscp_tape.c 84 int mtmatch(device_t, cfdata_t, void *);
115 mtmatch, mtattach, NULL, NULL);
158 mtmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/gpib/
mt.c 140 int mtmatch(device_t, cfdata_t, void *);
144 mtmatch, mtattach, NULL, NULL);
218 mtmatch(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
mt.c 140 int mtmatch(device_t, cfdata_t, void *);
144 mtmatch, mtattach, NULL, NULL);
218 mtmatch(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 25 milliseconds