fdesc_vnops.c | 71 dev_t devctty; variable in typeref:typename:dev_t 157 devctty = makedev(cttymajor, 0); 317 return cdev_open(devctty, ap->a_mode, 0, curlwp); 431 vap->va_rdev = devctty; 709 error = cdev_read(devctty, ap->a_uio, ap->a_ioflag); 736 error = cdev_write(devctty, ap->a_uio, ap->a_ioflag); 762 error = cdev_ioctl(devctty, ap->a_command, ap->a_data, 785 revents = cdev_poll(devctty, ap->a_events, curlwp); 808 error = cdev_kqfilter(devctty, ap->a_kn);
|