HomeSort by: relevance | last modified time | path
    Searched defs:ack (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/usr.bin/m4/TEST/
ack.m4 1 # $NetBSD: ack.m4,v 1.4 1995/09/28 05:37:54 tls Exp $
37 # @(#)ack.m4 8.1 (Berkeley) 6/6/93
40 define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)', macro
41 `ack(DECR($1), ack($1,DECR($2)))')')
  /src/libexec/telnetd/
termstat.c 456 int ack, changed; local in function:clientstat
462 * will change to the modes in an ack if it is different from
463 * what we currently have, but we will not ack the ack.
466 ack = (useeditmode & MODE_ACK);
475 * ack!!! This gets out the new MODE request,
476 * and when the ack to that command comes back
479 if (ack)
495 if (!ack) {
slc.c 223 int hislevel, mylevel, ack; local in function:process_slc
255 ack = flag & SLC_ACK;
259 * or the level is the same and the ack bit is set
261 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
263 } else if (ack) {
265 * If we get here, we got an ack, but the levels don't match.
346 * If our level is DEFAULT, then just ack whatever was
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/
irq_service.h 43 bool (*ack)( member in struct:irq_source_info_funcs
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dp_auxch.c 67 uint32_t tmp, ack = 0; local in function:radeon_dp_aux_transfer_native
149 /* clear the ACK */
188 ack = (tmp >> 8) & 0xff;
207 msg->reply = ack >> 4;
  /src/sys/netinet/
tcp_debug.c 113 tcp_seq seq, ack; local in function:tcp_trace
173 ack = th->th_ack;
177 ack = ntohl(ack);
186 printf("@%x, urp=%x", ack, th->th_urp);
193 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
  /src/sys/arch/ews4800mips/sbd/
if_iee_sbdio.c 123 uint32_t ack; local in function:iee_sbdio_cmd
133 ack = SC_SCB(sc)->scb_cmd;
135 if (ack == 0)
153 uint32_t cmd, ack; local in function:iee_sbdio_reset
172 ack = SC_ISCP(sc)->iscp_busy;
174 if (ack != IEE_ISCP_BUSY) {
181 /* ACK interrupts we may have caused */
  /src/sys/arch/hppa/gsc/
if_iee_gsc.c 111 uint16_t ack; local in function:iee_gsc_cmd
121 ack = SC_SCB(sc)->scb_cmd;
123 if (ack == 0)
138 uint16_t ack; local in function:iee_gsc_reset
168 ack = SC_ISCP(sc)->iscp_busy;
170 if (ack != IEE_ISCP_BUSY)
175 /* ACK interrupts we may have caused */
  /src/sys/net/npf/
npf_sendpkt.c 99 tcp_seq seq, ack; local in function:npf_return_tcp
106 tcpdlen = npf_tcpsaw(npc, &seq, &ack, &win);
170 th->th_seq = htonl(ack);
npf_state_tcp.c 121 * TCPFC_SYNACK << (6 << 2) == 0x2000000 (6 - SYN,ACK)
122 * TCPFC_FIN << (5 << 2) == 0x0400000 (5 - FIN,ACK)
157 /* Handshake (2): SYN-ACK is expected. */
167 /* SYN-ACK response to simultaneous SYN. */
173 /* SYN-ACK response to original SYN. */
181 /* Handshake (3): ACK is expected. */
189 /* SYN-ACK may be retransmitted. */
191 /* XXX: ACK of late SYN in simultaneous case? */
200 * FIN packets may have ACK set.
215 /* FIN may be re-transmitted. Late ACK as well. *
299 tcp_seq seq, ack, end; local in function:npf_tcp_inwindow
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_i2c_sw.c 109 bool ack; local in function:write_byte_sw
130 /* The display sends ACK by preventing the SDA from going high
146 /* read ACK bit */
148 ack = !read_bit_from_ddc(ddc_handle, SDA);
156 return ack;
197 * SDA low means ACK, SDA high means NACK
  /src/usr.sbin/lpr/lpd/
recvjob.c 69 #define ack() (void)write(STDOUT_FILENO, sp, 1); macro
131 ack();
222 ack();
251 ack();
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 326 uint32_t ack; local in function:nfs_proc
367 ack = 0;
368 SVC_ACK(xprt, &ack);
369 nfsrc_trimcache(xprt->xp_sockref, ack, 0);
415 uint32_t ack; local in function:nfssvc_loss
417 ack = 0;
418 SVC_ACK(xprt, &ack);
419 nfsrc_trimcache(xprt->xp_sockref, ack, 1);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c 19 uint32_t ack; /* ACK number. */ member in struct:__anon3c128e340108
34 * TCP data SEQ ACK WIN
37 /* Out of order ACK. */
54 /* Retransmission after out of order ACK and missing ACK. */
127 th->th_ack = htonl(p->ack);
  /src/sys/arch/sparc64/dev/
viovar.h 99 uint8_t ack: 1; member in struct:vio_dring_hdr
  /src/usr.sbin/trpt/
trpt.c 385 tcp_seq seq, ack; local in function:tcp_trace
453 ack = th->th_ack;
463 NTOHL(ack);
473 printf("@%x", ack);
486 pf(TH_ACK, "ACK");
  /src/sys/kern/
kern_heartbeat.c 469 bool *ack = cookie; local in function:defibrillator
475 atomic_store_relaxed(ack, true);
501 bool ack = false; local in function:defibrillate
504 .arg = &ack,
530 if (atomic_load_relaxed(&ack))
  /src/sys/dev/ppbus/
ppbus_base.h 125 unsigned int ack:1; member in struct:ppbus_status
  /src/usr.bin/rdist/
server.c 52 #define ack() do { if (write(rem, "\0\n", 2) < 0) error("ack failed: %s\n", strerror(errno)); } while (0) macro
140 ack();
167 ack();
192 ack();
206 ack();
543 ack();
819 ack();
825 ack();
841 ack();
    [all...]
  /src/sys/dev/pci/ixgbe/
if_sriov.c 371 uint32_t ack; local in function:ixgbe_vf_reset_msg
381 ack = IXGBE_VT_MSGTYPE_SUCCESS;
383 ack = IXGBE_VT_MSGTYPE_FAILURE;
390 resp[0] = IXGBE_VF_RESET | ack;
495 /* We intentionally ACK invalid LPE requests. */
503 /* We intentionally ACK invalid LPE requests. */
  /src/sys/dev/ic/
cd18xx.c 1284 u_char ack; local in function:cd18xx_hardintr
1304 ack = (*sc->sc_ackfunc)(sc->sc_ackfunc_arg,
1306 DPRINTF(CDD_INTR, (" rx: ack1 %x\n", ack));
1310 ack = (*sc->sc_ackfunc)(sc->sc_ackfunc_arg,
1312 DPRINTF(CDD_INTR, (" tx: ack1 %x\n", ack));
1317 ack = (*sc->sc_ackfunc)(sc->sc_ackfunc_arg,
1319 DPRINTF(CDD_INTR, (" mx: ack1 %x\n", ack));
rtl81x9.c 158 * Send a read command and address to the EEPROM, check for ACK.
283 int i, ack, s, rv = 0; local in function:rtk_mii_readreg
321 /* Check for ack */
324 ack = CSR_READ_2(sc, RTK_MII) & RTK_MII_DATAIN;
329 * Now try reading data bits. If the ack failed, we still
332 if (ack) {
346 if (!ack) {
  /src/sys/dev/vmt/
vmt_subr.c 772 u_int16_t ack; local in function:vmt_tclo_tick
809 if (vm_rpc_get_length(&sc->sc_tclo_rpc, &rlen, &ack) != 0) {
824 if (vm_rpc_get_data(&sc->sc_tclo_rpc, sc->sc_rpc_buf, rlen, ack) != 0) {
1028 printf("vmware: ack data failed, "
1083 u_int16_t ack; local in function:vm_rpc_send_rpci_tx_buf
1097 if (vm_rpc_get_length(&rpci, &rlen, &ack) != 0) {
1109 if (vm_rpc_get_data(&rpci, sc->sc_rpc_buf, rlen, ack) != 0) {
  /src/libexec/ftpd/
cmds.c 129 static void ack(const char *);
173 ack("CWD");
189 ack("DELE");
422 ack("RMD");
448 ack("RNTO");
544 ack(const char *s) function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c 65 u8 delay, u8 *ack)
92 *ack = args.v2.ucReplyStatus;
139 u8 ack, delay = 0; local in function:amdgpu_atombios_dp_aux_transfer
163 tx_buf, tx_size, NULL, 0, delay, &ack);
179 tx_buf, tx_size, msg->buffer, msg->size, delay, &ack);
187 msg->reply = ack >> 4;

Completed in 36 milliseconds

1 2