HomeSort by: relevance | last modified time | path
    Searched refs:devctty (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/fdesc/
fdesc.h 70 extern dev_t devctty;
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);

Completed in 13 milliseconds