OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastexit
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
session.h
182
struct exitinfo
lastexit
;
member in struct:serversession
svr-chansession.c
79
* use the svr_ses.
lastexit
struct to hold the exit, which is then compared by
107
TRACE(("using
lastexit
"));
108
exit = &svr_ses.
lastexit
;
695
if (svr_ses.
lastexit
.exitpid != -1) {
696
TRACE(("parent side: lastexitpid is %d", svr_ses.
lastexit
.exitpid))
701
if (svr_ses.childpids[i].pid == svr_ses.
lastexit
.exitpid) {
703
svr_ses.childpids[i].chansess->exit = svr_ses.
lastexit
;
704
svr_ses.
lastexit
.exitpid = -1;
1014
svr_ses.
lastexit
.exitpid = -1; /* Nothing has exited yet */
Completed in 193 milliseconds