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

  /src/sys/dev/isa/
fd.c 202 void fdattach(device_t, device_t, void *);
213 fdprobe, fdattach, fddetach, NULL);
216 fdprobe, fdattach, fddetach, NULL);
557 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/arc/jazz/
fd.c 178 static void fdattach(device_t, device_t, void *);
180 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc), fdprobe, fdattach, NULL, NULL);
334 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/atari/dev/
hdfd.c 283 static void fdattach(device_t, device_t, void *);
286 fdprobe, fdattach, NULL, NULL);
525 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
fd.c 379 static void fdattach(device_t, device_t, void *);
386 fdmatch, fdattach, NULL, NULL);
396 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/acorn32/mainbus/
fd.c 252 void fdattach(device_t, device_t, void *);
258 fdprobe, fdattach, NULL, NULL);
494 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/sparc64/dev/
fdc.c 325 void fdattach(device_t, device_t, void *);
330 fdmatch, fdattach, NULL, NULL);
951 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/amiga/dev/
fd.c 196 void fdattach(device_t, device_t, void *);
245 fdmatch, fdattach, NULL, NULL);
409 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/sparc/dev/
fd.c 293 void fdattach(device_t, device_t, void *);
298 fdmatch, fdattach, NULL, NULL);
779 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/x68k/dev/
fd.c 261 static void fdattach(device_t, device_t, void *);
264 fdprobe, fdattach, NULL, NULL);
626 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/arch/sun3/dev/
fd.c 269 static void fdattach(device_t, device_t, void *);
272 fdmatch, fdattach, NULL, NULL);
563 fdattach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 47 milliseconds