Home
last modified time | relevance | path

Searched refs:seq_operations (Results 1 – 25 of 268) sorted by relevance

1234567891011

/openbmc/linux/drivers/char/tpm/eventlog/
H A Dcommon.h6 extern const struct seq_operations tpm1_ascii_b_measurements_seqops;
7 extern const struct seq_operations tpm1_binary_b_measurements_seqops;
8 extern const struct seq_operations tpm2_binary_b_measurements_seqops;
H A Dtpm1.c284 const struct seq_operations tpm1_ascii_b_measurements_seqops = {
291 const struct seq_operations tpm1_binary_b_measurements_seqops = {
/openbmc/linux/drivers/isdn/capi/
H A Dkcapi_proc.c97 static const struct seq_operations seq_controller_ops = {
104 static const struct seq_operations seq_contrstats_ops = {
179 static const struct seq_operations seq_applications_ops = {
186 static const struct seq_operations seq_applstats_ops = {
/openbmc/linux/include/linux/
H A Dseq_file.h15 struct seq_operations;
26 const struct seq_operations *op;
32 struct seq_operations { struct
109 int seq_open(struct file *, const struct seq_operations *);
169 void *__seq_open_private(struct file *, const struct seq_operations *, int);
170 int seq_open_private(struct file *, const struct seq_operations *, int);
H A Duser_namespace.h168 struct seq_operations;
169 extern const struct seq_operations proc_uid_seq_operations;
170 extern const struct seq_operations proc_gid_seq_operations;
171 extern const struct seq_operations proc_projid_seq_operations;
H A Dproc_fs.h14 struct seq_operations;
93 struct proc_dir_entry *parent, const struct seq_operations *ops,
129 struct proc_dir_entry *parent, const struct seq_operations *ops,
138 const struct seq_operations *ops,
/openbmc/linux/include/net/phonet/
H A Dpn_dev.h51 extern const struct seq_operations pn_sock_seq_ops;
52 extern const struct seq_operations pn_res_seq_ops;
/openbmc/linux/net/x25/
H A Dx25_proc.c147 static const struct seq_operations x25_seq_route_ops = {
154 static const struct seq_operations x25_seq_socket_ops = {
161 static const struct seq_operations x25_seq_forward_ops = {
/openbmc/linux/include/net/
H A Drose.h205 extern const struct seq_operations rose_neigh_seqops;
206 extern const struct seq_operations rose_node_seqops;
207 extern struct seq_operations rose_route_seqops;
H A Dnetrom.h221 extern const struct seq_operations nr_node_seqops;
222 extern const struct seq_operations nr_neigh_seqops;
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c99 static const struct seq_operations fm10k_dbg_tx_desc_seq_ops = {
106 static const struct seq_operations fm10k_dbg_rx_desc_seq_ops = {
117 const struct seq_operations *desc_seq_ops; in fm10k_dbg_desc_open()
/openbmc/linux/net/appletalk/
H A Datalk_proc.c189 static const struct seq_operations atalk_seq_interface_ops = {
196 static const struct seq_operations atalk_seq_route_ops = {
203 static const struct seq_operations atalk_seq_socket_ops = {
/openbmc/linux/fs/fscache/
H A Dinternal.h24 extern const struct seq_operations fscache_caches_seq_ops;
60 extern const struct seq_operations fscache_cookies_seq_ops;
143 extern const struct seq_operations fscache_volumes_seq_ops;
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor.h101 struct seq_operations;
126 extern const struct seq_operations cpuinfo_op;
/openbmc/linux/fs/dlm/
H A Ddebug_fs.c470 static const struct seq_operations format1_seq_ops;
471 static const struct seq_operations format2_seq_ops;
472 static const struct seq_operations format3_seq_ops;
473 static const struct seq_operations format4_seq_ops;
474 static const struct seq_operations format5_seq_ops;
634 static const struct seq_operations format1_seq_ops = {
641 static const struct seq_operations format2_seq_ops = {
648 static const struct seq_operations format3_seq_ops = {
655 static const struct seq_operations format4_seq_ops = {
662 static const struct seq_operations format5_seq_ops = {
/openbmc/linux/net/core/
H A Dnet-procfs.c189 static const struct seq_operations dev_seq_ops = {
196 static const struct seq_operations softnet_seq_ops = {
316 static const struct seq_operations ptype_seq_ops = {
384 static const struct seq_operations dev_mc_seq_ops = {
/openbmc/linux/arch/sparc/include/asm/
H A Dcpudata.h10 extern const struct seq_operations cpuinfo_op;
/openbmc/linux/net/atm/
H A Dproc.c240 static const struct seq_operations atm_dev_seq_ops = {
263 static const struct seq_operations pvc_seq_ops = {
285 static const struct seq_operations vcc_seq_ops = {
308 static const struct seq_operations svc_seq_ops = {
/openbmc/linux/fs/proc/
H A Dcpuinfo.c8 extern const struct seq_operations cpuinfo_op;
H A Dinterrupts.c30 static const struct seq_operations int_seq_ops = {
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c127 static const struct seq_operations ipoib_mcg_sops = {
211 static const struct seq_operations ipoib_path_sops = {
/openbmc/linux/net/rxrpc/
H A Dproc.c107 const struct seq_operations rxrpc_call_seq_ops = {
194 const struct seq_operations rxrpc_connection_seq_ops = {
320 const struct seq_operations rxrpc_peer_seq_ops = {
390 const struct seq_operations rxrpc_local_seq_ops = {
/openbmc/linux/fs/afs/
H A Dproc.c77 static const struct seq_operations afs_proc_cells_ops = {
250 static const struct seq_operations afs_proc_cell_volumes_ops = {
366 static const struct seq_operations afs_proc_cell_vlservers_ops = {
425 static const struct seq_operations afs_proc_servers_ops = {
480 static const struct seq_operations afs_proc_sysname_ops = {
/openbmc/linux/net/sctp/
H A Dproc.c191 static const struct seq_operations sctp_eps_ops = {
293 static const struct seq_operations sctp_assoc_ops = {
368 static const struct seq_operations sctp_remaddr_ops = {
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_procfs.c39 static const struct seq_operations __maybe_unused fb_proc_seq_ops = {

1234567891011