Searched refs:proc_read (Results 1 - 25 of 27) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dproc_fs_i.h6 int (*proc_read)(struct task_struct *task, char *page); member in union:proc_inode_info::__anon11361
H A Datmdev.h393 int (*proc_read)(struct atm_dev *dev,loff_t *pos,char *page); member in struct:atmdev_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dproc_fs_i.h6 int (*proc_read)(struct task_struct *task, char *page); member in union:proc_inode_info::__anon6947
H A Datmdev.h393 int (*proc_read)(struct atm_dev *dev,loff_t *pos,char *page); member in struct:atmdev_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dresources.c103 if (ops->proc_read)
121 if (dev->ops->proc_read) atm_proc_dev_deregister(dev);
H A Dproc.c499 if (!dev->ops->proc_read)
502 length = dev->ops->proc_read(dev,pos,(char *) page);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Dbase.c307 length = inode->u.proc_i.op.proc_read(task, (char*)page);
897 inode->u.proc_i.op.proc_read = proc_pid_environ;
901 inode->u.proc_i.op.proc_read = proc_pid_status;
905 inode->u.proc_i.op.proc_read = proc_pid_stat;
909 inode->u.proc_i.op.proc_read = proc_pid_cmdline;
913 inode->u.proc_i.op.proc_read = proc_pid_statm;
921 inode->u.proc_i.op.proc_read = proc_pid_cpu;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskproc.c78 int proc_read(char *buffer,
101 * proc_read - print "summaries" entry
111 int proc_read(char *buffer, function
H A Dskge.c368 extern int proc_read(char *buffer, char **buffer_location,
504 pProcFile->read_proc = proc_read;
585 pProcFile->read_proc = proc_read;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dpalinfo.c50 palinfo_func_t proc_read; /* function to call for reading */ member in struct:__anon364
866 ptr.func = palinfo_entries[f->func_id].proc_read;
902 len = (*palinfo_entries[f->func_id].proc_read)(page);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Datmtcp.c301 proc_read: atmtcp_v_proc,
H A Dfore200e.h816 int (*proc_read)(struct fore200e*, char*); member in struct:fore200e_bus
H A Dfore200e.c2537 if (fore200e->bus->proc_read)
2538 len += fore200e->bus->proc_read(fore200e, page + len);
2823 proc_read: fore200e_proc_read,
H A Dhorizon.c2452 proc_read: hrz_proc_read,
H A Dambassador.c1702 proc_read: amb_proc_read,
H A Deni.c2199 proc_read: eni_proc_read
H A Dlanai.c2841 proc_read: lanai_proc_read
H A Didt77252.c152 proc_read: idt77252_proc_read
H A Diphase.c3037 proc_read: ia_proc_read,
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c1162 static int proc_read; local
1168 if (proc_read)
1171 proc_read = 1;
1197 proc_read = 0;
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c1197 static int proc_read; local
1203 if (proc_read)
1206 proc_read = 1;
1232 proc_read = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmegaraid.h770 struct proc_dir_entry *proc_read, *proc_stat, *proc_status, *proc_mbox; member in struct:_mega_host_config
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dpktgen.c769 static int proc_read(char *buf , char **start, off_t offset, function
1336 pginfos[i].proc_ent->read_proc = proc_read;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dairo.c2809 static ssize_t proc_read( struct file *file,
2830 read: proc_read,
2836 read: proc_read,
2842 read: proc_read,
2848 read: proc_read,
2855 read: proc_read,
2862 read: proc_read,
2869 read: proc_read,
2876 read: proc_read,
3010 static ssize_t proc_read( struc function
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dspeedtch.c277 proc_read: udsl_atm_proc_read,

Completed in 248 milliseconds

12