Home
last modified time | relevance | path

Searched refs:seq_operations (Results 126 – 150 of 268) sorted by relevance

1234567891011

/openbmc/linux/net/l2tp/
H A Dl2tp_debugfs.c260 static const struct seq_operations l2tp_dfs_seq_ops = {
/openbmc/linux/drivers/net/hamradio/
H A Dbpqether.c438 static const struct seq_operations bpq_seqops = {
/openbmc/linux/drivers/net/bonding/
H A Dbond_procfs.c276 static const struct seq_operations bond_info_seq_ops = {
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_mm.c470 const struct seq_operations cpuinfo_op = {
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c726 const struct seq_operations cpuinfo_op =
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h182 extern const struct seq_operations cpuinfo_op;
/openbmc/linux/net/netrom/
H A Dnr_route.c889 const struct seq_operations nr_node_seqops = {
945 const struct seq_operations nr_neigh_seqops = {
/openbmc/linux/Documentation/filesystems/
H A Dseq_file.rst196 seq_file iterator is finished by creating a seq_operations structure with
199 static const struct seq_operations ct_seq_ops = {
289 Here, the call to seq_open() takes the seq_operations structure we created
/openbmc/linux/net/ax25/
H A Dax25_route.c331 const struct seq_operations ax25_rt_seqops = {
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c438 static const struct seq_operations severities_seq_ops = {
/openbmc/linux/drivers/scsi/
H A Dscsi_proc.c515 static const struct seq_operations scsi_seq_ops = {
/openbmc/linux/drivers/pci/
H A Dproc.c406 static const struct seq_operations proc_bus_pci_devices_op = {
/openbmc/linux/arch/arm64/kernel/
H A Dcpuinfo.c259 const struct seq_operations cpuinfo_op = {
/openbmc/linux/fs/openpromfs/
H A Dinode.c138 static const struct seq_operations property_op = {
/openbmc/linux/fs/gfs2/
H A Dglock.c2636 static const struct seq_operations gfs2_glock_seq_ops = {
2643 static const struct seq_operations gfs2_glstats_seq_ops = {
2650 static const struct seq_operations gfs2_sbstats_sops = {
2660 const struct seq_operations *ops) in __gfs2_glocks_open()
2857 static const struct seq_operations gfs2_glockfd_seq_ops = {
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c360 static const struct seq_operations iwl_dbgfs_info_seq_ops = {
/openbmc/linux/fs/nfsd/
H A Dnfsd.h73 extern const struct seq_operations nfs_exports_op;
/openbmc/linux/fs/fscache/
H A Dvolume.c514 const struct seq_operations fscache_volumes_seq_ops = {
/openbmc/linux/kernel/sched/
H A Ddebug.c322 static const struct seq_operations sched_debug_sops;
947 static const struct seq_operations sched_debug_sops = {
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_standalone.c380 static const struct seq_operations ct_seq_ops = {
461 static const struct seq_operations ct_cpu_seq_ops = {
H A Dx_tables.c1557 static const struct seq_operations xt_table_seq_ops = {
1676 static const struct seq_operations xt_match_seq_ops = {
1710 static const struct seq_operations xt_target_seq_ops = {
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_app.c591 static const struct seq_operations ip_vs_app_seq_ops = {
/openbmc/linux/include/net/
H A Dip6_fib.h515 extern const struct seq_operations ipv6_route_seq_ops;
/openbmc/linux/drivers/tty/
H A Dtty_ldisc.c215 const struct seq_operations tty_ldiscs_seq_ops = {
/openbmc/linux/block/
H A Dmq-deadline.c1066 static const struct seq_operations deadline_##name##_fifo_seq_ops = { \
1200 static const struct seq_operations deadline_dispatch##prio##_seq_ops = { \

1234567891011