| /dpdk/buildtools/ |
| H A D | map_to_win.py | 13 with open(input_map) as f_in, open(output_map, 'w') as f_out: 30 with open(args[1]) as f_in: 35 with open(args[2], 'w') as f_out:
|
| H A D | call-sphinx-build.py | 31 with open(join(dst, 'sphinx_html.out'), 'w') as out: 36 with open(join(dst, '.html.d'), 'w') as d:
|
| H A D | pmdinfogen.py | 228 return open(path, "rb") 234 with open(path, "rb") as file: 249 return open(path, "w")
|
| /dpdk/devtools/ |
| H A D | process-iwyu.py | 29 with open('process-iwyu.log', 'a') as sys.stdout: 37 with open(filepath) as f: 40 with open(filepath, 'w') as f: 52 with open(filepath, 'w') as f: 59 with open(join(builddir, 'rte_build_config.h')) as f:
|
| H A D | update-patches.py | 40 with open(patch) as f: 49 with open(patch, 'w') as f:
|
| H A D | update_version_map_abi.py | 190 with open(parsed.map_file) as f_in: 193 with open(parsed.map_file, 'w') as f_out:
|
| H A D | check-meson.py | 104 with open(filename) as f: 109 with open(filename, 'w') as f:
|
| /dpdk/usertools/ |
| H A D | cpu_layout.py | 10 fd = open("{}/kernel_max".format(base_path)) 15 fd = open("{}/cpu{}/topology/core_id".format(base_path, cpu)) 20 fd = open("{}/cpu{}/topology/physical_package_id".format(base_path, cpu))
|
| H A D | dpdk-hugepages.py | 55 with open(path + '/nr_hugepages') as nr_hugepages: 64 with open(filename, 'w') as nr_hugepages: 128 with open('/proc/meminfo') as meminfo: 164 with open('/proc/mounts') as mounts:
|
| H A D | dpdk-devbind.py | 130 with open(filename) as f: 334 f = open(filename, "a") 374 f = open(filename, "w") 390 f = open(filename, "w") 408 f = open(filename, "a") 437 f = open(filename, "w") 764 with open(os.devnull, 'w') as devnull:
|
| H A D | dpdk-pmdinfo.py | 213 with open(filename, 'r', encoding='utf-8') as f: 381 scanfile = open(library, 'rb') 454 with open(library, 'rb') as file: 497 file = open(dpath, 'rb') 524 file = open(dpdk_path, 'rb') 612 with open(myelffile, 'rb') as file:
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 167 Other fields are open mask. 172 Other fields are open mask. 177 Other fields are open mask. 180 Add TCP item to all flows items, This item have open mask. 189 Other fields are open mask. 195 Other fields are open mask. 201 Other fields are open mask. 207 Other fields are open mask. 213 Other fields are open mask. 219 Other fields are open mask. [all …]
|
| /dpdk/buildtools/pkg-config/ |
| H A D | set-static-linker-flags.py | 26 with open(filepath) as src: 28 with open(filepath, 'w') as dst:
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci_uio.c | 249 fd = open(devname, O_RDWR); in pci_uio_alloc_resource() 262 uio_cfg_fd = open(cfgname, O_RDWR); in pci_uio_alloc_resource() 340 fd = open(devname, O_RDWR); in pci_uio_map_resource_by_index() 356 fd = open(devname, O_RDWR); in pci_uio_map_resource_by_index() 462 fd = open(filename, O_RDWR); in pci_uio_ioport_map() 526 fd = open(filename, O_RDWR); in pci_uio_ioport_map()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | oob_monitor_x86.c | 154 ci->cd[core].msr_fd = open(proc_file, O_RDWR | O_SYNC); in add_core_to_monitor() 188 ci->cd[core].msr_fd = open(proc_file, O_RDONLY); in add_core_to_monitor() 220 ci->cd[core].msr_fd = open(proc_file, O_RDWR | O_SYNC); in remove_core_from_monitor()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_hugepage_info.c | 27 int fd = open(filename, flags, 0600); in map_shared_memory() 88 fd = open(CONTIGMEM_DEV, O_RDWR); in eal_hugepage_info_init()
|
| /dpdk/drivers/bus/pci/bsd/ |
| H A D | pci.c | 124 if (rte_intr_fd_set(dev->intr_handle, open(devname, O_RDWR))) { in pci_uio_alloc_resource() 182 fd = open(devname, O_RDWR); in pci_uio_map_resource_by_index() 346 fd = open("/dev/pci", O_RDONLY); in rte_pci_scan() 421 fd = open("/dev/pci", O_RDWR); in rte_pci_read_config() 474 fd = open("/dev/pci", O_RDWR); in rte_pci_write_config()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman_driver.c | 67 qmfd = open(QMAN_PORTAL_IRQ_PATH, O_RDONLY); in fsl_qman_portal_init() 177 q_fd = open(QMAN_PORTAL_IRQ_PATH, O_RDONLY); in fsl_qman_fq_portal_create() 335 ccsr_map_fd = open("/dev/mem", O_RDWR); in qman_global_init()
|
| /dpdk/drivers/raw/ioat/ |
| H A D | dpdk_idxd_cfg.py | 22 with open(os.path.join(self.path, filename)) as f: 28 with open(os.path.join(self.path, filename), "w") as f:
|
| /dpdk/drivers/dma/idxd/ |
| H A D | dpdk_idxd_cfg.py | 22 with open(os.path.join(self.path, filename)) as f: 28 with open(os.path.join(self.path, filename), "w") as f:
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_kernel_tap.c | 27 tapfd = open(PATH_NET_TUN, O_RDWR); in tap_support_features() 50 tapfd = open(PATH_NET_TUN, O_RDWR); in tap_open()
|
| /dpdk/buildtools/chkincs/ |
| H A D | gen_c_file_for_header.py | 11 with open(c_file, 'w') as cf:
|
| /dpdk/app/test/ |
| H A D | has_hugepage.py | 11 with open("/proc/sys/vm/nr_hugepages") as file_o:
|
| /dpdk/drivers/net/enetfec/ |
| H A D | enet_uio.c | 68 fd = open(absolute_file_name, O_RDONLY); in file_read_first_line() 192 uio_job->uio_fd = open(uio_device_file_name, O_RDWR); in config_enetfec_uio()
|
| /dpdk/config/arm/ |
| H A D | armv8_machine.py | 7 with open(fname) as f:
|