Searched refs:tty (Results 1 – 5 of 5) sorted by relevance
491 struct tty_struct *tty; in do_acct_process() local550 tty = current->signal->tty; /* Safe as we hold the siglock */ in do_acct_process()551 ac.ac_tty = tty ? old_encode_dev(tty_devnum(tty)) : 0; in do_acct_process()
852 sig->tty = NULL; in copy_signal()878 tty_kref_put(sig->tty); in __cleanup_signal()1259 tty_kref_put(p->signal->tty); in copy_process()1260 p->signal->tty = tty_kref_get(current->signal->tty); in copy_process()
1318 const char *tty; in audit_log_exit() local1348 if (tsk->signal && tsk->signal->tty && tsk->signal->tty->name) in audit_log_exit()1349 tty = tsk->signal->tty->name; in audit_log_exit()1351 tty = "(none)"; in audit_log_exit()1370 context->egid, context->sgid, context->fsgid, tty, in audit_log_exit()
1572 static void sysrq_handle_gdb(int key, struct tty_struct *tty) in sysrq_handle_gdb() argument
27 static void handle_poweroff(int key, struct tty_struct *tty) in handle_poweroff() argument