Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/freebsd/sys/netgraph/
H A Dng_l2tp.c1188 memset(seq, 0, sizeof(*seq)); in ng_l2tp_seq_init()
1193 seq->ssth = seq->wmax; in ng_l2tp_seq_init()
1289 seq->ssth = seq->wmax; in ng_l2tp_seq_reset()
1336 if (seq->cwnd < seq->wmax) { in ng_l2tp_seq_recv_nr()
1338 if (seq->cwnd < seq->ssth) { in ng_l2tp_seq_recv_nr()
1343 seq->cwnd = seq->ssth; in ng_l2tp_seq_recv_nr()
1351 seq->acks -= seq->cwnd; in ng_l2tp_seq_recv_nr()
1376 while ((i = L2TP_SEQ_DIFF(seq->ns, seq->rack)) < seq->cwnd in ng_l2tp_seq_recv_nr()
1462 seq->ns = seq->rack; in ng_l2tp_seq_rack_timeout()
1502 nr = seq->xack = seq->nr; in ng_l2tp_xmit_ctrl()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_unsol.c81 ocs_hw_sequence_t *seq; in ocs_unsol_rq_thread() local
87 if (seq == NULL) { in ocs_unsol_rq_thread()
94 ocs_unsol_process((ocs_t*)seq->hw->os, seq); in ocs_unsol_rq_thread()
219 if (seq->hio != NULL) { in ocs_unsol_process()
250 if (seq->hio != NULL) { in ocs_unsol_process()
291 if (seq == NULL) { in ocs_process_node_pending()
353 if (seq == NULL) { in ocs_domain_process_pending()
996 if (!seq->auto_xrdy) { in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
1037 io->hio = seq->hio; in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
1038 seq->hio->ul_io = io; in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
[all …]
H A Docs_hw_queues.c1753 seq->hw = hw; in ocs_hw_rqpair_process_rq()
1756 seq->xri = 0; in ocs_hw_rqpair_process_rq()
1757 seq->hio = NULL; in ocs_hw_rqpair_process_rq()
1860 seq->hw = hw; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1875 seq->hio = ocs_hw_io_lookup(hw, seq->xri); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1880 seq->hio->axr_buf->fcfi = seq->fcfi; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1896 seq->hio->axr_buf->cmd_seq = seq; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1977 seq = &buf->seq; in ocs_hw_rqpair_process_auto_xfr_rdy_data()
1978 seq->hw = hw; in ocs_hw_rqpair_process_auto_xfr_rdy_data()
1982 seq->hio = io; in ocs_hw_rqpair_process_auto_xfr_rdy_data()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dder8 >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/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c84 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/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c29 #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/contrib/netbsd-tests/ipf/input/
H A Df111 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/crypto/openssl/apps/
H A Dnseq.c42 NETSCAPE_CERT_SEQUENCE *seq = NULL; in nseq_main() local
88 seq = NETSCAPE_CERT_SEQUENCE_new(); in nseq_main()
89 if (seq == NULL) in nseq_main()
91 seq->certs = sk_X509_new_null(); in nseq_main()
92 if (seq->certs == NULL) in nseq_main()
95 if (!sk_X509_push(seq->certs, x509)) in nseq_main()
99 if (!sk_X509_num(seq->certs)) { in nseq_main()
111 if (seq == NULL) { in nseq_main()
118 for (i = 0; i < sk_X509_num(seq->certs); i++) { in nseq_main()
119 x509 = sk_X509_value(seq->certs, i); in nseq_main()
[all …]
/freebsd/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h87 #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/usr.sbin/ppp/
H A Dmp.c112 seq++; in inc_seq()
433 seq = p->dl->mp.seq; in mp_Assemble()
434 p->dl->mp.seq = mh.seq; in mp_Assemble()
436 seq = mp->seq.min_in; in mp_Assemble()
438 if (mp->seq.min_in == seq) { in mp_Assemble()
450 mp->seq.min_in = dl->mp.seq; in mp_Assemble()
460 seq = mp->seq.next_in; in mp_Assemble()
487 if (h.seq != seq) { in mp_Assemble()
528 mp->seq.next_in = seq = inc_seq(mp->local_is12bit, h.seq); in mp_Assemble()
583 mp->seq.next_in = seq = inc_seq(mp->local_is12bit, h.seq); in mp_Assemble()
[all …]
/freebsd/lib/libc/tests/stdio/
H A Dflushlbuf_test.c14 static const char seq[] = variable
61 if ((ret = fprintf(f, "%c", seq[i++])) < 0) in ATF_TC_BODY()
64 ATF_CHECK_EQ(seq[i - 1], buf[BUFSIZE - 1]); in ATF_TC_BODY()
75 ret = fprintf(f, "%c", seq[i]); in ATF_TC_BODY()
85 fprintf(f, "%c", seq[i++]); in ATF_TC_BODY()
87 ATF_CHECK_EQ(seq[i - 1], buf[BUFSIZE - 1]); in ATF_TC_BODY()
94 fprintf(f, "%c", seq[i++]); in ATF_TC_BODY()
116 if ((ret = fprintf(f, "%c", seq[i++])) < 0) in ATF_TC_BODY()
119 ATF_CHECK_EQ(seq[i - 1], buf[BUFSIZE - 1]); in ATF_TC_BODY()
130 ret = fprintf(f, "%c", seq[i]); in ATF_TC_BODY()
[all …]
/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py478 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/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_dfs.c169 seq = devm_kzalloc(dev->mt76.dev, sizeof(*seq), GFP_ATOMIC); in mt76x02_dfs_seq_pool_get()
174 list_del(&seq->head); in mt76x02_dfs_seq_pool_get()
177 if (seq) in mt76x02_dfs_seq_pool_get()
180 return seq; in mt76x02_dfs_seq_pool_get()
221 list_del_init(&seq->head); in mt76x02_dfs_detector_reset()
480 seq.last_ts = event->ts; in mt76x02_dfs_create_sequence()
482 seq.count = 2; in mt76x02_dfs_create_sequence()
492 seq.count++; in mt76x02_dfs_create_sequence()
497 if (seq.count <= cur_len) in mt76x02_dfs_create_sequence()
504 *seq_p = seq; in mt76x02_dfs_create_sequence()
[all …]
H A Dmt76x02_mcu.c14 struct sk_buff *skb, int seq) in mt76x02_mcu_parse_response() argument
21 abs(cmd), seq); in mt76x02_mcu_parse_response()
27 if (seq != FIELD_GET(MT_RX_FCE_INFO_CMD_SEQ, *rxfce)) in mt76x02_mcu_parse_response()
42 u8 seq; in mt76x02_mcu_msg_send() local
53 seq = ++mdev->mcu.msg_seq & 0xf; in mt76x02_mcu_msg_send()
54 if (!seq) in mt76x02_mcu_msg_send()
55 seq = ++mdev->mcu.msg_seq & 0xf; in mt76x02_mcu_msg_send()
59 FIELD_PREP(MT_MCU_MSG_CMD_SEQ, seq) | in mt76x02_mcu_msg_send()
69 ret = mt76x02_mcu_parse_response(mdev, cmd, skb, seq); in mt76x02_mcu_msg_send()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c81 ret = sbuf_bcpy(seq->buf, data, len); in seq_write()
83 seq->size = sbuf_len(seq->buf); in seq_write()
89 seq_putc(struct seq_file *seq, char c) in seq_putc() argument
93 ret = sbuf_putc(seq->buf, c); in seq_putc()
95 seq->size = sbuf_len(seq->buf); in seq_putc()
99 seq_puts(struct seq_file *seq, const char *str) in seq_puts() argument
103 ret = sbuf_printf(seq->buf, "%s", str); in seq_puts()
105 seq->size = sbuf_len(seq->buf); in seq_puts()
253 struct seq_file *seq; in seq_release_private() local
255 seq = (struct seq_file *)f->private_data; in seq_release_private()
[all …]
/freebsd/tools/diag/prtblknos/
H A Dprtblknos.c231 static int seq; local
236 if (seq == 0) {
237 seq = howmany(numfrags, fs->fs_frag);
243 seq = howmany(numfrags, fs->fs_frag);
253 blkno == firstblk + seq * fs->fs_frag)) {
254 seq += howmany(numfrags, fs->fs_frag);
259 if (seq == 0)
262 if (seq == 1)
273 } else if (seq == 1) {
291 seq = 1;
[all …]
/freebsd/crypto/openssl/ssl/record/
H A Ddtls1_bitmap.c42 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/tests/sys/netpfil/pf/
H A Dmodulate.sh43 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-seq 42 # Sanity check
44 ping_dummy_check_request exit:1 --ping-type=tcpsyn --send-seq 42 --expect-seq 42
66 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-seq 42 # Sanity check
67 ping_dummy_check_request exit:1 --ping-type=tcpsyn --send-seq 42 --expect-seq 42
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c187 __zpl_show_devname(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_devname() argument
203 seq_puts(seq, "\\040"); in __zpl_show_devname()
205 seq_putc(seq, fsname[i]); in __zpl_show_devname()
219 return (__zpl_show_devname(seq, root->d_sb->s_fs_info)); in zpl_show_devname()
225 seq_printf(seq, ",%s", in __zpl_show_options()
231 seq_puts(seq, ",posixacl"); in __zpl_show_options()
234 seq_puts(seq, ",noacl"); in __zpl_show_options()
241 seq_puts(seq, ",casesensitive"); in __zpl_show_options()
244 seq_puts(seq, ",caseinsensitive"); in __zpl_show_options()
247 seq_puts(seq, ",casemixed"); in __zpl_show_options()
[all …]
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c96 unsigned seq, seqs; in fifolog_reader_findsync() local
102 seq = be32dec(ff->recbuf); in fifolog_reader_findsync()
103 if (*o == 0 && seq == 0) in fifolog_reader_findsync()
111 seq++; in fifolog_reader_findsync()
118 if (seqs != seq) in fifolog_reader_findsync()
134 unsigned seq, seqs; in fifolog_reader_seek() local
150 seq = be32dec(fr->ff->recbuf); in fifolog_reader_seek()
184 if (seqs != seq + st) { in fifolog_reader_seek()
200 seq = seqs; in fifolog_reader_seek()
249 uint32_t seq, lseq; in fifolog_reader_process() local
[all …]
/freebsd/contrib/mandoc/
H A Dterm.c526 const char *seq, *cp; in term_word() local
589 uc = *seq; in term_word()
630 if (*seq == '|') { in term_word()
631 seq++; in term_word()
668 seq = cp + 1; in term_word()
681 uc = *seq; in term_word()
709 cp = seq + sz; in term_word()
710 while (seq < cp) { in term_word()
716 if (seq < cp) { in term_word()
964 uc = *seq; in term_strlen()
[all …]
/freebsd/sys/kgssapi/krb5/
H A Dkrb5_mech.c864 uint32_t seq; in krb5_get_mic_old() local
914 p[2] = (seq >> 8); in krb5_get_mic_old()
915 p[3] = (seq >> 0); in krb5_get_mic_old()
917 p[0] = (seq >> 0); in krb5_get_mic_old()
953 uint32_t seq; in krb5_get_mic_new() local
1048 uint32_t seq; in krb5_verify_mic_old() local
1186 uint32_t seq; in krb5_verify_mic_new() local
1258 uint32_t seq; in krb5_wrap_old() local
1408 uint32_t seq; in krb5_wrap_new() local
1609 uint32_t seq; in krb5_unwrap_old() local
[all …]
/freebsd/crypto/openssl/test/
H A Dbad_dtls_test.c293 seq[0] = (seqnr >> 40) & 0xff; in send_record()
294 seq[1] = (seqnr >> 32) & 0xff; in send_record()
295 seq[2] = (seqnr >> 24) & 0xff; in send_record()
296 seq[3] = (seqnr >> 16) & 0xff; in send_record()
297 seq[4] = (seqnr >> 8) & 0xff; in send_record()
298 seq[5] = seqnr & 0xff; in send_record()
319 || !EVP_MAC_update(ctx, seq, 6) in send_record()
345 BIO_write(rbio, seq, 6); in send_record()
448 uint64_t seq; member
570 (unsigned int)(tests[i].seq >> 32), (unsigned int)tests[i].seq, i); in test_bad_dtls()
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dseq.h12 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/contrib/libfido2/src/
H A Dio.c23 uint8_t seq; in PACKED_TYPE()
98 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) in tx_frame() argument
111 fp->body.cont.seq = seq; in tx_frame()
132 for (uint8_t seq = 0; sent < count; sent += n) { in tx() local
133 if (seq & 0x80) { in tx()
137 if ((n = tx_frame(d, seq++, buf + sent, count - sent, in tx()
265 for (int seq = 0; r < payload_len; seq++) { in rx() local
274 f.body.cont.seq = (uint8_t)seq; in rx()
277 if (f.cid != d->cid || f.body.cont.seq != seq) { in rx()
279 __func__, f.cid, d->cid, f.body.cont.seq, seq); in rx()

12345678910>>...27