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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hppfs/
H A Dhppfs_kern.c28 struct file *proc_file; member in struct:hppfs_private
310 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1);
319 struct file *proc_file = data->proc_file; local
323 write = proc_file->f_path.dentry->d_inode->i_fop->write;
325 proc_file->f_pos = file->f_pos;
326 err = (*write)(proc_file, buf, len, &proc_file->f_pos);
327 file->f_pos = proc_file->f_pos;
365 struct file *proc_file,
364 hppfs_get_data(int fd, int filter, struct file *proc_file, struct file *hppfs_file, loff_t *size_out) argument
545 struct file *proc_file = data->proc_file; local
588 struct file *proc_file = data->proc_file; local
661 struct file *proc_file; local
679 struct file *proc_file; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_desmovs.c413 int proc_file(char *rqfile) function
815 if (proc_file(rfn))
826 if (proc_file(fn))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_desmovs.c413 int proc_file(char *rqfile) function
815 if (proc_file(rfn))
826 if (proc_file(fn))
H A Dfips_aesavs.c634 int proc_file(char *rqfile) function
987 if (proc_file(rfn))
998 if (proc_file(fn))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aesavs.c634 int proc_file(char *rqfile) function
987 if (proc_file(rfn))
998 if (proc_file(fn))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dusb_hotplug.c1213 char proc_file[128]; local
1218 sprintf(proc_file, "/proc/scsi/usb-storage-%d/%d", host_no, host_no);
1220 if (eval("/bin/grep", "-q", "Attached: Yes", proc_file) == 0)

Completed in 103 milliseconds