Searched refs:filepath (Results 1 – 7 of 7) sorted by relevance
| /dpdk/devtools/ |
| H A D | process-iwyu.py | 35 def remove_includes(filepath, include, build_dir): argument 37 with open(filepath) as f: 40 with open(filepath, 'w') as f: 52 with open(filepath, 'w') as f: 70 filepath = None 92 filepath = relpath(join(build_dir, filename)) 93 elif line.startswith('-') and filepath: 99 remove_includes(filepath, include, build_dir) 101 filepath = None
|
| /dpdk/buildtools/pkg-config/ |
| H A D | set-static-linker-flags.py | 24 def process_pc_file(filepath): argument 25 print('Processing', filepath) 26 with open(filepath) as src: 28 with open(filepath, 'w') as dst:
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_memory.c | 324 eal_get_hugefile_path(hf->filepath, sizeof(hf->filepath), in map_all_hugepages() 326 hf->filepath[sizeof(hf->filepath) - 1] = '\0'; in map_all_hugepages() 365 unlink(hugepg_tbl[i].filepath); in map_all_hugepages() 637 if (unlink(hp->filepath) == -1) { in unmap_unneeded_hugepages() 724 fd = open(hfile->filepath, O_RDWR); 727 hfile->filepath, strerror(errno)); 733 hfile->filepath, strerror(errno)); 747 hfile->filepath, strerror(errno)); 1548 fd = open(hf->filepath, O_RDWR); 1551 hf->filepath, strerror(errno)); [all …]
|
| /dpdk/lib/eal/common/ |
| H A D | eal_hugepages.h | 25 char filepath[MAX_HUGEPAGE_PATH]; /**< path to backing file on filesystem */ member
|
| /dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 207 char filepath[]; member 232 file = fopen(res->filepath, "r"); in cmd_sendfile_parsed() 334 TOKEN_STRING_INITIALIZER(struct cmd_sendfile_result, filepath, NULL); 355 char filepath[RECV_FILE_LEN]; in start_polling_recv_file() local 368 snprintf(filepath, RECV_FILE_LEN, "ntb_recv_file%d", file_no); in start_polling_recv_file() 369 file = fopen(filepath, "w"); in start_polling_recv_file() 408 size, filepath); in start_polling_recv_file()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ntb.rst | 87 * ``send [filepath]``: Send file to the peer host. Need to be in
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 10619 char filepath[]; member 10723 filepath, NULL); 14475 char filepath[]; member 14497 char *filepath; in cmd_ddp_add_parsed() local 14507 filepath = strdup(res->filepath); in cmd_ddp_add_parsed() 14508 if (filepath == NULL) { in cmd_ddp_add_parsed() 14512 file_num = rte_strsplit(filepath, strlen(filepath), file_fld, 2, ','); in cmd_ddp_add_parsed() 14516 free((void *)filepath); in cmd_ddp_add_parsed() 14535 free((void *)filepath); in cmd_ddp_add_parsed() 14556 char filepath[]; member [all …]
|