/xen-4.10.0-shim-comet/tools/flask/utils/ |
A D | label-pci.c | 63 f = fopen(buf, "r"); in main() 104 f = fopen(buf, "r"); in main()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | newlib-chk.patch | 29 fopen.c \ 48 lib_a-flags.$(OBJEXT) lib_a-fopen.$(OBJEXT) \ 67 - fiprintf.lo flags.lo fopen.lo fprintf.lo fputc.lo fputs.lo \ 69 + fiprintf.lo flags.lo fopen.lo fprintf.lo fprintf_chk.lo fputc.lo \ 84 fopen.c \
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_control.c | 92 fp = fopen(tracefile, "a"); in do_control_memreport() 106 fp = fopen(vec[0], "a"); in do_control_memreport()
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-major.c | 40 devices = fopen("/proc/devices", "r"); in tap_ctl_blk_major()
|
A D | tap-ctl-check.c | 45 f = fopen("/proc/misc", "r"); in tap_ctl_check_blktap()
|
A D | tap-ctl-allocate.c | 135 f = fopen("/proc/misc", "r"); in tap_ctl_check_environment()
|
/xen-4.10.0-shim-comet/tools/fuzz/libelf/ |
A D | afl-libelf-fuzzer.c | 24 fp = fopen(argv[1], "rb"); in main()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-detect.c | 128 f = fopen(filename, "r"); in check_dir() 144 f = fopen(filename, "r"); in read_file_content()
|
A D | xencov.c | 71 f = fopen(fn, "w"); in gcov_read()
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | afl-harness.c | 75 fp = fopen(argv[optind + count], "rb"); in main()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | biossums.c | 61 if ((stream = fopen(argv[1], "rb")) == NULL) { in main() 158 if ((stream = fopen( argv[1], "wb")) == NULL) { in main()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 30savedefault.diff | 79 + if(!(fp = fopen(default_file,"r"))) 105 + if(!(fp = fopen(default_file,"w")))
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | confdata.c | 671 out = fopen(filename, "w"); in conf_write_defconfig() 774 out = fopen(tmpname, "w"); in conf_write() 777 out = fopen(newname, "w"); in conf_write() 964 out = fopen(".tmpconfig", "w"); in conf_write_autoconf() 968 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf() 974 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf()
|
A D | util.c | 44 out = fopen("..config.tmp", "w"); in file_write_dep()
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | fsif.h | 147 struct fsif_open_request fopen; member
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_pci.c | 489 FILE *f = fopen(pci_device_vendor_path, "r"); in sysfs_dev_get_vendor() 516 FILE *f = fopen(pci_device_device_path, "r"); in sysfs_dev_get_device() 542 FILE *f = fopen(pci_device_class_path, "r"); in sysfs_dev_get_class() 614 f = fopen(SYSFS_PCIBACK_DRIVER"/slots", "r"); in pciback_dev_has_slot() 1019 f = fopen(sysfs_path, "r"); in do_pci_add() 1059 f = fopen(sysfs_path, "r"); in do_pci_add() 1403 FILE *f = fopen(sysfs_path, "r"); in do_pci_remove() 1439 f = fopen(sysfs_path, "r"); in do_pci_remove()
|
A D | libxl_bootloader.c | 152 f = fopen(bl->outputpath, "r"); in parse_bootloader_result() 360 bl->display.log = fopen(bl->logfile, "a"); in libxl__bootloader_run()
|
A D | libxl_utils.c | 338 f = fopen(filename, "r"); in libxl_read_file_contents() 412 f = fopen(filename, "r"); in libxl__read_sysfs_file_contents()
|
A D | libxlu_cfg.c | 90 f= fopen(real_filename, "r"); in xlu_cfg_readfile()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | profile.h | 72 prof->log = fopen(log_name, "w"); in tp_open()
|
A D | lock.c | 781 fptr = fopen(fn, "r"); in test_file()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_linux.c | 248 nodename_file = fopen(nodename_path, "r"); in get_iface_domid_network() 280 priv->procnetdev = fopen("/proc/net/dev", "r"); in xenstat_collect_networks()
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | biossums.c | 84 if(( stream = fopen( argv[1], "rb" )) == NULL ) { in main() 201 if(( stream = fopen( argv[1], "wb" )) == NULL ) { in main()
|
/xen-4.10.0-shim-comet/tools/xenbackendd/ |
A D | xenbackendd.c | 204 pidfile_f = fopen(pidfile, "w"); in main()
|
/xen-4.10.0-shim-comet/tools/xenpmd/ |
A D | xenpmd.c | 118 file = fopen(file_name, "r"); in get_next_battery_file()
|