Searched refs:COMPLETE (Results 1 – 16 of 16) sorted by relevance
1236 result = COMPLETE + 1; in initconn()1247 (result == COMPLETE || !connected)) in initconn()1259 result = COMPLETE + 1; in initconn()1261 if (result != COMPLETE) { in initconn()1267 if (result != COMPLETE) { in initconn()1284 (result == COMPLETE || !connected)) in initconn()1296 result = COMPLETE + 1; in initconn()1298 if (result != COMPLETE) { in initconn()1304 if (result != COMPLETE) { in initconn()1313 result = COMPLETE + 1; in initconn()[all …]
209 if (command("SYST") == COMPLETE) { in getremoteinfo()263 if (command("FEAT") == COMPLETE) { in getremoteinfo()471 if ((n != COMPLETE) || in ftp_login()472 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) { in ftp_login()594 if ((code / 100) != COMPLETE) { in remglob()673 if (r == COMPLETE) { in remotesize()717 if (r == COMPLETE) { in remotemodtime()827 if (command("PWD") != COMPLETE) in updateremotecwd()
269 if (comret == COMPLETE) { in set_type()302 if (comret == COMPLETE) in changetype()1161 if (r == COMPLETE) { in cd()1213 if (command("DELE %s", argv[1]) == COMPLETE) in delete()1243 if (command("DELE %s", cp) == COMPLETE) in mdelete()1275 command("RNTO %s", argv[2]) == COMPLETE) in renamefile()1522 if (n != COMPLETE) { in user()1601 if (r == COMPLETE) in makedir()1626 if (r == COMPLETE) in removedir()2361 if (r == COMPLETE) { in cdup()
1683 if ((code / 100) == COMPLETE) in fetch_ftp()1892 if ((code / 100) != COMPLETE) in auto_put()1898 if ((code / 100) != COMPLETE) { in auto_put()
52 code = (ret == COMPLETE); in afslog()
213 if (n == COMPLETE) in login()247 if (n != COMPLETE) { in login()1253 if (command ("EPSV") != COMPLETE) { in passive_mode()1254 if (command ("PASV") != COMPLETE) { in passive_mode()1381 return (result != COMPLETE); in active_mode()1383 return result != COMPLETE; in active_mode()1602 if (command ("PASV") != COMPLETE) { in proxtrans()1615 if (command ("PORT %s", pasv) != COMPLETE) { in proxtrans()
153 if (command("SYST") == COMPLETE && overbose && strlen(reply_string) > 4) { in setpeer()255 if (comret == COMPLETE) { in settype()289 if (comret == COMPLETE) in changetype()668 if (cmdret != COMPLETE) { in getit()1326 if (n != COMPLETE) { in user()2102 if (command("MDTM %s", argv[1]) == COMPLETE) { in modtime()2147 code = (ret == COMPLETE); in klist()
655 if(ret != COMPLETE){ in sec_prot_internal()668 if(ret != COMPLETE){ in sec_prot_internal()684 if(ret != COMPLETE) { in set_command_prot()
41 #define COMPLETE 2 /* positive completion */ macro
51 sctp2.sh panic: Queues are not empty when handling SHUTDOWN-COMPLETE 2021021152 sctp3.sh panic: Queues are not empty when handling SHUTDOWN-COMPLETE 20210211
80 while ! gmirror status test | grep -q COMPLETE; do
100 while ! gmirror status test | grep -q COMPLETE; do
1795 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST)) == in process_removes()1796 (COMPLETE | ONWORKLIST)) in process_removes()1849 if ((freeblks->fb_state & COMPLETE) == 0) { in process_truncates()3571 while (jseg != NULL && (jseg->js_state & COMPLETE) == 0) { in softdep_synchronize_completed()3572 jseg->js_state |= COMPLETE; in softdep_synchronize_completed()3692 jseg->js_state |= COMPLETE; in softdep_process_journal()3893 wk->wk_state |= COMPLETE; in complete_jseg()4031 (dirrem->dm_state & COMPLETE) != 0) in handle_written_jremref()4582 KASSERT((jaddref->ja_state & COMPLETE) == 0, in cancel_jaddref()4584 if (jaddref->ja_state & (INPROGRESS | COMPLETE)) in cancel_jaddref()[all …]
121 #define COMPLETE 0x000004 macro144 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
257 - Suppress printing non-COMPLETE reply strings when EPSV/EPRT