Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 105) sorted by relevance

12345

/dpdk/buildtools/
H A Dmap_to_win.py13 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 Dcall-sphinx-build.py31 with open(join(dst, 'sphinx_html.out'), 'w') as out:
36 with open(join(dst, '.html.d'), 'w') as d:
H A Dpmdinfogen.py228 return open(path, "rb")
234 with open(path, "rb") as file:
249 return open(path, "w")
/dpdk/devtools/
H A Dprocess-iwyu.py29 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 Dupdate-patches.py40 with open(patch) as f:
49 with open(patch, 'w') as f:
H A Dupdate_version_map_abi.py190 with open(parsed.map_file) as f_in:
193 with open(parsed.map_file, 'w') as f_out:
H A Dcheck-meson.py104 with open(filename) as f:
109 with open(filename, 'w') as f:
/dpdk/usertools/
H A Dcpu_layout.py10 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 Ddpdk-hugepages.py55 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 Ddpdk-devbind.py130 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 Ddpdk-pmdinfo.py213 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 Dflow-perf.rst167 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 Dset-static-linker-flags.py26 with open(filepath) as src:
28 with open(filepath, 'w') as dst:
/dpdk/drivers/bus/pci/linux/
H A Dpci_uio.c249 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 Doob_monitor_x86.c154 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 Deal_hugepage_info.c27 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 Dpci.c124 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 Dqman_driver.c67 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 Ddpdk_idxd_cfg.py22 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 Ddpdk_idxd_cfg.py22 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 Dvhost_kernel_tap.c27 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 Dgen_c_file_for_header.py11 with open(c_file, 'w') as cf:
/dpdk/app/test/
H A Dhas_hugepage.py11 with open("/proc/sys/vm/nr_hugepages") as file_o:
/dpdk/drivers/net/enetfec/
H A Denet_uio.c68 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 Darmv8_machine.py7 with open(fname) as f:

12345