Searched refs:seqno (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dgenerate_seq_number.c39 uint32_t *seqno)
41 if (RAND_bytes((void *)seqno, sizeof(*seqno)) <= 0)
44 *seqno &= 0x3fffffff;
45 if (*seqno == 0)
46 *seqno = 1;
37 krb5_generate_seq_number(krb5_context context, const krb5_keyblock *key, uint32_t *seqno) argument
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_trace.h35 TP_PROTO(struct drm_device *dev, u32 seqno),
37 TP_ARGS(dev, seqno),
41 __field(u32, seqno)
46 __entry->seqno = seqno;
49 TP_printk("dev=%u, seqno=%u", __entry->dev, __entry->seqno)
54 TP_PROTO(struct drm_device *dev, u32 seqno),
56 TP_ARGS(dev, seqno)
61 TP_PROTO(struct drm_device *dev, u32 seqno),
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Drx.h65 uint32_t seqno; member in struct:rx_header
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_spec.c69 _thread_keytable[i].seqno++;
122 if (curthread->specific[key].seqno ==
123 _thread_keytable[key].seqno) {
192 pthread->specific[key].seqno = _thread_keytable[key].seqno;
211 pthread->specific[key].seqno == _thread_keytable[key].seqno) {
/freebsd-11-stable/crypto/openssh/
H A Dmac.c174 mac_compute(struct sshmac *mac, u_int32_t seqno, argument
190 put_u32(b, seqno);
199 POKE_U64(nonce, seqno);
204 put_u64(nonce, seqno);
220 mac_check(struct sshmac *mac, u_int32_t seqno, argument
229 if ((r = mac_compute(mac, seqno, data, dlen,
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-babel.c417 u_short seqno, interval; local
423 seqno = EXTRACT_16BITS(message + 4);
425 ND_PRINT((ndo, "seqno %u interval %s", seqno, format_interval(interval)));
493 u_short interval, seqno, metric; local
506 seqno = EXTRACT_16BITS(message + 8);
508 ND_PRINT((ndo, "%s%s%s %s metric %u seqno %u interval %s",
513 metric, seqno, format_interval_update(interval)));
550 u_short seqno; local
554 seqno
594 u_short interval, seqno, metric; local
671 u_short seqno; local
[all...]
H A Dprint-dccp.c224 uint64_t seqno; local
228 seqno = EXTRACT_48BITS(dhx->dccph_seq);
230 seqno = EXTRACT_24BITS(dh->dccph_seq);
233 return seqno;
/freebsd-11-stable/usr.sbin/ppp/
H A Ddeflate.c46 u_short seqno; member in struct:deflate_state
62 state->seqno = 0;
100 *wp++ = state->seqno >> 8;
101 *wp++ = state->seqno & 0377;
102 log_Printf(LogDEBUG, "DeflateOutput: Seq %d\n", state->seqno);
103 state->seqno++;
121 state->seqno--;
150 * If the output packet (including seqno and excluding the EMPTY_BLOCK)
194 state->seqno = 0;
217 if (seq != state->seqno) {
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c170 if(m->seqno == rn) {
182 if (_m->seqno > (M)->seqno) { \
1108 sn = msg->seqno + 1;
1109 AAL_DATA(sscop, SSCOP_DATA_indication, msg->m, msg->seqno);
1113 ASSERT(msg->seqno == sn);
1116 AAL_DATA(sscop, SSCOP_DATA_indication, msg->m, msg->seqno);
1358 send_sd(struct sscop *sscop, struct SSCOP_MBUF_T *m, u_int seqno) argument
1370 pdu.sscop_ns = seqno;
1459 union seqno seqn local
1527 union seqno seqno; local
1554 union seqno seqno; local
1579 union seqno seqno; local
1603 union seqno seqno; local
1667 union seqno seqno; local
3969 union seqno seqno; local
[all...]
H A Dsscoppriv.h79 * seqno list entry format
81 union seqno { union
86 u_int n : 24; /* seqno */
88 u_int n : 24; /* seqno */
188 u_int seqno; /* seq no */ member in struct:sscop_msg
189 u_int poll_seqno; /* poll seqno (for messages in xmit buffer) */
211 u_int vt_s; /* seqno for next pdu first time transmitted */
212 u_int vt_ps; /* current poll seqno */
214 u_int vt_pa; /* poll seqno of next stat pdu */
215 u_int vt_ms; /* maximum allowed send sd seqno */
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h46 unsigned short seqno(struct ieee80211_frame *wh);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmeasure.c54 static n_short seqno = 0; variable
125 oicp->icmp_seq = seqno;
191 || icp->icmp_seq < seqno
252 seqno += TRIALS; /* allocate our sequence numbers */
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dudpong.c71 uint8_t seqno; member in struct:message
358 static uint8_t seqno; local
361 msg->seqno = seqno;
368 } while (ret <= 0 || msg->seqno != seqno);
370 seqno++;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c1033 * Compare seqno against outstanding lazy request. Emit a request if they are
1037 i915_gem_check_olr(struct intel_ring_buffer *ring, u32 seqno) argument
1044 if (seqno == ring->outstanding_lazy_request)
1051 * __wait_seqno - wait until execution of seqno has finished
1052 * @ring: the ring expected to report seqno
1053 * @seqno: duh!
1057 * Returns 0 if the seqno was found within the alloted time. Else returns the
1060 static int __wait_seqno(struct intel_ring_buffer *ring, u32 seqno, argument
1070 if (i915_seqno_passed(ring->get_seqno(ring, true), seqno))
1073 CTR2(KTR_DRM, "request_wait_begin %s %d", ring->name, seqno);
1159 i915_wait_seqno(struct intel_ring_buffer *ring, uint32_t seqno) argument
1189 u32 seqno; local
1224 u32 seqno; local
2151 u32 seqno = intel_ring_get_seqno(ring); local
2242 i915_gem_get_seqno(struct drm_device *dev, u32 *seqno) argument
2433 uint32_t seqno; local
2596 u32 seqno = 0; local
2668 u32 seqno; local
3730 u32 seqno = 0; local
[all...]
H A Dintel_ringbuffer.h89 * an expensive kick to force a true read of the up-to-date seqno.
90 * However, the up-to-date seqno is not always required and the last
91 * seen value is good enough. Note that the seqno will always be
104 u32 seqno);
237 static inline void i915_trace_irq_get(struct intel_ring_buffer *ring, u32 seqno) argument
240 ring->trace_irq_seqno = seqno;
H A Dintel_ringbuffer.c237 * Ensure that any following seqno writes only happen
297 * Ensure that any following seqno writes only happen when the render
458 DRM_ERROR("Failed to allocate seqno page\n");
594 * @seqno - return seqno stuck into the ring
596 * Update the mailbox registers in the *other* rings with the current seqno.
625 * intel_ring_sync - sync the waiter to the signaller on seqno
629 * @seqno - seqno which the waiter will block on
634 u32 seqno)
632 gen6_ring_sync(struct intel_ring_buffer *waiter, struct intel_ring_buffer *signaller, u32 seqno) argument
1257 intel_ring_wait_seqno(struct intel_ring_buffer *ring, u32 seqno) argument
1271 u32 seqno = 0; local
1394 u32 seqno; local
[all...]
H A Di915_drv.h212 u32 seqno[I915_NUM_RINGS]; member in struct:drm_i915_error_state
227 u32 seqno; member in struct:drm_i915_error_state::drm_i915_error_ring::drm_i915_error_request
991 * rendering and so a non-zero seqno), and is not set if it i s on
1130 uint32_t seqno; member in struct:drm_i915_gem_request
1466 extern int i915_gem_get_seqno(struct drm_device *dev, u32 *seqno);
1512 u32 *seqno);
1514 uint32_t seqno);
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_console.c329 uint16_t seqno; local
349 seqno = sc->outseqno++;
352 cbuf.bytes[2] = (seqno >> 8) & 0xff;
353 cbuf.bytes[3] = seqno & 0xff;
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h61 uint32_t seqno; member in struct:xen_flask_access
/freebsd-11-stable/sys/sys/
H A Daio.h134 uint64_t seqno; /* (*) job number */ member in struct:kaiocb
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c567 int32_t hContext, flags, seqno; local
574 ret32(c, seqno);
606 int32_t hContext, flags, seqno; local
619 ret32(c, seqno);
737 int32_t hContext, flags, seqno; local
745 ret32(c, seqno);
778 int32_t hContext, flags, seqno; local
787 ret32(c, seqno);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_dcb.h158 __be32 seqno; member in struct:i40e_cee_ctrl_tlv
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c118 static uint16_t seqno; variable
324 if (++seqno == 0)
325 seqno++;
326 *ptr++ = seqno >> 8;
327 *ptr++ = seqno;
463 /* seqno */
467 if (n != seqno) {
468 syslog(LOG_ERR, "expecting seqno %u, got %u", seqno, n);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c700 ieee80211_seq seqno; local
773 seqno = ni->ni_txseqs[tid]++;
775 seqno = 0;
778 htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT);
779 M_SEQNO_SET(m, seqno);
1232 ieee80211_seq seqno; local
1558 seqno = ni->ni_txseqs[tid]++;
1560 htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT);
1561 M_SEQNO_SET(m, seqno);
1564 seqno
3172 ieee80211_seq seqno; local
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c561 "%s: bf=%p, nseg=%d, pktlen=%d, seqno=%d\n",
1547 * Otherwise the CCMP PN and seqno may appear out of order, causing
1834 * XXX what about locking? Or, push the seqno assign into the
1853 ieee80211_seq seqno; local
1971 seqno = ath_tx_tid_seqno_assign(sc, ni, bf, m0);
1988 /* Is ampdu pending? fetch the seqno and print it out */
1991 "%s: tid %d: ampdu pending, seqno %d\n",
2576 "%s: dobaw=0, seqno=%d, window %d:%d\n",
2583 "%s: re-added? tid=%d, seqno %d; window %d:%d; "
2596 "%s: bf=%p: outside of BAW?? tid=%d, seqno
2658 int seqno = SEQNO(old_bf->bf_state.bfs_seqno); local
2705 int seqno = SEQNO(bf->bf_state.bfs_seqno); local
2890 ieee80211_seq seqno; local
[all...]

Completed in 426 milliseconds

123