/src/sys/arch/rs6000/stand/boot/ |
conf.c | 37 int inopen(struct open_file *, ...); 41 { "in", instrategy, inopen, inclose, noioctl },
|
boot.h | 34 int inopen(struct open_file *);
|
inkernel.c | 65 inopen(struct open_file *p) function in typeref:typename:int
|
/src/sys/arch/prep/stand/boot/ |
conf.c | 37 int inopen(struct open_file *, ...); 48 struct devsw pseudo_devsw = { "in", instrategy, inopen, inclose, noioctl };
|
boot.h | 34 int inopen(struct open_file *);
|
inkernel.c | 59 inopen(struct open_file *p) function in typeref:typename:int
|
/src/sys/arch/bebox/stand/boot/ |
conf.c | 42 extern int inopen(struct open_file *, ...); 60 struct devsw pseudo_devsw = { "in", instrategy, inopen, inclose, noioctl };
|
inkernel.c | 39 int inopen(struct open_file *); 66 inopen(struct open_file *p) function in typeref:typename:int
|