Lines Matching refs:se_process
153 pid_t se_process; /* controlling process */ member
995 key.data = &sp->se_process; in add_session()
996 key.size = sizeof sp->se_process; in add_session()
1001 emergency("insert %d: %m", sp->se_process); in add_session()
1015 key.data = &sp->se_process; in del_session()
1016 key.size = sizeof sp->se_process; in del_session()
1019 emergency("delete %d: %m", sp->se_process); in del_session()
1202 if (sp->se_process) in read_ttys()
1338 sp->se_process, &sp->se_started, sp->se_index); in session_utmpx()
1432 sp->se_process = 0; in collect_child()
1451 sp->se_process = pid; in collect_child()
1505 if (sp->se_process) in multi_user()
1512 sp->se_process = pid; in multi_user()
1559 if (sp->se_process != 0) in clean_ttys()
1560 (void)kill(sp->se_process, SIGHUP); in clean_ttys()
1568 if (sp->se_process != 0) in clean_ttys()
1569 (void)kill(sp->se_process, SIGHUP); in clean_ttys()
1584 if (sp->se_process != 0) in clean_ttys()
1585 (void)kill(sp->se_process, SIGHUP); in clean_ttys()