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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_tty.c84 static vnode_t cttyvp(proc_t p);
101 if ((ttyvp = cttyvp(p)) == NULL) {
133 if ((ttyvp = cttyvp(p)) == NULL) {
154 vnode_t ttyvp = cttyvp(current_proc());
173 vnode_t ttyvp = cttyvp(current_proc());
192 vnode_t ttyvp = cttyvp(current_proc());
230 vnode_t ttyvp = cttyvp(current_proc());
246 cttyvp(proc_t p) function

Completed in 12 milliseconds