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

  /src/sys/arch/prep/stand/boot/
conf.c 42 int sdclose(struct open_file *);
45 { "sd", sdstrategy, sdopen, sdclose, noioctl },
sd.c 64 int sdclose(struct open_file *);
656 sdclose(struct open_file *f) function in typeref:typename:int
  /src/sys/arch/bebox/stand/boot/
conf.c 47 extern int sdclose(struct open_file *);
55 { "sd", sdstrategy, sdopen, sdclose, noioctl },
sd.c 64 int sdclose(struct open_file *);
656 sdclose(struct open_file *f) function in typeref:typename:int
  /src/sys/arch/next68k/stand/boot/
samachdep.h 56 int sdclose(struct open_file *);
conf.c 59 { "sd", sdstrategy, sdopen, sdclose, sdioctl },
sd.c 241 sdclose(struct open_file *f) function in typeref:typename:int
  /src/sys/arch/luna68k/stand/boot/
conf.c 71 #define sdclose xxclose macro
79 { "sd", sdstrategy, sdopen, sdclose, sdioctl },
samachdep.h 190 int sdclose(struct open_file *);
sd.c 202 sdclose(struct open_file *f) function in typeref:typename:int
  /src/sys/arch/hp300/stand/common/
conf.h 53 int sdclose(struct open_file *);
conf.c 80 #define sdclose xxclose macro
93 { "sd", sdstrategy, sdopen, sdclose, sdioctl }, /*4*/
sd.c 230 sdclose(struct open_file *f) function in typeref:typename:int
  /src/sys/dev/scsipi/
sd.c 156 static dev_type_close(sdclose);
167 .d_close = sdclose,
180 .d_close = sdclose,
197 .d_close = sdclose,
616 sdclose(dev_t dev, int flag, int fmt, struct lwp *l) function in typeref:typename:int

Completed in 15 milliseconds