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

  /src/sys/arch/mac68k/obio/
iwm_fd.c 81 static void fdGetDiskLabel(fd_softc_t *, dev_t);
85 static fdInfo_t *fdDeviceToType(fd_softc_t *, dev_t);
87 static void fdstart(fd_softc_t *);
90 static int seek(fd_softc_t *, int);
92 static int initCylinderCache(fd_softc_t *);
93 static void invalidateCylinderCache(fd_softc_t *);
95 static int fdstart_Init(fd_softc_t *);
96 static int fdstart_Seek(fd_softc_t *);
97 static int fdstart_Read(fd_softc_t *);
98 static int fdstart_Write(fd_softc_t *);
    [all...]
iwm_fdvar.h 171 typedef struct fd_softc fd_softc_t; typedef in typeref:struct:fd_softc
180 fd_softc_t *fd[IWM_MAX_DRIVE]; /* ptrs to children */

Completed in 20 milliseconds