Home
last modified time | relevance | path

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

12345678910>>...13

/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dseq_file.h14 struct seq_operations;
25 const struct seq_operations *op;
31 struct seq_operations { struct
108 int seq_open(struct file *, const struct seq_operations *);
145 void *__seq_open_private(struct file *, const struct seq_operations *, int);
146 int seq_open_private(struct file *, const struct seq_operations *, int);
H A Duser_namespace.h133 struct seq_operations;
134 extern const struct seq_operations proc_uid_seq_operations;
135 extern const struct seq_operations proc_gid_seq_operations;
136 extern const struct seq_operations proc_projid_seq_operations;
H A Dproc_fs.h14 struct seq_operations;
92 struct proc_dir_entry *parent, const struct seq_operations *ops,
119 struct proc_dir_entry *parent, const struct seq_operations *ops,
128 const struct seq_operations *ops,
/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/include/net/phonet/
H A Dpn_dev.h46 extern const struct seq_operations pn_sock_seq_ops;
47 extern const struct seq_operations pn_res_seq_ops;
/OK3568_Linux_fs/kernel/include/net/
H A 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;
H A Dnetrom.h220 extern const struct seq_operations nr_node_seqops;
221 extern const struct seq_operations nr_neigh_seqops;
/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_proc.c148 static const struct seq_operations x25_seq_route_ops = {
155 static const struct seq_operations x25_seq_socket_ops = {
162 static const struct seq_operations x25_seq_forward_ops = {
/OK3568_Linux_fs/kernel/fs/dlm/
H A Ddebug_fs.c414 static const struct seq_operations format1_seq_ops;
415 static const struct seq_operations format2_seq_ops;
416 static const struct seq_operations format3_seq_ops;
417 static const struct seq_operations format4_seq_ops;
575 static const struct seq_operations format1_seq_ops = {
582 static const struct seq_operations format2_seq_ops = {
589 static const struct seq_operations format3_seq_ops = {
596 static const struct seq_operations format4_seq_ops = {
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/net/core/
H A Dnet-procfs.c182 static const struct seq_operations dev_seq_ops = {
189 static const struct seq_operations softnet_seq_ops = {
309 static const struct seq_operations ptype_seq_ops = {
377 static const struct seq_operations dev_mc_seq_ops = {
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dproc.c122 const struct seq_operations rxrpc_call_seq_ops = {
205 const struct seq_operations rxrpc_connection_seq_ops = {
331 const struct seq_operations rxrpc_peer_seq_ops = {
400 const struct seq_operations rxrpc_local_seq_ops = {
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dprocessor.h102 struct seq_operations;
127 extern const struct seq_operations cpuinfo_op;
/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/net/sctp/
H A Dproc.c193 static const struct seq_operations sctp_eps_ops = {
295 static const struct seq_operations sctp_assoc_ops = {
370 static const struct seq_operations sctp_remaddr_ops = {
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcpudata.h10 extern const struct seq_operations cpuinfo_op;
/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_transport_debug.c80 static const struct seq_operations adf_ring_debug_sops = {
174 static const struct seq_operations adf_bank_debug_sops = {
/OK3568_Linux_fs/kernel/fs/proc/
H A Dcpuinfo.c12 extern const struct seq_operations cpuinfo_op;
/OK3568_Linux_fs/kernel/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 = {

12345678910>>...13