Home
last modified time | relevance | path

Searched refs:fopen (Results 1 – 25 of 67) sorted by relevance

123

/linux-3.4.99/drivers/staging/iio/Documentation/
Diio_utils.h145 sysfsfp = fopen(filename, "r"); in iioutils_get_type()
230 sysfsfp = fopen(filename, "r"); in iioutils_get_param_float()
310 sysfsfp = fopen(filename, "r"); in build_channel_array()
341 sysfsfp = fopen(filename, "r"); in build_channel_array()
382 sysfsfp = fopen(filename, "r"); in build_channel_array()
476 nameFile = fopen(filename, "r"); in find_type_by_name()
499 sysfsfp = fopen(temp, "w"); in _write_sysfs_int()
508 sysfsfp = fopen(temp, "r"); in _write_sysfs_int()
548 sysfsfp = fopen(temp, "w"); in _write_sysfs_string()
557 sysfsfp = fopen(temp, "r"); in _write_sysfs_string()
[all …]
/linux-3.4.99/scripts/selinux/mdp/
Dmdp.c65 fout = fopen(polout, "w"); in main()
137 fout = fopen(ctxout, "w"); in main()
/linux-3.4.99/tools/perf/util/
Dutil.c52 FILE *from_fp = fopen(from, "r"), *to_fp; in slow_copyfile()
57 to_fp = fopen(to, "w"); in slow_copyfile()
Dpmu.c43 file = fopen(path, "r"); in pmu_format_parse()
106 file = fopen(path, "r"); in pmu_type()
394 file = fopen(name, "w"); in test_format_dir_get()
Dsysfs.c45 fp = fopen("/proc/mounts", "r"); in sysfs_find_mountpoint()
Ddebugfs.c41 fp = fopen("/proc/mounts", "r"); in debugfs_find_mountpoint()
Dsvghelper.c78 svgfile = fopen(filename, "w"); in open_svg()
211 file = fopen("/proc/cpuinfo", "r"); in cpu_model()
223 file = fopen("/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", "r"); in cpu_model()
Dcgroup.c18 fp = fopen("/proc/mounts", "r"); in cgroupfs_find_mountpoint()
/linux-3.4.99/scripts/selinux/genheaders/
Dgenheaders.c54 fout = fopen(argv[1], "w"); in main()
114 fout = fopen(argv[2], "w"); in main()
/linux-3.4.99/tools/power/cpupower/bench/
Dparse.c103 output = fopen(filename, "w+"); in prepare_output()
162 FILE *configfile = fopen(path, "r"); in prepare_config()
/linux-3.4.99/drivers/scsi/aic7xxx/aicasm/
Daicasm.c171 if ((listfile = fopen(optarg, "w")) == NULL) { in main()
187 if ((ofile = fopen(optarg, "w")) == NULL) { in main()
195 if ((regdiagfile = fopen(optarg, "w")) == NULL) { in main()
202 if ((regfile = fopen(optarg, "w")) == NULL) { in main()
538 if ((ifile = fopen(ifilename, "r")) == NULL) { in output_listing()
Daicasm_scan.l472 newfile = fopen(file_name, "r");
488 if ((newfile = fopen(fullname, "r")) != NULL)
/linux-3.4.99/scripts/dtc/
Ddtc.c195 depfile = fopen(depname, "w"); in main()
228 outf = fopen(outname, "w"); in main()
Dfstree.c55 pfile = fopen(tmpnam, "r"); in read_fstree()
/linux-3.4.99/include/linux/lockd/
Dbind.h26 __be32 (*fopen)(struct svc_rqst *, member
/linux-3.4.99/arch/x86/boot/compressed/
Dmkpiggy.c48 f = fopen(argv[1], "r"); in main()
/linux-3.4.99/fs/nfsd/
Dlockd.c62 .fopen = nlm_fopen, /* open file for locking */
/linux-3.4.99/scripts/kconfig/
Dconfdata.c606 out = fopen(filename, "w"); in conf_write_defconfig()
709 out = fopen(tmpname, "w"); in conf_write()
712 out = fopen(newname, "w"); in conf_write()
899 out = fopen(".tmpconfig", "w"); in conf_write_autoconf()
903 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf()
909 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf()
Dutil.c44 out = fopen("..config.tmp", "w"); in file_write_dep()
/linux-3.4.99/tools/hv/
Dhv_kvp_daemon.c136 filep = fopen(kvp_file_info[pool].fname, "w"); in kvp_update_file()
167 filep = fopen(kvp_file_info[pool].fname, "r"); in kvp_update_mem_state()
237 filep = fopen(fname, "r"); in kvp_file_init()
457 file = fopen("/etc/SuSE-release", "r"); in kvp_get_os_info()
460 file = fopen("/etc/redhat-release", "r"); in kvp_get_os_info()
/linux-3.4.99/drivers/zorro/
Dgen-devlist.c38 devf = fopen("devlist.h", "w"); in main()
/linux-3.4.99/tools/power/cpupower/utils/helpers/
Dcpuid.c61 fp = fopen("/proc/cpuinfo", "r"); in get_cpu_info()
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddblldefs.h175 void *(*fopen) (const char *, const char *); member
/linux-3.4.99/scripts/
Dpnmtologo.c127 fp = fopen(filename, "r"); in read_image()
225 out = fopen(outputname, "w"); in write_header()
/linux-3.4.99/arch/x86/boot/tools/
Dbuild.c154 file = fopen(argv[1], "r"); in main()

123