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

123

/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/contrib/ofed/libcxgb4/
H A Dt4fw_api.h3197 __be32 seqno; member in struct:fw_devlog_e
/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/contrib/openbsm/bsm/
H A Dlibbsm.h531 u_int32_t seqno; member in struct:__anon3957
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c3067 READ_TOKEN_U_INT32(buf, len, tok->tt.seq.seqno, tok->len, err);
3081 print_4_bytes(fp, tok->tt.seq.seqno, "%u");
3086 print_4_bytes(fp, tok->tt.seq.seqno, "%u");
/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/crypto/heimdal/kdc/
H A Drx.h65 uint32_t seqno; member in struct:rx_header
/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/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/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/sbin/route/
H A Droute.c447 int mib[7], rlen, seqno, count = 0; local
480 seqno = 0; /* ??? */
496 rtm->rtm_seq = seqno;
507 seqno++;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c6808 uni_print_entry(cx, "seqno", "0x%x", ie->seqno);
6823 APP_32BIT(msg, ie->seqno);
6836 ie->seqno = *msg->b_rptr++ << 24;
6837 ie->seqno |= *msg->b_rptr++ << 16;
6838 ie->seqno |= *msg->b_rptr++ << 8;
6839 ie->seqno |= *msg->b_rptr++ << 0;
H A Dunistruct.h1096 u_int seqno; member in struct:uni_ie_lij_seqno
/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/sys/dev/ale/
H A Dif_ale.c2466 uint32_t length, prod, seqno, status, vtags; local
2489 seqno = ALE_RX_SEQNO(le32toh(rs->seqno));
2490 if (sc->ale_cdata.ale_rx_seqno != seqno) {
2506 "resetting!\n", seqno,
H A Dif_alereg.h663 uint32_t seqno; member in struct:rx_rs
/freebsd-11-stable/sys/dev/drm/
H A Di915_drv.h398 uint32_t seqno; member in struct:drm_i915_gem_request
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_debug.c358 gem_request->seqno,
641 seq_printf(m, " seqno: 0x%08x\n", error->seqno[ring]);
726 seq_printf(m, " seqno 0x%08x, emitted %ld, tail 0x%08x\n",
727 error->ring[i].requests[j].seqno,
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);
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 Di915_irq.c1086 u32 seqno; local
1103 seqno = ring->get_seqno(ring, false);
1108 if (i915_seqno_passed(seqno, obj->last_read_seqno))
1159 error->seqno[ring->id] = ring->get_seqno(ring, false);
1204 erq->seqno = request->seqno;
1664 struct drm_i915_gem_request, list)->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 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;
/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...]

Completed in 286 milliseconds

123