| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_trace.h | 35 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), 63 TP_ARGS(dev, seqno) 68 TP_PROTO(struct drm_device *dev, u32 seqno), [all …]
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | generate_seq_number.c | 39 uint32_t *seqno) in krb5_generate_seq_number() argument 41 if (RAND_bytes((void *)seqno, sizeof(*seqno)) <= 0) in krb5_generate_seq_number() 44 *seqno &= 0x3fffffff; in krb5_generate_seq_number() 45 if (*seqno == 0) in krb5_generate_seq_number() 46 *seqno = 1; in krb5_generate_seq_number()
|
| /NextBSD/sys/compat/mach/ipc/ |
| HD | mach_msg.c | 201 mach_port_seqno_t seqno, 327 mach_port_seqno_t seqno; in mach_msg_receive() local 373 timeout, &kmsg, &seqno, self); in mach_msg_receive() 380 if (msg_receive_error(kmsg, msg, option, seqno, space) in mach_msg_receive() 391 trailer->msgh_seqno = seqno; in mach_msg_receive() 406 if (msg_receive_error(kmsg, msg, option, seqno, space) in mach_msg_receive() 498 mach_port_seqno_t seqno, in msg_receive_error() argument 522 trailer->msgh_seqno = seqno; in msg_receive_error() 547 mach_port_seqno_t seqno = thread->ith_seqno; in mach_msg_receive_results_error() local 572 if (msg_receive_error(kmsg, msg, option, seqno, space) in mach_msg_receive_results_error() [all …]
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_spec.c | 68 _thread_keytable[i].seqno++; in _pthread_key_create() 121 if (curthread->specific[key].seqno == in _thread_cleanupspecific() 122 _thread_keytable[key].seqno) { in _thread_cleanupspecific() 191 pthread->specific[key].seqno = _thread_keytable[key].seqno; in _pthread_setspecific() 210 pthread->specific[key].seqno == _thread_keytable[key].seqno) { in _pthread_getspecific()
|
| /NextBSD/usr.sbin/ppp/ |
| HD | deflate.c | 44 u_short seqno; member 60 state->seqno = 0; in DeflateResetOutput() 98 *wp++ = state->seqno >> 8; in DeflateOutput() 99 *wp++ = state->seqno & 0377; in DeflateOutput() 100 log_Printf(LogDEBUG, "DeflateOutput: Seq %d\n", state->seqno); in DeflateOutput() 101 state->seqno++; in DeflateOutput() 119 state->seqno--; in DeflateOutput() 192 state->seqno = 0; in DeflateResetInput() 215 if (seq != state->seqno) { in DeflateInput() 222 state->seqno = seq; in DeflateInput() [all …]
|
| /NextBSD/sys/dev/drm2/i915/ |
| HD | intel_ringbuffer.c | 53 i915_trace_irq_get(struct intel_ring_buffer *ring, uint32_t seqno) in i915_trace_irq_get() argument 61 ring->trace_irq_seqno = seqno; in i915_trace_irq_get() 476 u32 seqno, in update_mboxes() argument 483 intel_ring_emit(ring, seqno); in update_mboxes() 498 u32 *seqno) in gen6_add_request() argument 511 *seqno = i915_gem_next_request_seqno(ring); in gen6_add_request() 513 update_mboxes(ring, *seqno, mbox1_reg); in gen6_add_request() 514 update_mboxes(ring, *seqno, mbox2_reg); in gen6_add_request() 517 intel_ring_emit(ring, *seqno); in gen6_add_request() 534 u32 seqno) in gen6_ring_sync() argument [all …]
|
| HD | i915_gem.c | 1121 i915_gem_check_olr(struct intel_ring_buffer *ring, u32 seqno) in i915_gem_check_olr() argument 1128 if (seqno == ring->outstanding_lazy_request) { in i915_gem_check_olr() 1140 MPASS(seqno == request->seqno); in i915_gem_check_olr() 1145 static int __wait_seqno(struct intel_ring_buffer *ring, u32 seqno, in __wait_seqno() argument 1151 if (i915_seqno_passed(ring->get_seqno(ring), seqno)) in __wait_seqno() 1154 CTR2(KTR_DRM, "request_wait_begin %s %d", ring->name, seqno); in __wait_seqno() 1163 while (!i915_seqno_passed(ring->get_seqno(ring), seqno) in __wait_seqno() 1173 CTR3(KTR_DRM, "request_wait_end %s %d %d", ring->name, seqno, ret); in __wait_seqno() 1183 i915_wait_request(struct intel_ring_buffer *ring, uint32_t seqno) in i915_wait_request() argument 1189 KASSERT(seqno != 0, ("Zero seqno")); in i915_wait_request() [all …]
|
| HD | intel_ringbuffer.h | 89 uint32_t *seqno); 98 u32 seqno); 221 void i915_trace_irq_get(struct intel_ring_buffer *ring, uint32_t seqno);
|
| HD | i915_gem_execbuffer.c | 993 u32 seqno) in i915_gem_execbuffer_move_to_active() argument 1006 i915_gem_object_move_to_active(obj, ring, seqno); in i915_gem_execbuffer_move_to_active() 1052 i915_wait_request(ring, request->seqno); in i915_gem_execbuffer_retire_commands() 1133 u32 seqno; in i915_gem_do_execbuffer() local 1336 seqno = i915_gem_next_request_seqno(ring); in i915_gem_do_execbuffer() 1338 if (seqno < ring->sync_seqno[i]) { in i915_gem_do_execbuffer() 1400 CTR4(KTR_DRM, "ring_dispatch %s %d exec %x %x", ring->name, seqno, in i915_gem_do_execbuffer() 1403 i915_gem_execbuffer_move_to_active(&objects, ring, seqno); in i915_gem_do_execbuffer()
|
| /NextBSD/sys/contrib/ngatm/netnatm/saal/ |
| HD | saal_sscop.c | 170 if(m->seqno == rn) { in QFIND() 182 if (_m->seqno > (M)->seqno) { \ 1108 sn = msg->seqno + 1; in m_deliver_data() 1109 AAL_DATA(sscop, SSCOP_DATA_indication, msg->m, msg->seqno); in m_deliver_data() 1113 ASSERT(msg->seqno == sn); in m_deliver_data() 1116 AAL_DATA(sscop, SSCOP_DATA_indication, msg->m, msg->seqno); in m_deliver_data() 1358 send_sd(struct sscop *sscop, struct SSCOP_MBUF_T *m, u_int seqno) in send_sd() argument 1370 pdu.sscop_ns = seqno; in send_sd() 1459 union seqno seqno; in send_ustat() local 1475 seqno.sscop_null = 0; in send_ustat() [all …]
|
| HD | sscoppriv.h | 81 union seqno { union 188 u_int seqno; /* seq no */ member
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-babel.c | 418 u_short seqno, interval; in babel_print_v2() local 424 seqno = EXTRACT_16BITS(message + 4); in babel_print_v2() 426 ND_PRINT((ndo, "seqno %u interval %s", seqno, format_interval(interval))); in babel_print_v2() 494 u_short interval, seqno, metric; in babel_print_v2() local 507 seqno = EXTRACT_16BITS(message + 8); in babel_print_v2() 514 metric, seqno, format_interval_update(interval))); in babel_print_v2() 551 u_short seqno; in babel_print_v2() local 555 seqno = EXTRACT_16BITS(message + 4); in babel_print_v2() 562 seqno, format_id(message + 8))); in babel_print_v2()
|
| HD | print-dccp.c | 226 uint64_t seqno; in dccp_seqno() local 230 seqno = EXTRACT_48BITS(dhx->dccph_seq); in dccp_seqno() 232 seqno = EXTRACT_24BITS(dh->dccph_seq); in dccp_seqno() 235 return seqno; in dccp_seqno()
|
| /NextBSD/sbin/launchd/ |
| HD | notify.defs | 82 msgseqno seqno : mach_port_seqno_t; 91 msgseqno seqno : mach_port_seqno_t; 106 msgseqno seqno : mach_port_seqno_t; 114 msgseqno seqno : mach_port_seqno_t; 122 ; msgseqno seqno : mach_port_seqno_t 130 msgseqno seqno : mach_port_seqno_t;
|
| /NextBSD/sys/sys/mach/device/ |
| HD | device_reply.defs | 116 msgseqno seqno : mach_port_seqno_t; 125 msgseqno seqno : mach_port_seqno_t; 134 msgseqno seqno : mach_port_seqno_t; 143 msgseqno seqno : mach_port_seqno_t; 166 msgseqno seqno : mach_port_seqno_t; 175 msgseqno seqno : mach_port_seqno_t;
|
| /NextBSD/crypto/openssh/ |
| HD | mac.c | 172 mac_compute(Mac *mac, u_int32_t seqno, u_char *data, int datalen) in mac_compute() argument 186 put_u32(b, seqno); in mac_compute() 195 put_u64(nonce, seqno); in mac_compute() 200 put_u64(nonce, seqno); in mac_compute()
|
| /NextBSD/usr.sbin/timed/timed/ |
| HD | measure.c | 54 static n_short seqno = 0; variable 125 oicp->icmp_seq = seqno; in measure() 191 || icp->icmp_seq < seqno in measure() 252 seqno += TRIALS; /* allocate our sequence numbers */ in measure()
|
| /NextBSD/sys/powerpc/pseries/ |
| HD | phyp_console.c | 329 uint16_t seqno; in uart_phyp_put() local 349 seqno = sc->outseqno++; in uart_phyp_put() 352 cbuf.bytes[2] = (seqno >> 8) & 0xff; in uart_phyp_put() 353 cbuf.bytes[3] = seqno & 0xff; in uart_phyp_put()
|
| /NextBSD/crypto/heimdal/appl/gssmask/ |
| HD | gssmask.c | 567 int32_t hContext, flags, seqno; in HandleOP() local 574 ret32(c, seqno); in HandleOP() 606 int32_t hContext, flags, seqno; in HandleOP() local 619 ret32(c, seqno); in HandleOP() 737 int32_t hContext, flags, seqno; in HandleOP() local 745 ret32(c, seqno); in HandleOP() 778 int32_t hContext, flags, seqno; in HandleOP() local 787 ret32(c, seqno); in HandleOP()
|
| /NextBSD/crypto/heimdal/kdc/ |
| HD | rx.h | 65 uint32_t seqno; member
|
| /NextBSD/contrib/bsnmp/snmp_ntp/ |
| HD | snmp_ntp.c | 118 static uint16_t seqno; variable 324 if (++seqno == 0) in ntpd_request() 325 seqno++; in ntpd_request() 326 *ptr++ = seqno >> 8; in ntpd_request() 327 *ptr++ = seqno; in ntpd_request() 467 if (n != seqno) { in ntpd_read() 468 syslog(LOG_ERR, "expecting seqno %u, got %u", seqno, n); in ntpd_read()
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_output.c | 692 ieee80211_seq seqno; in ieee80211_send_setup() local 765 seqno = ni->ni_txseqs[tid]++; in ieee80211_send_setup() 767 seqno = 0; in ieee80211_send_setup() 770 htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT); in ieee80211_send_setup() 771 M_SEQNO_SET(m, seqno); in ieee80211_send_setup() 1214 ieee80211_seq seqno; in ieee80211_encap() local 1522 seqno = ni->ni_txseqs[tid]++; in ieee80211_encap() 1524 htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT); in ieee80211_encap() 1525 M_SEQNO_SET(m, seqno); in ieee80211_encap() 1528 seqno = ni->ni_txseqs[IEEE80211_NONQOS_TID]++; in ieee80211_encap() [all …]
|
| /NextBSD/tools/tools/net80211/w00t/libw00t/ |
| HD | w00t.h | 46 unsigned short seqno(struct ieee80211_frame *wh);
|
| /NextBSD/include/mach/ |
| HD | mach_port.h | 299 (task, name, seqno) in mach_port_set_seqno() 302 mach_port_seqno_t seqno; 303 { return mach_port_set_seqno(task, name, seqno); } 308 mach_port_seqno_t seqno 860 mach_port_seqno_t seqno; member
|
| /NextBSD/sys/sys/mach/ |
| HD | mach_port_server.h | 430 (task, name, seqno) in mach_port_set_seqno() 433 mach_port_seqno_t seqno; 434 { return mach_port_set_seqno(task, name, seqno); } 439 mach_port_seqno_t seqno 1219 (task, name, seqno) in mach_port_set_seqno() 1222 mach_port_seqno_t seqno; 1223 { return mach_port_set_seqno(task, name, seqno); } 1228 mach_port_seqno_t seqno 1933 mach_port_seqno_t seqno; member
|