Home
last modified time | relevance | path

Searched refs:D_TTY (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dconf.h142 #define D_TTY 0x0004 macro
/freebsd/sbin/devfs/
H A Drule.c74 { "tty", D_TTY },
/freebsd/sys/kern/
H A Dtty.c807 .d_flags = D_TTY,
899 .d_flags = D_TTY,
2258 .d_flags = D_TTY,
H A Dtty_pts.c267 *(int *)data = D_TTY; in ptsdev_ioctl()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c599 if (dsw != NULL && (dsw->d_flags & D_TTY) != 0) in devfs_allocv()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c1083 else if (type & D_TTY) in camdd_probe_file()