OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childpids
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
svr-chansession.c
78
* gets to run, then the
childpids
[] array won't have the pid in it. Hence we
97
if (svr_ses.
childpids
[i].pid == pid) {
99
exit = &svr_ses.
childpids
[i].chansess->exit;
294
if (svr_ses.
childpids
[i].chansess == chansess) {
295
dropbear_assert(svr_ses.
childpids
[i].pid > 0);
296
TRACE(("closing pid %d", svr_ses.
childpids
[i].pid))
298
svr_ses.
childpids
[i].pid = -1;
299
svr_ses.
childpids
[i].chansess = NULL;
701
if (svr_ses.
childpids
[i].pid == svr_ses.lastexit.exitpid) {
703
svr_ses.
childpids
[i].chansess->exit = svr_ses.lastexit
[
all
...]
session.h
177
struct ChildPid *
childpids
; /* array of mappings childpid<->channel */
member in struct:serversession
Completed in 1425 milliseconds