Home
last modified time | relevance | path

Searched refs:seq_operations (Results 26 – 50 of 268) sorted by relevance

1234567891011

/openbmc/linux/fs/proc/
H A Ddevices.c49 static const struct seq_operations devinfo_ops = {
H A Dnommu.c103 static const struct seq_operations proc_nommu_region_list_seqop = {
H A Dconsoles.c101 static const struct seq_operations consoles_op = {
H A Dtask_nommu.c245 static const struct seq_operations proc_pid_maps_ops = {
253 const struct seq_operations *ops) in maps_open()
/openbmc/linux/arch/microblaze/include/asm/
H A Dprocessor.h19 extern const struct seq_operations cpuinfo_op;
/openbmc/linux/arch/csky/kernel/
H A Dcpu-probe.c74 const struct seq_operations cpuinfo_op = {
/openbmc/linux/net/llc/
H A Dllc_proc.c203 static const struct seq_operations llc_seq_socket_ops = {
210 static const struct seq_operations llc_seq_core_ops = {
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport_debug.c81 static const struct seq_operations adf_ring_debug_sops = {
182 static const struct seq_operations adf_bank_debug_sops = {
/openbmc/linux/security/integrity/ima/
H A Dima_fs.c189 static const struct seq_operations ima_measurments_seqops = {
255 static const struct seq_operations ima_ascii_measurements_seqops = {
374 static const struct seq_operations ima_policy_seqops = {
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch71 seq_operations
/openbmc/linux/arch/hexagon/kernel/
H A Dsetup.c132 const struct seq_operations cpuinfo_op = {
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h12 static const struct seq_operations _##name##_seq_ops = { \
/openbmc/linux/block/
H A Dblk-mq-debugfs.h17 const struct seq_operations *seq_ops;
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_procfs.c60 static const struct seq_operations nf_flow_table_cpu_seq_ops = {
H A Dxt_hashlimit.c67 static const struct seq_operations dl_seq_ops_v2;
68 static const struct seq_operations dl_seq_ops_v1;
69 static const struct seq_operations dl_seq_ops;
282 const struct seq_operations *ops; in htable_create()
1212 static const struct seq_operations dl_seq_ops_v1 = {
1219 static const struct seq_operations dl_seq_ops_v2 = {
1226 static const struct seq_operations dl_seq_ops = {
/openbmc/linux/net/sctp/
H A Dobjcnt.c89 static const struct seq_operations sctp_objcnt_seq_ops = {
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c117 static const struct seq_operations prism2_wds_proc_seqops = {
172 static const struct seq_operations prism2_bss_list_proc_seqops = {
350 static const struct seq_operations prism2_scan_results_proc_seqops = {
/openbmc/linux/crypto/
H A Dproc.c91 static const struct seq_operations crypto_seq_ops = {
/openbmc/linux/kernel/bpf/
H A Dprog_iter.c74 static const struct seq_operations bpf_prog_seq_ops = {
H A Dlink_iter.c74 static const struct seq_operations bpf_link_seq_ops = {
/openbmc/linux/drivers/s390/char/
H A Dtape_proc.c101 static const struct seq_operations tape_proc_seq = {
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_debugfs.c13 static const struct seq_operations mlx5_esw_bridge_debugfs_sops = {
/openbmc/linux/kernel/trace/rv/
H A Drv_reactors.c114 static const struct seq_operations available_reactors_seq_ops = {
154 static const struct seq_operations monitor_reactors_seq_ops = {
/openbmc/linux/fs/
H A Dseq_file.c57 int seq_open(struct file *file, const struct seq_operations *op) in seq_open()
575 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL_ACCOUNT); in single_open()
613 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op; in single_release()
630 void *__seq_open_private(struct file *f, const struct seq_operations *ops, in __seq_open_private()
656 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private()
/openbmc/linux/net/wireless/
H A Dwext-proc.c122 static const struct seq_operations wireless_seq_ops = {

1234567891011