Searched refs:D_TTY (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dconf.h147 #define D_TTY 0x0004 macro
/freebsd-12-stable/sbin/devfs/
H A Drule.c77 { "tty", D_TTY },
/freebsd-12-stable/sys/kern/
H A Dtty_pts.c270 *(int *)data = D_TTY;
H A Dtty.c799 .d_flags = D_TTY,
891 .d_flags = D_TTY,
2212 .d_flags = D_TTY,
/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs_vnops.c486 if (dsw != NULL && (dsw->d_flags & D_TTY) != 0)
/freebsd-12-stable/sys/dev/cx/
H A Dif_cx.c229 .d_flags = D_TTY,
/freebsd-12-stable/usr.sbin/camdd/
H A Dcamdd.c1087 else if (type & D_TTY)

Completed in 129 milliseconds