Searched refs:isctty (Results 1 – 1 of 1) sorted by relevance
138 static bool isctty(proc_t p, struct tty *tp);1156 if (!isctty(p, tp)) { in ttioctl_locked()1325 if (suser(kauth_cred_get(), NULL) && !isctty(p, tp)) { in ttioctl_locked()3247 isctty(proc_t p, struct tty *tp) in isctty() function