Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/NextBSD/sys/dev/iicbus/
HDiicsmb.c308 int error, sent; in iicsmb_sendb() local
313 error = iicbus_write(parent, &byte, 1, &sent, IICBUS_TIMEOUT); in iicsmb_sendb()
342 int error, sent; in iicsmb_writeb() local
347 if (!(error = iicbus_write(parent, &cmd, 1, &sent, IICBUS_TIMEOUT))) in iicsmb_writeb()
348 error = iicbus_write(parent, &byte, 1, &sent, IICBUS_TIMEOUT); in iicsmb_writeb()
360 int error, sent; in iicsmb_writew() local
368 if (!(error = iicbus_write(parent, &cmd, 1, &sent, IICBUS_TIMEOUT))) in iicsmb_writew()
369 if (!(error = iicbus_write(parent, &low, 1, &sent, IICBUS_TIMEOUT))) in iicsmb_writew()
370 error = iicbus_write(parent, &high, 1, &sent, IICBUS_TIMEOUT); in iicsmb_writew()
382 int error, sent, read; in iicsmb_readb() local
[all …]
HDiiconf.c271 iicbus_write(device_t bus, const char *buf, int len, int *sent, int timeout) in iicbus_write() argument
279 return (IICBUS_WRITE(device_get_parent(bus), buf, len, sent, timeout)); in iicbus_write()
310 int sent; in iicbus_write_byte() local
316 return (iicbus_write(bus, &data, 1, &sent, timeout)); in iicbus_write_byte()
343 iicbus_block_write(device_t bus, u_char slave, char *buf, int len, int *sent) in iicbus_block_write() argument
351 error = iicbus_write(bus, buf, len, sent, 0); in iicbus_block_write()
/NextBSD/tools/tools/netmap/
HDpkt-gen.c741 u_int n, sent, cur = ring->cur; in send_packets() local
753 for (sent = 0; sent < count; sent++) { in send_packets()
763 for (fcnt = nfrags, sent = 0; sent < count; sent++) { in send_packets()
789 if (sent == count - 1) { in send_packets()
797 return (sent); in send_packets()
816 uint32_t sent = 0; in pinger_body() local
831 while (n == 0 || (int)sent < n) { in pinger_body()
846 bcopy(&sent, p+42, sizeof(sent)); in pinger_body()
850 sent++; in pinger_body()
881 if (1) D("seq %d/%d delta %d.%09d", seq, sent, in pinger_body()
[all …]
/NextBSD/sys/netinet/
HDsctp_timer.c68 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
74 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
79 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
440 if (chk->sent != SCTP_DATAGRAM_NR_ACKED) { in sctp_recover_sent_list()
572 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { in sctp_mark_all_for_resend()
642 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
673 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
706 } else if (chk->sent == SCTP_DATAGRAM_ACKED) { in sctp_mark_all_for_resend()
711 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
742 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
[all …]
HDsctp_indata.c2596 if ((tp1->sent < SCTP_DATAGRAM_RESEND) && in sctp_process_segment_range()
2602 if ((tp1->sent < SCTP_DATAGRAM_RESEND) && in sctp_process_segment_range()
2609 if (tp1->sent != SCTP_DATAGRAM_UNSENT) { in sctp_process_segment_range()
2614 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_process_segment_range()
2729 if (tp1->sent <= SCTP_DATAGRAM_RESEND) { in sctp_process_segment_range()
2735 if (tp1->sent == SCTP_DATAGRAM_RESEND) { in sctp_process_segment_range()
2747 if ((tp1->sent != SCTP_FORWARD_TSN_SKIP) && in sctp_process_segment_range()
2748 (tp1->sent != SCTP_DATAGRAM_NR_ACKED)) { in sctp_process_segment_range()
2749 tp1->sent = SCTP_DATAGRAM_MARKED; in sctp_process_segment_range()
2758 (tp1->sent != SCTP_DATAGRAM_NR_ACKED)) { in sctp_process_segment_range()
[all …]
/NextBSD/sbin/dump/
HDtape.c102 int sent; /* 1 == we've sent this slave requests */ member
236 slp->sent = 1; /* we sent a request, read the response later */ in flushtape()
244 if (slp->sent) { in flushtape()
250 slp->sent = 0; in flushtape()
261 if (slaves[i].sent) { in flushtape()
268 slaves[i].sent = 0; in flushtape()
317 if (slaves[f].sent) { in trewind()
323 slaves[f].sent = 0; in trewind()
446 slp->sent = 1; in rollforward()
481 if (slp->sent) { in rollforward()
[all …]
/NextBSD/sys/dev/xen/console/
HDxen_console.c325 int sent; in xencons_write_ring() local
338 for (sent = 0; sent < size; sent++, wprod++) { in xencons_write_ring()
341 intf->out[MASK_XENCONS_IDX(wprod, intf->out)] = buffer[sent]; in xencons_write_ring()
349 return (sent); in xencons_write_ring()
451 int sent; in xencons_tx_flush() local
455 sent = cons->ops->write(cons, &cons->wbuf[WBUF_MASK(cons->wc)], in xencons_tx_flush()
462 if (__predict_false(sent < 0)) in xencons_tx_flush()
469 if (sent == 0 && __predict_true(!force)) in xencons_tx_flush()
472 cons->wc += sent; in xencons_tx_flush()
/NextBSD/contrib/netbsd-tests/rump/kernspace/
HDsendsig.c49 bool sent = false; in rumptest_sendsig() local
56 while (!sent) { in rumptest_sendsig()
62 sent = true; in rumptest_sendsig()
/NextBSD/tools/tools/net80211/wlaninject/
HDwlaninject.c439 int possible_match(struct ieee80211_frame *sent, int slen, in possible_match() argument
445 if (memcmp(sent->i_addr1, got->i_addr1, 6) != 0) in possible_match()
448 if ((sent->i_fc[0] & IEEE80211_FC0_TYPE_MASK) != in possible_match()
452 if ((sent->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK) != in possible_match()
460 if (memcmp(sent->i_addr2, got->i_addr2, 6) == 0 && in possible_match()
461 memcmp(sent->i_addr3, got->i_addr3, 6) == 0) in possible_match()
467 int do_verify(struct ieee80211_frame *sent, int slen, void *got, int glen) in do_verify() argument
504 if (!possible_match(sent, slen, wh, glen)) in do_verify()
508 if (memcmp(sent, wh, slen) == 0) { in do_verify()
515 ptr = (unsigned char*) sent; in do_verify()
/NextBSD/contrib/unbound/dnstap/
HDdnstap.proto112 // AUTH_RESPONSE is a DNS response message sent from an authoritative
117 // RESOLVER_QUERY is a DNS query message sent from a resolver to an
128 // CLIENT_QUERY is a DNS query message sent from a client to a DNS
137 // CLIENT_RESPONSE is a DNS response message sent from a DNS server to
142 // FORWARDER_QUERY is a DNS query message sent from a downstream DNS
148 // FORWARDER_RESPONSE is a DNS response message sent from an upstream
153 // STUB_QUERY is a DNS query message sent from a stub resolver to a DNS
157 // STUB_RESPONSE is a DNS response message sent from a DNS server to a
189 // The time at which the DNS query message was sent or received, depending
194 // The time at which the DNS query message was sent or received.
[all …]
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_client_cert_cb.pod31 will be sent. A negative return value will suspend the handshake and the
41 from the client. A client certificate must only be sent, when the server
46 it will be sent to the server. The TLS standard requires that only a
47 certificate is sent, if it matches the list of acceptable CAs sent by the
51 be sent.
68 thus a standard conforming answer can be sent to the server. For a
HDSSL_CTX_set_client_CA_list.pod6 SSL_add_client_CA - set list of CAs sent to the client when requesting a
20 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when
23 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when
28 list of CAs sent to the client when requesting a client certificate for
32 list of CAs sent to the client when requesting a client certificate for
HDSSL_CONF_CTX_set_ssl_ctx.pod18 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to
23 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
HDtst.sigwait.d34 sent = 1;
38 /pid == $1 && args[0] == SIGUSR1 && sent/
/NextBSD/tools/tools/net80211/wesside/udps/
HDudps.c52 unsigned int sent = 0; in own() local
112 sent++; in own()
120 printf ("Sent %.03f p/s\n", ((double)sent)/(((double)end.tv_sec) - start.tv_sec)); in own()
/NextBSD/contrib/ipfilter/ipsend/
HDip.c163 int i, sent = 0, ts, hlen, olen; local
209 if ((sent + (mtu - hlen)) >= iplen)
212 ts = iplen - sent;
217 ip->ip_off |= htons(sent >> 3);
223 bcopy(s + sent, ipbuf + sizeof(*eh) + hlen, ts - hlen);
227 sent += (ts - hlen);
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDkill_example.txt9 In the above output, a kill -2 (Ctrl-C) was sent from the bash command
10 to PID 3177. Then a kill -9 (SIGKILL) was sent to PID 12345 - which
/NextBSD/contrib/bsnmp/lib/
HDsupport.c134 struct servent *sent; in getaddrinfo() local
162 if ((sent = getservbyname(port, NULL)) == NULL) { in getaddrinfo()
166 s->sin_port = sent->s_port; in getaddrinfo()
/NextBSD/contrib/tcpdump/
HDREADME.md74 Problems, bugs, questions, desirable enhancements, etc. should be sent
81 Source code contributions, etc. should be sent to the email address
134 were sent. 200ms later they were acked. Shortly thereafter
135 bytes 1024-1535 were sent and again acked after 200ms.
161 7 - number of times chunk was sent
169 # 134 chunks. 536 packets sent. 508 acks.
185 sequence space from 1561 to 2048. It was first sent
187 sent 15 seconds into the conversation and was sent
197 transfer and <seq. number> is the sequence number being sent
/NextBSD/sys/powerpc/mpc85xx/
HDi2c.c99 static int i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout);
403 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) in i2c_write() argument
409 *sent = 0; in i2c_write()
412 while (*sent < len) { in i2c_write()
422 (*sent)++; in i2c_write()
/NextBSD/sys/arm/freescale/vybrid/
HDvf_i2c.c416 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) in i2c_write() argument
425 *sent = 0; in i2c_write()
428 while (*sent < len) { in i2c_write()
438 (*sent)++; in i2c_write()
/NextBSD/sys/arm/freescale/imx/
HDimx_i2c.c464 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) in i2c_write() argument
472 *sent = 0; in i2c_write()
473 while (*sent < len) { in i2c_write()
478 (*sent)++; in i2c_write()
/NextBSD/sys/arm/samsung/exynos/
HDexynos5_i2c.c413 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) in i2c_write() argument
422 *sent = 0; in i2c_write()
427 while (*sent < len) { in i2c_write()
449 (*sent)++; in i2c_write()
/NextBSD/usr.sbin/cron/doc/
HDCHANGES24 I also added a "-e" option to crontab(1). Nine people also sent me diffs
55 misc.c. Hans Trompert actually told me first, but Peter sent the patch so
68 Dennis R. Conley sent a suggestion for MMDF systems, which I've added to the
74 Irving Wolfe sent me some very cheerful changes for a NeXT system, but I
92 sent in the first and most polite request for this feature.
96 Cron V3's high score belongs to Peter Holzer, who sent in the nicest looking
111 sent me the most amazing, um, collection of patches for this problem. Thanks
118 Branko Lankester sent me a very timely and helpful fix for a looming security
/NextBSD/contrib/ntp/ntpsnmpd/
HDntpv4-mib.mib402 "The number of packets sent and received by packet mode.
411 "A statistical record of the number of packets sent and
443 "The number of NTP packets sent with this packet mode.
665 should be sent, in seconds. If set to 0 and the
667 ntpEntNotifHeartbeat is sent once.
719 "The notification to be sent when the NTP entity changes mode,
728 "The notification to be sent when stratum level of NTP changes."
736 "The notification to be sent when a (new) syspeer has been
744 "The notification to be sent when a new association is
752 "The notification to be sent when an association is
[all …]

12345678910>>...17