Home
last modified time | relevance | path

Searched refs:ttyvp (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/kern/
H A Dtty_tty.c30 struct vnode *ttyvp = cttyvp(p); local
33 if (ttyvp == NULL)
45 error = VOP_ACCESS(ttyvp,
50 VOP_UNLOCK(ttyvp, 0, p);
64 if (ttyvp == NULL)
68 VOP_UNLOCK(ttyvp, 0, p);
82 if (ttyvp == NULL)
86 VOP_UNLOCK(ttyvp, 0, p);
98 struct vnode *ttyvp = cttyvp(p); local
100 if (ttyvp == NULL)
[all …]
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vnops.c175 struct vnode *ttyvp = cttyvp(p); local
176 if (ttyvp == NULL) {