Home
last modified time | relevance | path

Searched refs:waitfor (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/lib/vssh/
H A Dwolfssh.c267 conn->waitfor = KEEP_RECV; in wsftp_send()
272 conn->waitfor = KEEP_SEND; in wsftp_send()
310 conn->waitfor = KEEP_RECV; in wsftp_recv()
315 conn->waitfor = KEEP_SEND; in wsftp_recv()
461 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
466 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
485 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
490 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
507 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
512 conn->waitfor in wssh_statemach_act()
[all...]
H A Dlibssh.c2046 if(conn->waitfor & KEEP_RECV) in myssh_getsock()
2049 if(conn->waitfor & KEEP_SEND) in myssh_getsock()
2052 if(!conn->waitfor) in myssh_getsock()
2064 conn->waitfor = sshc->orig_waitfor; in myssh_block2waitfor()
2070 conn->waitfor = KEEP_RECV; in myssh_block2waitfor()
2073 conn->waitfor = KEEP_SEND; in myssh_block2waitfor()
H A Dlibssh2.c3055 if(conn->waitfor & KEEP_RECV) in ssh_getsock()
3058 if(conn->waitfor & KEEP_SEND) in ssh_getsock()
3080 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) | in ssh_block2waitfor()
3087 conn->waitfor = sshc->orig_waitfor; in ssh_block2waitfor()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c524 void waitfor(enum sstate w, enum sstate s) in waitfor() function
542 waitfor(START, WAITING); in sniper()
578 waitfor(WAITING, WAITING); in under_io_dirty()
601 waitfor(WAITING, WAITING); in under_io_clean()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c524 void waitfor(enum sstate w, enum sstate s) in waitfor() function
542 waitfor(START, WAITING); in sniper()
578 waitfor(WAITING, WAITING); in under_io_dirty()
601 waitfor(WAITING, WAITING); in under_io_clean()
/third_party/mksh/
H A Dfuncs.c1592 while (waitfor(NULL, &sig) >= 0) in c_wait()
1597 rv = waitfor(*wp, &sig); in c_wait()
H A Djobs.c713 waitfor(const char *cp, int *sigp) function
759 rv = j_waitj(j, flags, "jw:waitfor");
H A Dsh.h2554 int waitfor(const char *, int *);
/third_party/curl/lib/
H A Durldata.h1078 int waitfor; /* current READ/WRITE bits to wait for */ member

Completed in 25 milliseconds