| /f-stack/app/redis-5.0.5/src/ |
| H A D | sparkline.c | 58 struct sequence *seq = zmalloc(sizeof(*seq)); in createSparklineSequence() local 65 void sparklineSequenceAddSample(struct sequence *seq, double value, char *label) { in sparklineSequenceAddSample() 81 void freeSparklineSequence(struct sequence *seq) { in freeSparklineSequence() 97 sds sparklineRenderRange(sds output, struct sequence *seq, int rows, int offset, int len, int flags… in sparklineRenderRange() 165 sds sparklineRender(sds output, struct sequence *seq, int columns, int rows, int flags) { in sparklineRender()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_l2tp.c | 651 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_shutdown() local 1013 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_rcvdata_ctrl() local 1194 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_init() local 1216 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_set() local 1241 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_adjust() local 1270 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_reset() local 1313 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_recv_nr() local 1424 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_xack_timeout() local 1452 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_seq_rack_timeout() local 1508 struct l2tp_seq *const seq = &priv->seq; in ng_l2tp_xmit_ctrl() local [all …]
|
| /f-stack/freebsd/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() 214 zpl_show_devname(struct seq_file *seq, struct dentry *root) in zpl_show_devname() 220 __zpl_show_options(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_options() 240 zpl_show_options(struct seq_file *seq, struct dentry *root) in zpl_show_options()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_ipsec_anti_replay.h | 19 anti_replay_check(uint64_t seq, struct otx2_ipsec_fp_in_sa *sa) in anti_replay_check() 175 uint64_t seq; in cpt_ipsec_antireplay_check() local
|
| /f-stack/freebsd/sys/ |
| H A D | msgbuf.h | 57 #define MSGBUF_SEQNORM(mbp, seq) (((seq) + (mbp)->msg_seqmod) % \ argument 59 #define MSGBUF_SEQ_TO_POS(mbp, seq) ((seq) % (mbp)->msg_size) argument
|
| H A D | ipc.h | 83 unsigned short seq; /* sequence # (to generate unique ipcid) */ member 94 unsigned short seq; /* sequence # (to generate unique ipcid) */ member
|
| H A D | ktls.h | 57 uint64_t seq; member 64 uint64_t seq; /* In network order */ member 88 uint64_t seq; member
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec.c | 1191 check_window(const struct secreplay *replay, uint64_t seq) in check_window() 1204 advance_window(const struct secreplay *replay, uint64_t seq) in advance_window() 1225 set_window(const struct secreplay *replay, uint64_t seq) in set_window() 1248 ipsec_chkreplay(uint32_t seq, uint32_t *seqhigh, struct secasvar *sav) in ipsec_chkreplay() 1364 ipsec_updatereplay(uint32_t seq, struct secasvar *sav) in ipsec_updatereplay()
|
| H A D | key.c | 341 #define ACQSEQHASH_HASHVAL(seq) \ argument 345 #define ACQSEQHASH_HASH(seq) \ argument 2625 key_setdumpsp(struct secpolicy *sp, u_int8_t type, u_int32_t seq, in key_setdumpsp() 3536 uint32_t seq, uint32_t pid) in key_setdumpsa() 3742 key_setsadbmsg(u_int8_t type, u_int16_t tlen, u_int8_t satype, u_int32_t seq, in key_setsadbmsg() 3860 key_setsadbxsa2(u_int8_t mode, u_int32_t seq, u_int32_t reqid) in key_setsadbxsa2() 6546 uint32_t seq; in key_acquire() local 6768 uint32_t seq; in key_newacq() local 6797 uint32_t seq; in key_getacq() local 6833 key_acqreset(uint32_t seq) in key_acqreset() [all …]
|
| H A D | keydb.h | 151 uint32_t seq; /* sequence number */ member 229 uint32_t seq; /* sequence number */ member
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 95 uint32_t seq; /* sequence number */ member 183 uint32_t seq = __atomic_load_n(&s->deps[i]->tail, in update_available_seq() local 191 uint32_t seq = __atomic_load_n(&s->deps[i]->tail, in update_available_seq() local 496 uint32_t num_entries, uint32_t *seq, bool block, bool atomic) in opdl_stage_claim_singlethread() 561 uint32_t num_entries, uint32_t *seq, bool block) in opdl_stage_claim_multithread() 592 uint32_t num_entries, uint32_t *seq, bool block) in opdl_stage_claim_copy_singlethread() 607 uint32_t num_entries, uint32_t *seq, bool block) in opdl_stage_claim_copy_multithread() 706 uint32_t num_entries, uint32_t *seq, bool block, bool atomic) in opdl_stage_claim() 718 uint32_t num_entries, uint32_t *seq, bool block) in opdl_stage_claim_copy()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_esp.h | 25 rte_be32_t seq; /**< packet sequence number */ member
|
| /f-stack/freebsd/kern/ |
| H A D | subr_msgbuf.c | 150 msgbuf_do_addchar(struct msgbuf * const mbp, u_int * const seq, const int c) in msgbuf_do_addchar() 186 u_int seq; in msgbuf_addstr() local
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_reass.c | 205 tcp_seq seq, int len, uint8_t action, int instance) in tcp_log_reassm() 255 tcp_reass_log_new_in(struct tcpcb *tp, tcp_seq seq, int len, struct mbuf *m, in tcp_reass_log_new_in() 387 tcp_seq seq, int len, struct mbuf *mlast, int mbufoh, uint8_t flags) in tcp_reass_replace()
|
| H A D | tcp_debug.c | 105 tcp_seq seq, ack; in tcp_trace() local
|
| H A D | sctp_input.c | 3406 sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq, struct sctp_tmit_chunk **bchk) in sctp_find_stream_reset() 3475 uint32_t seq, uint32_t action, in sctp_handle_stream_reset_response() 3645 uint32_t seq; in sctp_handle_str_reset_request_in() local 3720 uint32_t seq; in sctp_handle_str_reset_request_tsn() local 3776 uint32_t seq, tsn; in sctp_handle_str_reset_request_out() local 3857 uint32_t seq; in sctp_handle_str_reset_add_strm() local 3949 uint32_t seq; in sctp_handle_str_reset_add_out_strm() local 4007 uint32_t seq = 0; in sctp_handle_stream_reset() local
|
| H A D | dccp.h | 66 uint8_t seq[6]; member
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | linenoise.c | 304 char seq[32]; in getColumns() local 477 char seq[64]; in refreshShowHints() local 503 char seq[64]; in refreshSingleLine() local 544 char seq[64]; in refreshMultiLine() local 798 char seq[3]; in linenoiseEdit() local
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_qi.c | 163 dmar_qi_emit_wait_descr(struct dmar_unit *unit, uint32_t seq, bool intr, in dmar_qi_emit_wait_descr() 181 uint32_t seq; in dmar_qi_emit_wait_seq() local
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_sta.c | 991 int rssi, int nf, uint16_t seq, uint16_t status) in sta_auth_open() 1021 uint16_t seq, uint16_t status) in sta_auth_shared() 1689 uint16_t algo, seq, status; in sta_recv_mgmt() local
|
| H A D | ieee80211_hostap.c | 911 int rssi, int nf, uint16_t seq, uint16_t status) in hostap_auth_open() 990 uint16_t seq, uint16_t status) in hostap_auth_shared() 1705 int algo, int seq, int status) in authalgreject() 1928 uint16_t algo, seq, status; in hostap_recv_mgmt() local
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec_tx.h | 16 uint32_t seq; member
|
| /f-stack/lib/ |
| H A D | ff_dpdk_pcap.c | 53 static __thread uint32_t seq = 0; variable
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | uberblock_impl.h | 72 #define MMP_SEQ_SET(seq) \ argument
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_raudio_pxy.c | 200 tcp_seq seq; local
|