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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dnmeter.c27 typedef struct proc_file { struct
31 } proc_file; typedef in typeref:struct:proc_file
34 "stat", // Must match the order of proc_file's!
55 proc_file proc_stat; // Must match the order of proc_name's!
56 proc_file proc_loadavg;
57 proc_file proc_net_dev;
58 proc_file proc_meminfo;
59 proc_file proc_diskstats;
60 proc_file proc_sys_fs_filenr;
142 static const char* get_file(proc_file *p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dusb_hotplug.c1098 char proc_file[128]; local
1103 sprintf(proc_file, "/proc/scsi/usb-storage-%d/%d", host_no, host_no);
1105 if (eval("/bin/grep", "-q", "Attached: Yes", proc_file) == 0)

Completed in 71 milliseconds