/src/sys/dev/isa/ |
fd.c | 223 dev_type_ioctl(fdioctl); 230 .d_ioctl = fdioctl, 242 .d_ioctl = fdioctl, 1402 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int 1596 panic("fdioctl: impossible");
|
/src/sys/arch/arc/jazz/ |
fd.c | 186 dev_type_ioctl(fdioctl); 193 .d_ioctl = fdioctl, 205 .d_ioctl = fdioctl, 1080 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int
|
/src/sys/arch/bebox/stand/boot/ |
fd.c | 168 int fdioctl(struct open_file *, u_long, void *); 274 * fdioctl * 277 fdioctl(struct open_file *f, u_long cmd, void *arg) function in typeref:typename:int
|
/src/sys/arch/atari/dev/ |
hdfd.c | 138 static dev_type_ioctl(fdioctl); 292 .d_ioctl = fdioctl, 304 .d_ioctl = fdioctl, 1293 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int 1470 panic("fdioctl: impossible");
|
fd.c | 199 static dev_type_ioctl(fdioctl); 285 .d_ioctl = fdioctl, 297 .d_ioctl = fdioctl, 427 fdioctl(dev_t dev, u_long cmd, void * addr, int flag, struct lwp *l) function in typeref:typename:int
|
/src/sys/arch/acorn32/mainbus/ |
fd.c | 266 dev_type_ioctl(fdioctl); 273 .d_ioctl = fdioctl, 285 .d_ioctl = fdioctl, 1273 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int 1440 panic("fdioctl: impossible");
|
/src/sys/arch/mac68k/obio/ |
iwm_fd.c | 231 dev_type_ioctl(fdioctl); 238 .d_ioctl = fdioctl, 250 .d_ioctl = fdioctl, 698 * fdioctl 704 fdioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) function in typeref:typename:int
|
/src/sys/arch/sparc64/dev/ |
fdc.c | 338 dev_type_ioctl(fdioctl); 345 .d_ioctl = fdioctl, 357 .d_ioctl = fdioctl, 2133 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int 2356 panic("fdioctl: impossible");
|
/src/sys/arch/amiga/dev/ |
fd.c | 253 dev_type_ioctl(fdioctl); 260 .d_ioctl = fdioctl, 272 .d_ioctl = fdioctl, 568 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int
|
/src/sys/arch/sparc/dev/ |
fd.c | 306 dev_type_ioctl(fdioctl); 313 .d_ioctl = fdioctl, 325 .d_ioctl = fdioctl, 1948 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int 2173 panic("fdioctl: impossible");
|
/src/sys/arch/x68k/dev/ |
fd.c | 270 static dev_type_ioctl(fdioctl); 277 .d_ioctl = fdioctl, 289 .d_ioctl = fdioctl, 1611 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int 1629 DPRINTF(("fdioctl:")); 1806 panic("fdioctl: impossible");
|
/src/sys/arch/sun3/dev/ |
fd.c | 278 static dev_type_ioctl(fdioctl); 285 .d_ioctl = fdioctl, 297 .d_ioctl = fdioctl, 1590 fdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int
|