Lines Matching refs:se_process
142 pid_t se_process; /* controlling process */ member
1208 key.data = &sp->se_process; in add_session()
1209 key.size = sizeof sp->se_process; in add_session()
1214 emergency("insert %d: %m", sp->se_process); in add_session()
1225 key.data = &sp->se_process; in del_session()
1226 key.size = sizeof sp->se_process; in del_session()
1229 emergency("delete %d: %m", sp->se_process); in del_session()
1576 sp->se_process = 0; in collect_child()
1596 sp->se_process = pid; in collect_child()
1721 if (sp->se_process) in multi_user()
1730 sp->se_process = pid; in multi_user()
1778 kill(sp->se_process, SIGHUP); in clean_ttys()
1789 kill(sp->se_process, SIGHUP); in clean_ttys()
1803 kill(sp->se_process, SIGHUP); in clean_ttys()
1826 kill(sp->se_process, SIGHUP); in clean_ttys()
1934 kill(sp->se_process, SIGHUP); in revoke_ttys()