Lines Matching refs:se_process
154 pid_t se_process; /* controlling process */ member
1220 key.data = &sp->se_process; in add_session()
1221 key.size = sizeof sp->se_process; in add_session()
1226 emergency("insert %d: %m", sp->se_process); in add_session()
1237 key.data = &sp->se_process; in del_session()
1238 key.size = sizeof sp->se_process; in del_session()
1241 emergency("delete %d: %m", sp->se_process); in del_session()
1588 sp->se_process = 0; in collect_child()
1608 sp->se_process = pid; in collect_child()
1733 if (sp->se_process) in multi_user()
1742 sp->se_process = pid; in multi_user()
1790 kill(sp->se_process, SIGHUP); in clean_ttys()
1801 kill(sp->se_process, SIGHUP); in clean_ttys()
1815 kill(sp->se_process, SIGHUP); in clean_ttys()
1838 kill(sp->se_process, SIGHUP); in clean_ttys()
1946 kill(sp->se_process, SIGHUP); in revoke_ttys()