Searched refs:ACK (Results 1 - 20 of 20) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1374 Sema::ArithConvKind ACK) {
1385 bool IsCompAssign = ACK == Sema::ACK_CompAssign;
1392 << (int)ACK << LEnum << L << R;
1404 } else if (ACK == Sema::ACK_Conditional) {
1410 } else if (ACK == Sema::ACK_Comparison) {
1422 << (int)ACK << L << R;
1432 ArithConvKind ACK) {
1433 checkEnumArithmeticConversions(*this, LHS.get(), RHS.get(), Loc, ACK);
1435 if (ACK != ACK_CompAssign) {
1472 if (LHSType != LHSUnpromotedType && ACK !
1372 checkEnumArithmeticConversions(Sema &S, Expr *LHS, Expr *RHS, SourceLocation Loc, Sema::ArithConvKind ACK) argument
1430 UsualArithmeticConversions(ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, ArithConvKind ACK) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10626 SourceLocation Loc, ArithConvKind ACK);
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.c167 { ACK, "ACK" },
H A Dtftp-io.c320 * Send an ACK packet (acknowledgement).
330 tftp_log(LOG_DEBUG, "Sending ACK for block %d", block);
336 tp->th_opcode = htons((u_short)ACK);
442 pkt->th_opcode == ACK)
H A Dtftpd.c598 if (rp->th_opcode != ACK) {
601 "Expected ACK, got %s on OACK",
H A Dtftp-transfer.c96 "Timeout #%d send ACK %d "
101 "Timeout #%d on ACK %d",
112 if (rp->th_opcode == ACK) {
176 "Cannot send ACK packet #%d, "
181 "Cannot send ACK packet #%d, trying again",
291 "Cannot send ACK packet #%d, "
297 "Cannot send ACK packet #%d, trying again",
/freebsd-11-stable/stand/libsa/
H A Dtftp.c173 wbuf.t.th_opcode = htons((u_short)ACK);
209 * Apparently our ACK was missed, re-send.
262 * to send the ACK or errors back to it.
267 /* Parse options ACK-ed by the server. */
398 wbuf.t.th_opcode = htons((u_short)ACK);
424 /* Send an ACK for the last block */
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l87 ACK|ack { number = 6; return TNUM; }
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tftp.c45 #define ACK 04 /* acknowledgement */ macro
68 { ACK, "ACK" }, /* acknowledgement */
167 case ACK:
/freebsd-11-stable/sys/dev/smc/
H A Dif_smc.c547 smc_write_1(sc, ACK, ALLOC_INT);
887 smc_write_1(sc, ACK, TX_INT);
894 smc_write_1(sc, ACK, RCV_INT);
903 smc_write_1(sc, ACK, ALLOC_INT);
912 smc_write_1(sc, ACK, RX_OVRN_INT);
920 smc_write_1(sc, ACK, TX_EMPTY_INT);
H A Dif_smcreg.h193 #define ACK 0xc /* write only */ macro
/freebsd-11-stable/include/arpa/
H A Dtftp.h49 #define ACK 04 /* acknowledgement */ macro
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h47 #define ACK 6 macro
H A Dicom.h47 #define ACK 0xfb /* controller normal reply */ macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c63 #define ACK 0x06 macro
1107 ACK ->
1112 ACK ->
1125 putchar_e7000 (ACK);
1198 putchar_e7000 (ACK);
1393 putchar_e7000 (ACK);
1448 putchar_e7000 (ACK);
H A Dxmodem.c30 #define ACK 0x06 macro
225 case ACK:
246 /* Finish off the transfer. Send out the EOT, and wait for an ACK. */
262 case ACK:
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c928 #define ACK (NPE_RESETSTATS << NPE_MAC_MSGID_SHL) macro
944 if (ixpnpe_recvmsg_async(sc->sc_npe, msg) == 0 && msg[0] == ACK) {
956 #undef ACK macro
/freebsd-11-stable/sys/dev/pcf/
H A Dpcf.c95 pcf_set_S1(sc, PIN|ESO|ENI|STO|ACK);
130 pcf_set_S1(sc, ESO|STA|STO|ACK);
181 pcf_set_S1(sc, PIN|ESO|STA|ACK);
189 /* check for ACK */
323 pcf_set_S1(sc, PIN|ESO|ENI|ACK);
372 pcf_set_S1(sc, PIN|ESO|ENI|ACK);
H A Dpcfvar.h48 #define ACK 0x01 macro
/freebsd-11-stable/sys/netinet/
H A Dtcp_debug.c199 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);

Completed in 234 milliseconds