if_srt.c | 73 static int srt_ioctl(dev_t, u_long, void *, int, struct lwp *); 80 .d_ioctl = srt_ioctl, 424 srt_ioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) function in typeref:typename:int 435 panic("srt_ioctl: softc disappeared");
|