Home
last modified time | relevance | path

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

12

/xen/tools/flask/utils/
A Dlabel-pci.c63 f = fopen(buf, "r"); in main()
104 f = fopen(buf, "r"); in main()
/xen/stubdom/
A Dnewlib-chk.patch29 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 \
A Dconfigure2945 FILE *f = fopen ("conftest.out", "w");
/xen/tools/xenstore/
A Dxenstored_control.c105 fp = fopen(tracefile, "a"); in do_control_memreport()
119 fp = fopen(vec[0], "a"); in do_control_memreport()
/xen/tools/fuzz/libelf/
A Dafl-libelf-fuzzer.c24 fp = fopen(argv[1], "rb"); in main()
/xen/tools/misc/
A Dxen-detect.c128 f = fopen(filename, "r"); in check_dir()
144 f = fopen(filename, "r"); in read_file_content()
A Dxencov.c71 f = fopen(fn, "w"); in cov_read()
/xen/xen/tools/kconfig/
A Dconfdata.c776 out = fopen(filename, "w"); in conf_write_defconfig()
873 out = fopen(name, "w"); in conf_write()
877 out = fopen(tmpname, "w"); in conf_write()
964 out = fopen("..config.tmp", "w"); in conf_write_dep()
1076 out = fopen(".tmpconfig", "w"); in conf_write_autoconf()
1080 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf()
1086 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf()
/xen/tools/firmware/vgabios/
A Dbiossums.c61 if ((stream = fopen(argv[1], "rb")) == NULL) { in main()
158 if ((stream = fopen( argv[1], "wb")) == NULL) { in main()
/xen/stubdom/grub.patches/
A D30savedefault.diff79 + if(!(fp = fopen(default_file,"r")))
105 + if(!(fp = fopen(default_file,"w")))
/xen/tools/fuzz/x86_instruction_emulator/
A Dafl-harness.c75 fp = fopen(argv[optind + count], "rb"); in main()
/xen/xen/include/public/io/
A Dfsif.h147 struct fsif_open_request fopen; member
/xen/tools/fuzz/cpu-policy/
A Dafl-policy-fuzzer.c154 fp = fopen(argv[optind], "rb"); in main()
/xen/tools/xenstat/libxenstat/src/
A Dxenstat_linux.c255 nodename_file = fopen(nodename_path, "r"); in get_iface_domid_network()
287 priv->procnetdev = fopen("/proc/net/dev", "r"); in xenstat_collect_networks()
/xen/tools/firmware/rombios/
A Dbiossums.c84 if(( stream = fopen( argv[1], "rb" )) == NULL ) { in main()
201 if(( stream = fopen( argv[1], "wb" )) == NULL ) { in main()
/xen/tools/xenbackendd/
A Dxenbackendd.c204 pidfile_f = fopen(pidfile, "w"); in main()
/xen/tools/libxl/
A Dlibxl_pci.c506 FILE *f = fopen(pci_device_vendor_path, "r"); in sysfs_dev_get_vendor()
533 FILE *f = fopen(pci_device_device_path, "r"); in sysfs_dev_get_device()
559 FILE *f = fopen(pci_device_class_path, "r"); in sysfs_dev_get_class()
631 f = fopen(SYSFS_PCIBACK_DRIVER"/slots", "r"); in pciback_dev_has_slot()
1347 f = fopen(sysfs_path, "r"); in pci_add_dm_done()
1388 f = fopen(sysfs_path, "r"); in pci_add_dm_done()
1922 FILE *f = fopen(sysfs_path, "r"); in do_pci_remove()
1958 f = fopen(sysfs_path, "r"); in do_pci_remove()
A Dlibxl_bootloader.c152 f = fopen(bl->outputpath, "r"); in parse_bootloader_result()
360 bl->display.log = fopen(bl->logfile, "a"); in libxl__bootloader_run()
A Dlibxl_utils.c338 f = fopen(filename, "r"); in libxl_read_file_contents()
412 f = fopen(filename, "r"); in libxl__read_sysfs_file_contents()
A Dlibxlu_cfg.c90 f= fopen(real_filename, "r"); in xlu_cfg_readfile()
A Dlibxl_domain.c1344 ctxt->f = fopen(ctxt->path, "r"); in libxl__open_domid_history()
1424 nf = fopen(new, "a"); in libxl__mark_domid_recent()
/xen/tools/xenpmd/
A Dxenpmd.c124 file = fopen(file_name, "r"); in get_next_battery_file()
/xen/tools/xentrace/
A Dxenctx.c230 f = fopen(symtab, "r"); in read_symbol_table()
/xen/tools/libxc/
A Dxc_dom_core.c49 xch->dombuild_logger_file = fopen(default_logfile, "a"); in xc_dom_loginit()
/xen/tools/
A Dconfigure3048 FILE *f = fopen ("conftest.out", "w");

Completed in 99 milliseconds

12