/src/sys/arch/mmeye/stand/boot/ |
conf.c | 45 { "wd", wdstrategy, wdopen, wdclose, noioctl },
|
boot.h | 71 int wdclose(struct open_file *);
|
wd.c | 235 wdclose(struct open_file *f) function in typeref:typename:int
|
/src/sys/arch/bebox/stand/boot/ |
conf.c | 51 extern int wdclose(struct open_file *); 56 { "wd", wdstrategy, wdopen, wdclose, noioctl },
|
wd.c | 55 int wdclose(struct open_file *); 274 wdclose(struct open_file *f) function in typeref:typename:int
|
/src/sys/arch/cobalt/stand/boot/ |
boot.h | 66 int wdclose(struct open_file *);
|
conf.c | 55 { "wd", wdstrategy, wdopen, wdclose, noioctl },
|
wd.c | 259 wdclose(struct open_file *f) function in typeref:typename:int
|
/src/sys/dev/ata/ |
wd.c | 138 static dev_type_close(wdclose); 149 .d_close = wdclose, 162 .d_close = wdclose, 222 .d_close = wdclose, 1233 wdclose(dev_t dev, int flag, int fmt, struct lwp *l) function in typeref:typename:int
|