| /src/sys/arch/vax/boot/boot/ |
| vaxstand.h | 57 int ctuopen(struct open_file *, int, int, int, int),
|
| conf.c | 50 SADEV("ctu",ctustrategy, ctuopen, nullsys, noioctl),
|
| ctu.c | 63 ctuopen(struct open_file *f, int adapt, int ctlr, int unit, int part) function in typeref:typename:int
|
| /src/sys/arch/vax/vax/ |
| ctu.c | 86 dev_type_open(ctuopen); 95 .d_open = ctuopen, 107 .d_open = ctuopen, 161 ctuopen(dev_t dev, int oflags, int devtype, struct lwp *l) function in typeref:typename:int 179 printf("ctuopen: running\n");
|