/src/sys/arch/mvme68k/stand/libsa/ |
libsa.h | 10 int bugscopen(struct open_file *, ...);
|
bugdev.c | 90 pp->fd = bugscopen(f); 153 bugscopen(struct open_file *f, ...) function in typeref:typename:int 157 printf("bugscopen:\n");
|
/src/sys/arch/mvme68k/stand/bootxx/ |
conf.c | 10 { "bugsc", bugscstrategy, bugscopen, bugscclose, bugscioctl },
|
/src/sys/arch/mvme68k/stand/bootsd/ |
conf.c | 16 { "bugsc", bugscstrategy, bugscopen, bugscclose, bugscioctl },
|