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

  /src/sys/dev/isa/
fdvar.h 63 struct fd_type sc_type_copy; /* copy for fiddling when formatting */ member in struct:fd_softc
  /src/sys/arch/arc/jazz/
fd.c 151 struct fd_type sc_type_copy; /* copy for fiddling when formatting */ member in struct:fd_softc
667 fd->sc_type_copy = *type;
668 fd->sc_type = &fd->sc_type_copy;
  /src/sys/arch/acorn32/mainbus/
fd.c 223 struct fd_type sc_type_copy; /* copy for fiddling when formatting */ member in struct:fd_softc
799 fd->sc_type_copy = *type;
800 fd->sc_type = &fd->sc_type_copy;

Completed in 13 milliseconds