Lines Matching refs:se_process
142 pid_t se_process; /* controlling process */ member
1216 key.data = &sp->se_process; in add_session()
1217 key.size = sizeof sp->se_process; in add_session()
1222 emergency("insert %d: %m", sp->se_process); in add_session()
1233 key.data = &sp->se_process; in del_session()
1234 key.size = sizeof sp->se_process; in del_session()
1237 emergency("delete %d: %m", sp->se_process); in del_session()
1584 sp->se_process = 0; in collect_child()
1604 sp->se_process = pid; in collect_child()
1729 if (sp->se_process) in multi_user()
1738 sp->se_process = pid; in multi_user()
1786 kill(sp->se_process, SIGHUP); in clean_ttys()
1797 kill(sp->se_process, SIGHUP); in clean_ttys()
1811 kill(sp->se_process, SIGHUP); in clean_ttys()
1834 kill(sp->se_process, SIGHUP); in clean_ttys()
1942 kill(sp->se_process, SIGHUP); in revoke_ttys()