Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/drivers/char/tpm/eventlog/
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;
Dtpm1.c298 const struct seq_operations tpm1_ascii_b_measurements_seqops = {
305 const struct seq_operations tpm1_binary_b_measurements_seqops = {
/Linux-v4.19/include/linux/
Dseq_file.h14 struct seq_operations;
26 const struct seq_operations *op;
32 struct seq_operations { struct
109 int seq_open(struct file *, const struct seq_operations *);
144 void *__seq_open_private(struct file *, const struct seq_operations *, int);
145 int seq_open_private(struct file *, const struct seq_operations *, int);
Duser_namespace.h115 struct seq_operations;
116 extern const struct seq_operations proc_uid_seq_operations;
117 extern const struct seq_operations proc_gid_seq_operations;
118 extern const struct seq_operations proc_projid_seq_operations;
Dproc_fs.h13 struct seq_operations;
32 struct proc_dir_entry *parent, const struct seq_operations *ops,
59 struct proc_dir_entry *parent, const struct seq_operations *ops,
68 const struct seq_operations *ops,
/Linux-v4.19/drivers/isdn/capi/
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 = {
221 static const struct seq_operations seq_capi_driver_ops = {
/Linux-v4.19/include/net/phonet/
Dpn_dev.h59 extern const struct seq_operations pn_sock_seq_ops;
60 extern const struct seq_operations pn_res_seq_ops;
/Linux-v4.19/net/x25/
Dx25_proc.c153 static const struct seq_operations x25_seq_route_ops = {
160 static const struct seq_operations x25_seq_socket_ops = {
167 static const struct seq_operations x25_seq_forward_ops = {
/Linux-v4.19/include/net/
Drose.h203 extern const struct seq_operations rose_neigh_seqops;
204 extern const struct seq_operations rose_node_seqops;
205 extern struct seq_operations rose_route_seqops;
Dnetrom.h220 extern const struct seq_operations nr_node_seqops;
221 extern const struct seq_operations nr_neigh_seqops;
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
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()
/Linux-v4.19/net/core/
Dnet-procfs.c171 static const struct seq_operations dev_seq_ops = {
178 static const struct seq_operations softnet_seq_ops = {
268 static const struct seq_operations ptype_seq_ops = {
336 static const struct seq_operations dev_mc_seq_ops = {
/Linux-v4.19/arch/sh/include/asm/
Dprocessor.h106 struct seq_operations;
131 extern const struct seq_operations cpuinfo_op;
/Linux-v4.19/fs/dlm/
Ddebug_fs.c416 static const struct seq_operations format1_seq_ops;
417 static const struct seq_operations format2_seq_ops;
418 static const struct seq_operations format3_seq_ops;
419 static const struct seq_operations format4_seq_ops;
576 static const struct seq_operations format1_seq_ops = {
583 static const struct seq_operations format2_seq_ops = {
590 static const struct seq_operations format3_seq_ops = {
597 static const struct seq_operations format4_seq_ops = {
/Linux-v4.19/net/appletalk/
Datalk_proc.c192 static const struct seq_operations atalk_seq_interface_ops = {
199 static const struct seq_operations atalk_seq_route_ops = {
206 static const struct seq_operations atalk_seq_socket_ops = {
/Linux-v4.19/fs/afs/
Dproc.c66 static const struct seq_operations afs_proc_cells_ops = {
243 static const struct seq_operations afs_proc_cell_volumes_ops = {
313 static const struct seq_operations afs_proc_cell_vlservers_ops = {
366 static const struct seq_operations afs_proc_servers_ops = {
421 static const struct seq_operations afs_proc_sysname_ops = {
/Linux-v4.19/arch/sparc/include/asm/
Dcpudata.h10 extern const struct seq_operations cpuinfo_op;
/Linux-v4.19/net/atm/
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 = {
/Linux-v4.19/fs/proc/
Dcpuinfo.c12 extern const struct seq_operations cpuinfo_op;
Dinterrupts.c30 static const struct seq_operations int_seq_ops = {
Ddevices.c47 static const struct seq_operations devinfo_ops = {
/Linux-v4.19/net/sctp/
Dproc.c208 static const struct seq_operations sctp_eps_ops = {
300 static const struct seq_operations sctp_assoc_ops = {
377 static const struct seq_operations sctp_remaddr_ops = {
/Linux-v4.19/net/rxrpc/
Dproc.c126 const struct seq_operations rxrpc_call_seq_ops = {
209 const struct seq_operations rxrpc_connection_seq_ops = {
/Linux-v4.19/scripts/
Dconst_structs.checkpatch50 seq_operations
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c127 static const struct seq_operations ipoib_mcg_seq_ops = {
232 static const struct seq_operations ipoib_path_seq_ops = {

1234567891011