/src/sys/arch/x68k/stand/xxboot/ |
xx.c | 42 xxclose(struct open_file *f) function in typeref:typename:int
|
/src/sys/arch/luna68k/stand/boot/ |
conf.c | 52 #define xxclose (int (*)(struct open_file *))nullsys macro 60 #define netclose xxclose 71 #define sdclose xxclose
|
/src/sys/arch/hp300/stand/common/ |
conf.c | 55 #define xxclose (int (*)(struct open_file *))nullsys macro 63 #define netclose xxclose 70 #define ctclose xxclose 77 #define rdclose xxclose 80 #define sdclose xxclose 90 { "??", xxstrategy, xxopen, xxclose, noioctl }, /*1*/ 92 { "??", xxstrategy, xxopen, xxclose, noioctl }, /*3*/ 94 { "??", xxstrategy, xxopen, xxclose, noioctl }, /*5*/
|