/openbmc/linux/net/ipv4/ |
H A D | ping.c | 241 unsigned int seq; in inet_get_ping_group_range_net() local 1026 static struct sock *ping_get_first(struct seq_file *seq, int start) in ping_get_first() 1052 static struct sock *ping_get_next(struct seq_file *seq, struct sock *sk) in ping_get_next() 1066 static struct sock *ping_get_idx(struct seq_file *seq, loff_t pos) in ping_get_idx() 1076 void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family) in ping_seq_start() 1089 static void *ping_v4_seq_start(struct seq_file *seq, loff_t *pos) in ping_v4_seq_start() 1094 void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ping_seq_next() 1108 void ping_seq_stop(struct seq_file *seq, void *v) in ping_seq_stop() 1136 static int ping_v4_seq_show(struct seq_file *seq, void *v) in ping_v4_seq_show()
|
H A D | raw.c | 950 static struct sock *raw_get_first(struct seq_file *seq, int bucket) in raw_get_first() 968 static struct sock *raw_get_next(struct seq_file *seq, struct sock *sk) in raw_get_next() 981 static struct sock *raw_get_idx(struct seq_file *seq, loff_t pos) in raw_get_idx() 991 void *raw_seq_start(struct seq_file *seq, loff_t *pos) in raw_seq_start() 1002 void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos) in raw_seq_next() 1015 void raw_seq_stop(struct seq_file *seq, void *v) in raw_seq_stop() 1024 static void raw_sock_seq_show(struct seq_file *seq, struct sock *sp, int i) in raw_sock_seq_show() 1043 static int raw_seq_show(struct seq_file *seq, void *v) in raw_seq_show()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_task_stack.c | 15 struct seq_file *seq = ctx->meta->seq; in dump_task_stack() local 43 struct seq_file *seq = ctx->meta->seq; in get_task_user_stacks() local
|
H A D | bpf_iter_task.c | 16 struct seq_file *seq = ctx->meta->seq; in dump_task() local 43 struct seq_file *seq = ctx->meta->seq; in dump_task_sleepable() local
|
H A D | test_ringbuf_map_key.c | 12 int seq; member 32 long seq = 0; variable
|
H A D | test_ringbuf.c | 12 int seq; member 37 long seq = 0; variable
|
/openbmc/linux/drivers/target/tcm_fc/ |
H A D | tfc_io.c | 91 struct fc_seq *seq = cmd->seq; in ft_queue_data_in() local 198 struct fc_seq *seq = cmd->seq; in ft_recv_write_data() local 329 struct fc_seq *seq; in ft_invl_hw_context() local
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_msgb.h | 118 static inline void msgb_push_frame(struct msgbuf *msgb, u8 ty, u16 len, u8 seq) in msgb_push_frame() 137 static inline void msgb_push_ack(struct msgbuf *msgb, u8 seq) in msgb_push_ack() 172 static inline void msgb_push_cmd(struct msgbuf *msgb, u8 seq, u16 rqid, in msgb_push_cmd()
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 991 static int aa_sfs_seq_show(struct seq_file *seq, void *v) in aa_sfs_seq_show() 1064 struct seq_file *seq = (struct seq_file *) file->private_data; in seq_profile_release() local 1070 static int seq_profile_name_show(struct seq_file *seq, void *v) in seq_profile_name_show() 1081 static int seq_profile_mode_show(struct seq_file *seq, void *v) in seq_profile_mode_show() 1108 static int seq_profile_hash_show(struct seq_file *seq, void *v) in seq_profile_hash_show() 1150 static int seq_ns_stacked_show(struct seq_file *seq, void *v) in seq_ns_stacked_show() 1161 static int seq_ns_nsstacked_show(struct seq_file *seq, void *v) in seq_ns_nsstacked_show() 1184 static int seq_ns_level_show(struct seq_file *seq, void *v) in seq_ns_level_show() 1195 static int seq_ns_name_show(struct seq_file *seq, void *v) in seq_ns_name_show() 1262 struct seq_file *seq = (struct seq_file *) file->private_data; in seq_rawdata_release() local [all …]
|
/openbmc/linux/kernel/printk/ |
H A D | printk_ringbuffer.c | 1492 u64 seq; in prb_reserve() local 1756 unsigned long id, u64 seq, in desc_read_finalized_seq() 1796 static int prb_read(struct printk_ringbuffer *rb, u64 seq, in prb_read() 1841 u64 seq; in prb_first_seq() local 1885 static bool _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq, in _prb_read_valid() 1937 bool prb_read_valid(struct printk_ringbuffer *rb, u64 seq, in prb_read_valid() 1967 bool prb_read_valid_info(struct printk_ringbuffer *rb, u64 seq, in prb_read_valid_info() 1994 u64 seq = 0; in prb_first_valid_seq() local 2022 u64 seq; in prb_next_seq() local
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_dfs.c | 152 struct mt76x02_dfs_sequence *seq) in mt76x02_dfs_seq_pool_put() 166 struct mt76x02_dfs_sequence *seq; in mt76x02_dfs_seq_pool_get() local 208 struct mt76x02_dfs_sequence *seq, *tmp_seq; in mt76x02_dfs_detector_reset() local 433 struct mt76x02_dfs_sequence seq, *seq_p; in mt76x02_dfs_create_sequence() local 518 struct mt76x02_dfs_sequence *seq, *tmp_seq; in mt76x02_dfs_add_event_to_sequence() local 548 struct mt76x02_dfs_sequence *seq; in mt76x02_dfs_check_detection() local
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw_queues.c | 493 struct efc_hw_sequence *seq = NULL; in efct_hw_rqpair_get() local 530 struct efc_hw_sequence *seq; in efct_hw_rqpair_process_rq() local 602 efct_hw_rqpair_put(struct efct_hw *hw, struct efc_hw_sequence *seq) in efct_hw_rqpair_put() 655 efct_hw_rqpair_sequence_free(struct efct_hw *hw, struct efc_hw_sequence *seq) in efct_hw_rqpair_sequence_free() 672 efct_efc_hw_sequence_free(struct efc *efc, struct efc_hw_sequence *seq) in efct_efc_hw_sequence_free()
|
/openbmc/linux/mm/kfence/ |
H A D | report.c | 32 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...) in seq_con_printf() 105 static void kfence_print_stack(struct seq_file *seq, const struct kfence_metadata *meta, in kfence_print_stack() 129 void kfence_print_object(struct seq_file *seq, const struct kfence_metadata *meta) in kfence_print_object()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_standalone.c | 105 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first() 121 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() 138 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx() 148 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start() 387 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start() 405 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next() 420 static void ct_cpu_seq_stop(struct seq_file *seq, void *v) in ct_cpu_seq_stop() 424 static int ct_cpu_seq_show(struct seq_file *seq, void *v) in ct_cpu_seq_show()
|
H A D | nf_conntrack_seqadj.c | 31 __be32 seq, s32 off) in nf_ct_seqadj_set() 79 struct nf_ct_seqadj *seq) in nf_ct_sack_block_adjust() 222 u32 seq) in nf_ct_seq_offset()
|
H A D | x_tables.c | 1432 u32 seq = raw_read_seqcount(s); in xt_replace_table() local 1518 static void *xt_table_seq_start(struct seq_file *seq, loff_t *pos) in xt_table_seq_start() 1530 static void *xt_table_seq_next(struct seq_file *seq, void *v, loff_t *pos) in xt_table_seq_next() 1541 static void xt_table_seq_stop(struct seq_file *seq, void *v) in xt_table_seq_stop() 1548 static int xt_table_seq_show(struct seq_file *seq, void *v) in xt_table_seq_show() 1621 static void *xt_mttg_seq_start(struct seq_file *seq, loff_t *pos, in xt_mttg_seq_start() 1634 static void xt_mttg_seq_stop(struct seq_file *seq, void *v) in xt_mttg_seq_stop() 1649 static void *xt_match_seq_start(struct seq_file *seq, loff_t *pos) in xt_match_seq_start() 1659 static int xt_match_seq_show(struct seq_file *seq, void *v) in xt_match_seq_show() 1683 static void *xt_target_seq_start(struct seq_file *seq, loff_t *pos) in xt_target_seq_start() [all …]
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_seq_pdu_list.c | 24 struct iscsi_seq *seq; in iscsit_dump_seq_list() local 294 struct iscsi_seq *seq = cmd->seq_list; in iscsit_do_build_pdu_and_seq_lists() local 494 struct iscsi_seq *seq = NULL; in iscsit_build_pdu_and_seq_lists() local 587 struct iscsi_seq *seq) in iscsit_get_pdu_holder_for_seq()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | bpqether.c | 376 static void *bpq_seq_start(struct seq_file *seq, loff_t *pos) in bpq_seq_start() 394 static void *bpq_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpq_seq_next() 410 static void bpq_seq_stop(struct seq_file *seq, void *v) in bpq_seq_stop() 417 static int bpq_seq_show(struct seq_file *seq, void *v) in bpq_seq_show()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 663 static inline void *l2t_get_idx(struct seq_file *seq, loff_t pos) in l2t_get_idx() 670 static void *l2t_seq_start(struct seq_file *seq, loff_t *pos) in l2t_seq_start() 675 static void *l2t_seq_next(struct seq_file *seq, void *v, loff_t *pos) in l2t_seq_next() 682 static void l2t_seq_stop(struct seq_file *seq, void *v) in l2t_seq_stop() 711 static int l2t_seq_show(struct seq_file *seq, void *v) in l2t_seq_show() 749 struct seq_file *seq = file->private_data; in l2t_seq_open() local
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 1967 static int mboxlog_show(struct seq_file *seq, void *v) in mboxlog_show() 2013 static void *mboxlog_start(struct seq_file *seq, loff_t *pos) in mboxlog_start() 2024 static void mboxlog_stop(struct seq_file *seq, void *v) in mboxlog_stop() 2041 static int sge_qinfo_show(struct seq_file *seq, void *v) in sge_qinfo_show() 2144 static void *sge_queue_start(struct seq_file *seq, loff_t *pos) in sge_queue_start() 2151 static void sge_queue_stop(struct seq_file *seq, void *v) in sge_queue_stop() 2177 static int sge_qstats_show(struct seq_file *seq, void *v) in sge_qstats_show() 2280 static void sge_qstats_stop(struct seq_file *seq, void *v) in sge_qstats_stop() 2304 static int resources_show(struct seq_file *seq, void *v) in resources_show() 2333 static int interfaces_show(struct seq_file *seq, void *v) in interfaces_show() [all …]
|
/openbmc/linux/include/linux/ |
H A D | mroute_base.h | 352 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute() 397 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start() 412 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start() 426 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop() 443 static inline void *mr_vif_seq_next(struct seq_file *seq, in mr_vif_seq_next() 449 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start() 460 static inline void *mr_mfc_seq_next(struct seq_file *seq, void *v, in mr_mfc_seq_next() 466 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start() 472 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop()
|
/openbmc/linux/drivers/char/tpm/eventlog/ |
H A D | common.c | 29 struct seq_file *seq; in tpm_bios_measurements_open() local 60 struct seq_file *seq = file->private_data; in tpm_bios_measurements_release() local
|
/openbmc/linux/fs/ |
H A D | d_path.c | 160 unsigned seq, m_seq = 0; in prepend_path() local 241 unsigned seq; in get_fs_root_rcu() local 335 int seq = 0; in __dentry_path() local 385 unsigned seq; in get_fs_root_and_pwd_rcu() local
|
/openbmc/linux/net/atm/ |
H A D | resources.c | 404 void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos) in atm_dev_seq_start() 410 void atm_dev_seq_stop(struct seq_file *seq, void *v) in atm_dev_seq_stop() 415 void *atm_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in atm_dev_seq_next()
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_net_unittest.cpp | 164 InSequence seq; in TEST_F() local 198 InSequence seq; in TEST_F() local 232 InSequence seq; in TEST_F() local
|