Home
last modified time | relevance | path

Searched refs:last_seq (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/rcorder/
H A Drcorder.c1073 int last_seq = 0; in generate_ordering() local
1104 (last_seq == 0 ? "" : in generate_ordering()
1105 (do_parallel != true || last_seq != (*psl)->sequence) ? in generate_ordering()
1108 last_seq = (*psl)->sequence; in generate_ordering()
1112 if (last_seq) in generate_ordering()
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c556 static unsigned __int32 last_seq = 0; in ossl_pool_add_nonce_data() local
595 data.seq = ++last_seq; in ossl_pool_add_nonce_data()
598 last_seq = 0; in ossl_pool_add_nonce_data()
/freebsd/sys/geom/part/
H A Dg_part_ldm.c158 uint32_t last_seq; /* sequence number of last VBLK */ member
678 db->dh.last_seq = be32dec(buf + LDM_DB_LASTSEQ_OFF); in ldm_vmdbhdr_check()
686 db->dh.size * db->dh.last_seq > in ldm_vmdbhdr_check()
1018 size = howmany(db->dh.last_seq * db->dh.size, pp->sectorsize); in ldm_vmdb_parse()
1049 vh.seq > db->dh.last_seq) { in ldm_vmdb_parse()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h318 * @last_seq: last sequence per tid for duplicate packet detection
322 __le16 last_seq[IWL_MAX_TID_COUNT + 1];
329 __le16 last_seq[IWL_MAX_TID_COUNT + 1]; global() member
H A Drxmq.c549 dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mvm_is_dup()
554 if (dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mvm_is_dup()
559 dup_data->last_seq[tid] = hdr->seq_ctrl; in iwl_mvm_is_dup()
H A Dsta.c1806 * Initialize all the last_seq values to 0xffff which can never in iwl_mvm_sta_init()
1815 memset(dup_data[q].last_seq, 0xff, in iwl_mvm_sta_init()
1816 sizeof(dup_data[q].last_seq)); in iwl_mvm_sta_init()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7287 uint32_t changed, last_seq, entered_recovery = 0; in bbr_log_ack() local
7506 last_seq = rsm->r_end; in bbr_log_ack()
7508 last_seq = tp->snd_max; in bbr_log_ack()
7526 (SEQ_LT(sack.end, last_seq)) && in bbr_log_ack()