/freebsd/sys/sys/ |
H A D | msgbuf.h | 59 #define MSGBUF_SEQADD(mbp, seq1, seq2) (((seq1) + (seq2)) % (mbp)->msg_seqmod) argument 60 #define MSGBUF_SEQSUB(mbp, seq1, seq2) ((seq1) >= (seq2) ? (seq1) - (seq2) : \ argument 61 (seq1) + (mbp)->msg_seqmod - (seq2))
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | client.c | 174 uint8_t *seq0, *seq1; in client_query() local 218 && _sdp_get_seq(&seq0, attr.value, &seq1) in client_query() 219 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_L2CAP) in client_query() 220 && _sdp_get_uint16(&seq1, seq0, &l2cap_psm) in client_query() 221 && _sdp_get_seq(&seq0, attr.value, &seq1) in client_query() 222 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_BNEP)) { in client_query()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | seq.h | 39 size_t seq1 = atomic_load_zu(&src->seq, ATOMIC_ACQUIRE); \ 40 if (seq1 % 2 != 0) { \ 48 if (seq1 != seq2) { \
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_proxy.c | 1122 u_32_t seq1, seq2; in ipf_proxy_fixseqack() local 1138 seq1 = (u_32_t)ntohl(tcp->th_seq); in ipf_proxy_fixseqack() 1143 (seq1 > aps->aps_seqmin[!sel])) { in ipf_proxy_fixseqack() 1146 sel, !sel, seq1, in ipf_proxy_fixseqack() 1153 if (seq1 > seq2) { in ipf_proxy_fixseqack() 1155 seq1 += seq2; in ipf_proxy_fixseqack() 1156 tcp->th_seq = htonl(seq1); in ipf_proxy_fixseqack() 1161 if (inc && (seq1 > aps->aps_seqmin[!sel])) { in ipf_proxy_fixseqack() 1162 aps->aps_seqmin[sel] = seq1 + nlen - 1; in ipf_proxy_fixseqack() 1172 seq1 = ntohl(tcp->th_ack); in ipf_proxy_fixseqack() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | renesas,dsi.yaml | 44 - const: seq1 148 interrupt-names = "seq0", "seq1", "vin1", "rcv",
|
/freebsd/usr.sbin/ppp/ |
H A D | mp.c | 122 isbefore(unsigned is12bit, u_int32_t seq1, u_int32_t seq2) in isbefore() argument 126 if (seq1 > max) { in isbefore() 127 if (seq2 < 0x200 || seq2 > seq1) in isbefore() 129 } else if ((seq1 > 0x200 || seq2 <= max) && seq1 < seq2) in isbefore()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.1 | 566 .Ql Op Ar seq1 , Ar seq2 568 .Op Ar seq1 570 .Ar seq1
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hlr_auc_gw.c | 717 * SQN = SEQ | IND = SEQ1 | SEQ2 | IND in inc_sqn() 720 * SQN = SEQ1 | IND. The length of IND is ind_len bits and the length in inc_sqn() 721 * of SEQ1 is 48 - ind_len bits. in inc_sqn()
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp.1 | 884 .Dq Op Ar seq1 , Ar seq2 886 .Op Ar seq1 888 .Ar seq1
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.h | 1725 Combine two Adler-32 checksums into one. For two sequences of bytes, seq1 1728 seq1 and seq2 concatenated, requiring only adler1, adler2, and len2. Note 1761 seq1 and seq2 with lengths len1 and len2, CRC-32 check values were 1763 check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_label.c | 1522 unsigned int seq1 = 0; in vdev_uberblock_compare() local 1526 seq1 = MMP_SEQ(ub1); in vdev_uberblock_compare() 1531 return (TREE_CMP(seq1, seq2)); in vdev_uberblock_compare()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | pci.h | 1357 __le16 seq1; 830 __le16 seq1; global() member
|
H A D | pci.c | 1403 txwp_info->seq1 = 0;
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 1560 unsigned int seq1 = 0; in vdev_uberblock_compare() local 1572 seq1 = MMP_SEQ(ub1); in vdev_uberblock_compare() 1577 return (AVL_CMP(seq1, seq2)); in vdev_uberblock_compare()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | algorithm_impl.h |
|
/freebsd/sys/netinet/ |
H A D | sctp_cc_functions.c | 1854 between(uint32_t seq1, uint32_t seq2, uint32_t seq3) in between() argument 1856 return (seq3 - seq2 >= seq1 - seq2); in between()
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r9a07g054.dtsi | 786 interrupt-names = "seq0", "seq1", "vin1", "rcv",
|
H A D | r9a07g044.dtsi | 781 interrupt-names = "seq0", "seq1", "vin1", "rcv",
|