| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_l2tp.c | 1190 memset(seq, 0, sizeof(*seq)); in ng_l2tp_seq_init() 1195 seq->ssth = seq->wmax; in ng_l2tp_seq_init() 1292 seq->ssth = seq->wmax; in ng_l2tp_seq_reset() 1339 if (seq->cwnd < seq->wmax) { in ng_l2tp_seq_recv_nr() 1341 if (seq->cwnd < seq->ssth) { in ng_l2tp_seq_recv_nr() 1346 seq->cwnd = seq->ssth; in ng_l2tp_seq_recv_nr() 1354 seq->acks -= seq->cwnd; in ng_l2tp_seq_recv_nr() 1379 while ((i = L2TP_SEQ_DIFF(seq->ns, seq->rack)) < seq->cwnd in ng_l2tp_seq_recv_nr() 1465 seq->ns = seq->rack; in ng_l2tp_seq_rack_timeout() 1505 nr = seq->xack = seq->nr; in ng_l2tp_xmit_ctrl() [all …]
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_unsol.c | 83 ocs_hw_sequence_t *seq; in ocs_unsol_rq_thread() local 89 if (seq == NULL) { in ocs_unsol_rq_thread() 96 ocs_unsol_process((ocs_t*)seq->hw->os, seq); in ocs_unsol_rq_thread() 221 if (seq->hio != NULL) { in ocs_unsol_process() 252 if (seq->hio != NULL) { in ocs_unsol_process() 293 if (seq == NULL) { in ocs_process_node_pending() 355 if (seq == NULL) { in ocs_domain_process_pending() 998 if (!seq->auto_xrdy) { in ocs_dispatch_fcp_cmd_auto_xfer_rdy() 1039 io->hio = seq->hio; in ocs_dispatch_fcp_cmd_auto_xfer_rdy() 1040 seq->hio->ul_io = io; in ocs_dispatch_fcp_cmd_auto_xfer_rdy() [all …]
|
| H A D | ocs_hw_queues.c | 1755 seq->hw = hw; in ocs_hw_rqpair_process_rq() 1758 seq->xri = 0; in ocs_hw_rqpair_process_rq() 1759 seq->hio = NULL; in ocs_hw_rqpair_process_rq() 1862 seq->hw = hw; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 1877 seq->hio = ocs_hw_io_lookup(hw, seq->xri); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 1882 seq->hio->axr_buf->fcfi = seq->fcfi; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 1898 seq->hio->axr_buf->cmd_seq = seq; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 1979 seq = &buf->seq; in ocs_hw_rqpair_process_auto_xfr_rdy_data() 1980 seq->hw = hw; in ocs_hw_rqpair_process_auto_xfr_rdy_data() 1984 seq->hio = io; in ocs_hw_rqpair_process_auto_xfr_rdy_data() [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | der | 8 >0 der seq 10 >>>&0 der seq 28 0 der seq 34 0 der seq 39 0 der seq 44 0 der seq 49 0 der seq 54 0 der seq 59 0 der seq 64 0 der seq [all …]
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_proc.c | 84 start = sdp_get_idx(seq, *pos - 1); in sdp_seq_start() 99 next = sdp_get_idx(seq, 0); in sdp_seq_next() 101 next = sdp_get_idx(seq, *pos); in sdp_seq_next() 138 st = seq->private; in sdp_seq_show() 163 struct seq_file *seq; in sdp_seq_open() local 186 seq = file->private_data; in sdp_seq_open() 187 seq->private = s; in sdp_seq_open() 214 seq_printf(seq, "%s:\n", str); in sdpstats_seq_hist() 296 seq_printf(seq, "\n"); in sdpstats_seq_show() 311 seq_printf(seq, "CQ stats:\n"); in sdpstats_seq_show() [all …]
|
| /freebsd-13.1/contrib/xz/src/liblzma/lzma/ |
| H A D | lzma_decoder.c | 29 #define seq_4(seq) seq argument 31 #define seq_6(seq) seq argument 33 #define seq_8(seq) seq argument 76 seq ## 0, \ 77 seq ## 1, \ 78 seq ## 2, \ 79 seq ## 3 82 seq ## 0, \ 83 seq ## 1, \ 87 seq ## 5 [all …]
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | nseq.c | 34 NETSCAPE_CERT_SEQUENCE *seq = NULL; in nseq_main() local 74 seq = NETSCAPE_CERT_SEQUENCE_new(); in nseq_main() 75 if (seq == NULL) in nseq_main() 77 seq->certs = sk_X509_new_null(); in nseq_main() 78 if (seq->certs == NULL) in nseq_main() 81 sk_X509_push(seq->certs, x509); in nseq_main() 83 if (!sk_X509_num(seq->certs)) { in nseq_main() 95 if (seq == NULL) { in nseq_main() 102 for (i = 0; i < sk_X509_num(seq->certs); i++) { in nseq_main() 103 x509 = sk_X509_value(seq->certs, i); in nseq_main() [all …]
|
| /freebsd-13.1/contrib/netbsd-tests/ipf/input/ |
| H A D | f11 | 1 in on e0 tcp 1.1.1.1,1 2.1.2.2,23 S seq=1 ack=0 2 in on e0 tcp 1.1.1.1,1 2.1.2.2,24 SA seq=1 ack=1 3 in on e1 tcp 2.1.2.2,23 1.1.1.1,2 SA seq=101 ack=2 4 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 SA seq=101 ack=2 5 in on e0 tcp 1.1.1.1,1 2.1.2.2,23 A seq=2 ack=102 6 in on e0 tcp 1.1.1.1,1 2.1.2.2,25 A seq=2 ack=102 7 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 A seq=102 ack=2 8 in on e1 tcp 2.1.2.2,25 1.1.1.1,1 A seq=102 ack=2 9 in on e0 tcp 1.1.1.1,1 2.1.2.2,23 FA seq=2 ack=102 10 in on e0 tcp 1.1.1.1,1 2.1.2.2,23 A seq=2 ack=102 [all …]
|
| /freebsd-13.1/contrib/xz/src/liblzma/rangecoder/ |
| H A D | range_decoder.h | 87 #define rc_normalize(seq) \ argument 91 coder->sequence = seq; \ 111 #define rc_if_0(prob, seq) \ argument 112 rc_normalize(seq); \ 140 #define rc_bit_last(prob, action0, action1, seq) \ argument 142 rc_if_0(prob, seq) { \ 154 #define rc_bit(prob, action0, action1, seq) \ argument 158 seq); 167 case seq: rc_bit(prob, action0, action1, seq) 171 #define rc_direct(dest, seq) \ argument [all …]
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | mp.c | 114 seq++; in inc_seq() 435 seq = p->dl->mp.seq; in mp_Assemble() 436 p->dl->mp.seq = mh.seq; in mp_Assemble() 438 seq = mp->seq.min_in; in mp_Assemble() 440 if (mp->seq.min_in == seq) { in mp_Assemble() 452 mp->seq.min_in = dl->mp.seq; in mp_Assemble() 462 seq = mp->seq.next_in; in mp_Assemble() 489 if (h.seq != seq) { in mp_Assemble() 530 mp->seq.next_in = seq = inc_seq(mp->local_is12bit, h.seq); in mp_Assemble() 585 mp->seq.next_in = seq = inc_seq(mp->local_is12bit, h.seq); in mp_Assemble() [all …]
|
| /freebsd-13.1/contrib/lib9p/pytest/ |
| H A D | protocol.py | 478 def __init__(self, seq): argument 479 self.seq = seq 742 seq = self.pfods[cls].seq 747 seq = dotl.pfods[rrd.Rlerror].seq 1451 def _debug_print_sequencer(seq): argument 1454 for i, enc in enumerate(seq): 1770 self.typedefs[name] = cls, seq 1833 self.header_pack_seq = seq 1841 self.header_unpack_seq = seq 1913 seq = val[3] [all …]
|
| /freebsd-13.1/tools/diag/prtblknos/ |
| H A D | prtblknos.c | 247 static int seq; local 252 if (seq == 0) { 253 seq = howmany(numfrags, fs->fs_frag); 259 seq = howmany(numfrags, fs->fs_frag); 269 blkno == firstblk + seq * fs->fs_frag)) { 270 seq += howmany(numfrags, fs->fs_frag); 275 if (seq == 0) 278 if (seq == 1) 289 } else if (seq == 1) { 307 seq = 1; [all …]
|
| /freebsd-13.1/crypto/openssl/ssl/record/ |
| H A D | dtls1_bitmap.c | 42 const unsigned char *seq = s->rlayer.read_sequence; in dtls1_record_replay_check() local 44 cmp = satsub64be(seq, bitmap->max_seq_num); in dtls1_record_replay_check() 46 SSL3_RECORD_set_seq_num(RECORD_LAYER_get_rrec(&s->rlayer), seq); in dtls1_record_replay_check() 55 SSL3_RECORD_set_seq_num(RECORD_LAYER_get_rrec(&s->rlayer), seq); in dtls1_record_replay_check() 63 const unsigned char *seq = RECORD_LAYER_get_read_sequence(&s->rlayer); in dtls1_record_bitmap_update() local 65 cmp = satsub64be(seq, bitmap->max_seq_num); in dtls1_record_bitmap_update() 72 memcpy(bitmap->max_seq_num, seq, SEQ_NUM_SIZE); in dtls1_record_bitmap_update()
|
| /freebsd-13.1/usr.sbin/fifolog/lib/ |
| H A D | fifolog_reader.c | 98 unsigned seq, seqs; in fifolog_reader_findsync() local 104 seq = be32dec(ff->recbuf); in fifolog_reader_findsync() 105 if (*o == 0 && seq == 0) in fifolog_reader_findsync() 113 seq++; in fifolog_reader_findsync() 120 if (seqs != seq) in fifolog_reader_findsync() 136 unsigned seq, seqs; in fifolog_reader_seek() local 152 seq = be32dec(fr->ff->recbuf); in fifolog_reader_seek() 186 if (seqs != seq + st) { in fifolog_reader_seek() 202 seq = seqs; in fifolog_reader_seek() 251 uint32_t seq, lseq; in fifolog_reader_process() local [all …]
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | term.c | 529 const char *seq, *cp; in term_word() local 592 uc = *seq; in term_word() 631 if (*seq == '|') { in term_word() 632 seq++; in term_word() 669 seq = cp + 1; in term_word() 682 uc = *seq; in term_word() 710 cp = seq + sz; in term_word() 711 while (seq < cp) { in term_word() 717 if (seq < cp) { in term_word() 965 uc = *seq; in term_strlen() [all …]
|
| /freebsd-13.1/sys/kgssapi/krb5/ |
| H A D | krb5_mech.c | 866 uint32_t seq; in krb5_get_mic_old() local 916 p[2] = (seq >> 8); in krb5_get_mic_old() 917 p[3] = (seq >> 0); in krb5_get_mic_old() 919 p[0] = (seq >> 0); in krb5_get_mic_old() 955 uint32_t seq; in krb5_get_mic_new() local 1050 uint32_t seq; in krb5_verify_mic_old() local 1189 uint32_t seq; in krb5_verify_mic_new() local 1261 uint32_t seq; in krb5_wrap_old() local 1411 uint32_t seq; in krb5_wrap_new() local 1612 uint32_t seq; in krb5_unwrap_old() local [all …]
|
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | io.c | 22 uint8_t seq; in PACKED_TYPE() 80 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count) in tx_frame() argument 93 fp->body.cont.seq = seq; in tx_frame() 114 for (uint8_t seq = 0; sent < count; sent += n) { in tx() local 115 if (seq & 0x80) { in tx() 119 if ((n = tx_frame(d, seq++, buf + sent, count - sent)) == 0) { in tx() 225 for (int seq = 0; r < payload_len; seq++) { in rx() local 234 f.body.cont.seq = (uint8_t)seq; in rx() 237 if (f.cid != d->cid || f.body.cont.seq != seq) { in rx() 239 __func__, f.cid, d->cid, f.body.cont.seq, seq); in rx()
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | seq.h | 12 atomic_zu_t seq; \ 26 size_t old_seq = atomic_load_zu(&dst->seq, ATOMIC_RELAXED); \ 27 atomic_store_zu(&dst->seq, old_seq + 1, ATOMIC_RELAXED); \ 32 atomic_store_zu(&dst->seq, old_seq + 2, ATOMIC_RELEASE); \ 39 size_t seq1 = atomic_load_zu(&src->seq, ATOMIC_ACQUIRE); \ 47 size_t seq2 = atomic_load_zu(&src->seq, ATOMIC_RELAXED); \
|
| /freebsd-13.1/usr.bin/tail/tests/ |
| H A D | tail_test.sh | 282 seq 1 5 > infile 283 seq 1 5 > expectfile 302 seq 1 5 > expectfile 303 seq 1 3 > infile 307 seq 4 5 >> infile 322 seq 1 5 > expectfile 323 seq 1 3 > infile 327 seq 4 5 >> infile 342 seq 1 5 > expectfile 343 seq 1 3 > infile [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | crypto.c | 93 key->seq = 0; in _gss_ntlm_set_key() 119 uint32_t seq, in v1_sign_message() argument 146 uint32_t seq, in v2_sign_message() argument 158 encode_le_uint32(seq, hmac); in v2_sign_message() 179 uint32_t seq, in v2_verify_message() argument 198 uint32_t seq, in v2_seal_message() argument 229 uint32_t seq, in v2_unseal_message() argument 297 ctx->u.v2.send.seq++, in _gss_ntlm_get_mic() 367 ctx->u.v2.recv.seq++, in _gss_ntlm_verify_mic() 398 ctx->u.v1.crypto_recv.seq++; in _gss_ntlm_verify_mic() [all …]
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | jupiter.h | 80 u_short seq; /* sequence number */ member 124 u_short seq; /* sequence number */ member 140 u_short seq; /* sequence number */ member 158 u_short seq; /* sequence number */ member 170 u_short seq; /* sequence number */ member 187 u_short seq; /* sequence number */ member 201 u_short seq; /* sequence number */ member 209 u_short seq; /* sequence number */ member 248 u_short seq; /* sequence number */ member
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 186 __zpl_show_devname(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_devname() argument 200 seq_puts(seq, "\\040"); in __zpl_show_devname() 202 seq_putc(seq, fsname[i]); in __zpl_show_devname() 214 zpl_show_devname(struct seq_file *seq, struct dentry *root) in zpl_show_devname() argument 216 return (__zpl_show_devname(seq, root->d_sb->s_fs_info)); in zpl_show_devname() 220 __zpl_show_options(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_options() argument 222 seq_printf(seq, ",%s", in __zpl_show_options() 228 seq_puts(seq, ",posixacl"); in __zpl_show_options() 231 seq_puts(seq, ",noacl"); in __zpl_show_options() 240 zpl_show_options(struct seq_file *seq, struct dentry *root) in zpl_show_options() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cpp | 33 u32 seq; member 35 explicit Id(u32 id = 0, u32 seq = 0) in Id() 37 , seq(seq) { in Id() 43 u32 seq; member 50 , seq(seq) in Link() 78 u32 seq; member 231 if (link->seq != mtx->seq) { in MutexBeforeLock() 232 link->seq = mtx->seq; in MutexBeforeLock() 247 link->seq = mtx->seq; in MutexBeforeLock() 345 mtx->seq++; in MutexDestroy() [all …]
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_irq.c | 805 e->event.sequence = seq; in send_vblank_event() 829 unsigned int seq; in drm_send_vblank_event() local 833 seq = 0; in drm_send_vblank_event() 986 unsigned int seq; in drm_vblank_off() local 1001 e->event.sequence, seq); in drm_vblank_off() 1115 unsigned int seq; in drm_queue_vblank_event() local 1159 vblwait->reply.sequence = seq; in drm_queue_vblank_event() 1229 seq = drm_vblank_count(dev, crtc); in drm_wait_vblank() 1233 vblwait->request.sequence += seq; in drm_wait_vblank() 1308 unsigned int seq; in drm_handle_vblank_events() local [all …]
|
| /freebsd-13.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_ldm.c | 400 rawSeq* const seq = rawSeqStore->seq + rawSeqStore->size; in ZSTD_ldm_generateSequences_internal() local 407 seq->offset = offset; in ZSTD_ldm_generateSequences_internal() 523 rawSeq* seq = rawSeqStore->seq + rawSeqStore->pos; in ZSTD_ldm_skipSequences() local 524 if (srcSize <= seq->litLength) { in ZSTD_ldm_skipSequences() 526 seq->litLength -= (U32)srcSize; in ZSTD_ldm_skipSequences() 529 srcSize -= seq->litLength; in ZSTD_ldm_skipSequences() 530 seq->litLength = 0; in ZSTD_ldm_skipSequences() 531 if (srcSize < seq->matchLength) { in ZSTD_ldm_skipSequences() 537 seq[1].litLength += seq[0].matchLength; in ZSTD_ldm_skipSequences() 543 srcSize -= seq->matchLength; in ZSTD_ldm_skipSequences() [all …]
|