/src/sys/arch/rs6000/stand/boot/ |
conf.c | 38 int inclose(struct open_file *); 41 { "in", instrategy, inopen, inclose, noioctl },
|
boot.h | 35 int inclose(struct open_file *);
|
inkernel.c | 74 inclose(struct open_file *p) function in typeref:typename:int
|
/src/sys/arch/prep/stand/boot/ |
conf.c | 38 int inclose(struct open_file *); 48 struct devsw pseudo_devsw = { "in", instrategy, inopen, inclose, noioctl };
|
boot.h | 35 int inclose(struct open_file *);
|
inkernel.c | 68 inclose(struct open_file *p) function in typeref:typename:int
|
/src/sys/arch/bebox/stand/boot/ |
conf.c | 43 extern int inclose(struct open_file *); 60 struct devsw pseudo_devsw = { "in", instrategy, inopen, inclose, noioctl };
|
inkernel.c | 40 int inclose(struct open_file *); 75 inclose(struct open_file *p) function in typeref:typename:int
|