Searched refs:cttyvp (Results 1 – 1 of 1) sorted by relevance
83 static vnode_t cttyvp(proc_t p);88 vnode_t ttyvp = cttyvp(p); in cttyopen()162 vnode_t ttyvp = cttyvp(current_proc()); in cttyread()182 vnode_t ttyvp = cttyvp(current_proc()); in cttywrite()202 vnode_t ttyvp = cttyvp(current_proc()); in cttyioctl()237 vnode_t ttyvp = cttyvp(current_proc()); in cttyselect()254 cttyvp(proc_t p) in cttyvp() function