Lines Matching refs:se_process
156 pid_t se_process; /* controlling process */ member
1226 key.data = &sp->se_process; in add_session()
1227 key.size = sizeof sp->se_process; in add_session()
1232 emergency("insert %d: %s", sp->se_process, strerror(errno)); in add_session()
1243 key.data = &sp->se_process; in del_session()
1244 key.size = sizeof sp->se_process; in del_session()
1247 emergency("delete %d: %s", sp->se_process, strerror(errno)); in del_session()
1594 sp->se_process = 0; in collect_child()
1614 sp->se_process = pid; in collect_child()
1682 if (sp->se_process) in multi_user()
1691 sp->se_process = pid; in multi_user()
1734 kill(sp->se_process, SIGHUP); in clean_ttys()
1745 kill(sp->se_process, SIGHUP); in clean_ttys()
1759 kill(sp->se_process, SIGHUP); in clean_ttys()
1782 kill(sp->se_process, SIGHUP); in clean_ttys()
1889 kill(sp->se_process, SIGHUP); in revoke_ttys()