| /src/sys/arch/prep/stand/boot/ | 
| conf.c | 41 int sdopen(struct open_file *, ...); 45 	{ "sd",	sdstrategy, sdopen, sdclose, noioctl },
 
 | 
| conf.c | 41 int sdopen(struct open_file *, ...); 45 	{ "sd",	sdstrategy, sdopen, sdclose, noioctl },
 
 | 
| /src/sys/arch/bebox/stand/boot/ | 
| conf.c | 46 extern int sdopen(struct open_file *, ...); 55 	{ "sd", sdstrategy, sdopen, sdclose, noioctl },
 
 | 
| conf.c | 46 extern int sdopen(struct open_file *, ...); 55 	{ "sd", sdstrategy, sdopen, sdclose, noioctl },
 
 | 
| /src/sys/arch/x68k/stand/libsa/ | 
| libx68k.h | 53 int sdopen(struct open_file *, ...); 
 | 
| libx68k.h | 53 int sdopen(struct open_file *, ...); 
 | 
| sdcd.c | 272 /* sdopen(struct open_file *f, int id, int part) */ 274 sdopen(struct open_file *f, ...)  function in typeref:typename:int
 
 | 
| /src/sys/arch/next68k/stand/boot/ | 
| samachdep.h | 55 int sdopen(struct open_file *, ...); 
 | 
| samachdep.h | 55 int sdopen(struct open_file *, ...); 
 | 
| conf.c | 59 	{ "sd",	sdstrategy,	sdopen,	sdclose,	sdioctl }, 
 | 
| conf.c | 59 	{ "sd",	sdstrategy,	sdopen,	sdclose,	sdioctl }, 
 | 
| sd.c | 187 sdopen(struct open_file *f, ...)  function in typeref:typename:int 
 | 
| /src/sys/arch/luna68k/stand/boot/ | 
| conf.c | 70 #define	sdopen		xxopen  macro 79 	{ "sd",	sdstrategy,	sdopen,	sdclose,	sdioctl },
 
 | 
| conf.c | 70 #define	sdopen		xxopen  macro 79 	{ "sd",	sdstrategy,	sdopen,	sdclose,	sdioctl },
 
 | 
| samachdep.h | 189 int sdopen(struct open_file *, ...); 
 | 
| samachdep.h | 189 int sdopen(struct open_file *, ...); 
 | 
| sd.c | 175 sdopen(struct open_file *f, ...)  function in typeref:typename:int 
 | 
| /src/sys/arch/hp300/stand/common/ | 
| conf.h | 52 int sdopen(struct open_file *, ...); 
 | 
| conf.h | 52 int sdopen(struct open_file *, ...); 
 | 
| conf.c | 79 #define	sdopen		xxopen  macro 93 	{ "sd",	sdstrategy,	sdopen,	sdclose,	sdioctl }, /*4*/
 
 | 
| conf.c | 79 #define	sdopen		xxopen  macro 93 	{ "sd",	sdstrategy,	sdopen,	sdclose,	sdioctl }, /*4*/
 
 | 
| /src/sys/arch/x68k/stand/boot/ | 
| conf.c | 43 	{ "sd",	sdcdstrategy, sdopen, sdcdclose, noioctl }, 
 | 
| conf.c | 43 	{ "sd",	sdcdstrategy, sdopen, sdcdclose, noioctl }, 
 | 
| /src/sys/arch/vax/boot/boot/ | 
| vaxstand.h | 66 int	sdopen(struct open_file *), 
 | 
| vaxstand.h | 66 int	sdopen(struct open_file *), 
 |