OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_deftype
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/isa/
fdvar.h
61
const struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
fd.c
581
fd->
sc_deftype
= type;
696
return type ? &fd_types[type - 1] : fd->
sc_deftype
;
1671
fdt = fd->
sc_deftype
;
/src/sys/arch/arc/jazz/
fd.c
149
const struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
358
fd->
sc_deftype
= type;
430
return type ? &fd_types[type - 1] : fd->
sc_deftype
;
/src/sys/arch/atari/dev/
hdfd.c
252
struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
548
fd->
sc_deftype
= type;
602
return type ? &fd_types[type - 1] : fd->
sc_deftype
;
/src/sys/arch/acorn32/mainbus/
fd.c
221
struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
518
fd->
sc_deftype
= type;
564
return type ? &fd_types[type - 1] : fd->
sc_deftype
;
/src/sys/arch/sun3/dev/
fd.c
241
struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
587
fd->
sc_deftype
= type;
654
return type ? &fd_types[type - 1] : fd->
sc_deftype
;
/src/sys/arch/sparc64/dev/
fdc.c
297
struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
974
fd->
sc_deftype
= type;
1023
return type ? &fd_types[type - 1] : fd->
sc_deftype
;
2590
fdt = fd->
sc_deftype
;
/src/sys/arch/sparc/dev/
fd.c
265
struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
803
fd->
sc_deftype
= type;
850
return (type ? &fd_types[type - 1] : fd->
sc_deftype
);
/src/sys/arch/x68k/dev/
fd.c
221
struct fd_type *
sc_deftype
; /* default type descriptor */
member in struct:fd_softc
651
fd->
sc_deftype
= type;
Completed in 20 milliseconds
Indexes created Thu Nov 06 02:09:54 GMT 2025