Searched refs:proc_file (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hppfs/
H A Dhppfs.c30 struct file *proc_file; member in struct:hppfs_private
293 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1);
302 struct file *proc_file = data->proc_file; local
305 write = proc_file->f_path.dentry->d_inode->i_fop->write;
306 return (*write)(proc_file, buf, len, ppos);
343 struct file *proc_file,
363 while ((n = read_proc(proc_file, data->contents,
454 data->proc_file = dentry_open(dget(proc_dentry), mntget(proc_mnt),
456 err = PTR_ERR(data->proc_file);
342 hppfs_get_data(int fd, int filter, struct file *proc_file, struct file *hppfs_file, loff_t *size_out) argument
529 struct file *proc_file = data->proc_file; local
572 struct file *proc_file = data->proc_file; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hppfs/
H A Dhppfs.c30 struct file *proc_file; member in struct:hppfs_private
293 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1);
302 struct file *proc_file = data->proc_file; local
305 write = proc_file->f_path.dentry->d_inode->i_fop->write;
306 return (*write)(proc_file, buf, len, ppos);
343 struct file *proc_file,
363 while ((n = read_proc(proc_file, data->contents,
454 data->proc_file = dentry_open(dget(proc_dentry), mntget(proc_mnt),
456 err = PTR_ERR(data->proc_file);
342 hppfs_get_data(int fd, int filter, struct file *proc_file, struct file *hppfs_file, loff_t *size_out) argument
529 struct file *proc_file = data->proc_file; local
572 struct file *proc_file = data->proc_file; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dnmeter.c29 typedef struct proc_file { struct
33 } proc_file; typedef in typeref:struct:proc_file
36 "stat", // Must match the order of proc_file's!
57 proc_file proc_stat; // Must match the order of proc_name's!
58 proc_file proc_loadavg;
59 proc_file proc_net_dev;
60 proc_file proc_meminfo;
61 proc_file proc_diskstats;
62 proc_file proc_sys_fs_filenr;
129 static void readfile_z(proc_file *p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dnmeter.c29 typedef struct proc_file { struct
33 } proc_file; typedef in typeref:struct:proc_file
36 "stat", // Must match the order of proc_file's!
57 proc_file proc_stat; // Must match the order of proc_name's!
58 proc_file proc_loadavg;
59 proc_file proc_net_dev;
60 proc_file proc_meminfo;
61 proc_file proc_diskstats;
62 proc_file proc_sys_fs_filenr;
129 static void readfile_z(proc_file *p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dnmeter.c29 typedef struct proc_file { struct
33 } proc_file; typedef in typeref:struct:proc_file
36 "stat", // Must match the order of proc_file's!
57 proc_file proc_stat; // Must match the order of proc_name's!
58 proc_file proc_loadavg;
59 proc_file proc_net_dev;
60 proc_file proc_meminfo;
61 proc_file proc_diskstats;
62 proc_file proc_sys_fs_filenr;
129 static void readfile_z(proc_file *p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dusb.c944 char proc_file[128]; local
950 sprintf(proc_file, "%s/%s-%d/%d", PROC_SCSI_ROOT, USB_STORAGE, host_no, host_no);
951 fp = fopen(proc_file, "r");
955 sprintf(proc_file, "%s/%s/%d", PROC_SCSI_ROOT, USB_STORAGE, host_no);
956 fp = fopen(proc_file, "r");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dusb.c944 char proc_file[128]; local
950 sprintf(proc_file, "%s/%s-%d/%d", PROC_SCSI_ROOT, USB_STORAGE, host_no, host_no);
951 fp = fopen(proc_file, "r");
955 sprintf(proc_file, "%s/%s/%d", PROC_SCSI_ROOT, USB_STORAGE, host_no);
956 fp = fopen(proc_file, "r");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dusb.c944 char proc_file[128]; local
950 sprintf(proc_file, "%s/%s-%d/%d", PROC_SCSI_ROOT, USB_STORAGE, host_no, host_no);
951 fp = fopen(proc_file, "r");
955 sprintf(proc_file, "%s/%s/%d", PROC_SCSI_ROOT, USB_STORAGE, host_no);
956 fp = fopen(proc_file, "r");

Completed in 104 milliseconds