/linux-3.4.99/drivers/staging/iio/Documentation/ |
D | iio_utils.h | 145 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/ |
D | mdp.c | 65 fout = fopen(polout, "w"); in main() 137 fout = fopen(ctxout, "w"); in main()
|
/linux-3.4.99/tools/perf/util/ |
D | util.c | 52 FILE *from_fp = fopen(from, "r"), *to_fp; in slow_copyfile() 57 to_fp = fopen(to, "w"); in slow_copyfile()
|
D | pmu.c | 43 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()
|
D | sysfs.c | 45 fp = fopen("/proc/mounts", "r"); in sysfs_find_mountpoint()
|
D | debugfs.c | 41 fp = fopen("/proc/mounts", "r"); in debugfs_find_mountpoint()
|
D | svghelper.c | 78 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()
|
D | cgroup.c | 18 fp = fopen("/proc/mounts", "r"); in cgroupfs_find_mountpoint()
|
/linux-3.4.99/scripts/selinux/genheaders/ |
D | genheaders.c | 54 fout = fopen(argv[1], "w"); in main() 114 fout = fopen(argv[2], "w"); in main()
|
/linux-3.4.99/tools/power/cpupower/bench/ |
D | parse.c | 103 output = fopen(filename, "w+"); in prepare_output() 162 FILE *configfile = fopen(path, "r"); in prepare_config()
|
/linux-3.4.99/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 171 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()
|
D | aicasm_scan.l | 472 newfile = fopen(file_name, "r"); 488 if ((newfile = fopen(fullname, "r")) != NULL)
|
/linux-3.4.99/scripts/dtc/ |
D | dtc.c | 195 depfile = fopen(depname, "w"); in main() 228 outf = fopen(outname, "w"); in main()
|
D | fstree.c | 55 pfile = fopen(tmpnam, "r"); in read_fstree()
|
/linux-3.4.99/include/linux/lockd/ |
D | bind.h | 26 __be32 (*fopen)(struct svc_rqst *, member
|
/linux-3.4.99/arch/x86/boot/compressed/ |
D | mkpiggy.c | 48 f = fopen(argv[1], "r"); in main()
|
/linux-3.4.99/fs/nfsd/ |
D | lockd.c | 62 .fopen = nlm_fopen, /* open file for locking */
|
/linux-3.4.99/scripts/kconfig/ |
D | confdata.c | 606 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()
|
D | util.c | 44 out = fopen("..config.tmp", "w"); in file_write_dep()
|
/linux-3.4.99/tools/hv/ |
D | hv_kvp_daemon.c | 136 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/ |
D | gen-devlist.c | 38 devf = fopen("devlist.h", "w"); in main()
|
/linux-3.4.99/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 61 fp = fopen("/proc/cpuinfo", "r"); in get_cpu_info()
|
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/ |
D | dblldefs.h | 175 void *(*fopen) (const char *, const char *); member
|
/linux-3.4.99/scripts/ |
D | pnmtologo.c | 127 fp = fopen(filename, "r"); in read_image() 225 out = fopen(outputname, "w"); in write_header()
|
/linux-3.4.99/arch/x86/boot/tools/ |
D | build.c | 154 file = fopen(argv[1], "r"); in main()
|