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

1 2 3 4

  /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)))')')
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) {
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
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
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;
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);
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 */
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 */
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_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);
  /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
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();
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);
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);

Completed in 61 milliseconds

1 2 3 4