Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/eal/freebsd/
H A Deal.c103 const char *pathname = eal_runtime_config_path(); in rte_eal_config_create() local
117 mem_cfg_fd = open(pathname, O_RDWR | O_CREAT, 0600); in rte_eal_config_create()
120 pathname); in rte_eal_config_create()
130 pathname); in rte_eal_config_create()
139 "process running?\n", pathname); in rte_eal_config_create()
180 const char *pathname = eal_runtime_config_path(); in rte_eal_config_attach() local
190 mem_cfg_fd = open(pathname, O_RDWR); in rte_eal_config_attach()
193 pathname); in rte_eal_config_attach()
266 const char *pathname = eal_runtime_config_path(); in eal_proc_type_detect() local
277 if (((mem_cfg_fd = open(pathname, O_RDWR)) >= 0) && in eal_proc_type_detect()
/dpdk/lib/eal/linux/
H A Deal.c185 const char *pathname = eal_runtime_config_path(); in rte_eal_config_create() local
199 mem_cfg_fd = open(pathname, O_RDWR | O_CREAT, 0600); in rte_eal_config_create()
202 pathname); in rte_eal_config_create()
212 pathname); in rte_eal_config_create()
221 "process running?\n", pathname); in rte_eal_config_create()
268 const char *pathname = eal_runtime_config_path(); in rte_eal_config_attach() local
274 mem_cfg_fd = open(pathname, O_RDWR); in rte_eal_config_attach()
277 pathname); in rte_eal_config_attach()
350 const char *pathname = eal_runtime_config_path(); in eal_proc_type_detect() local
361 if (((mem_cfg_fd = open(pathname, O_RDWR)) >= 0) && in eal_proc_type_detect()
/dpdk/lib/eal/windows/
H A Deal.c46 const char *pathname = eal_runtime_config_path(); in eal_proc_type_detect() local
53 errno_t err = _sopen_s(&mem_cfg_fd, pathname, in eal_proc_type_detect()
/dpdk/lib/eal/common/
H A Deal_common_options.c458 eal_dlopen(const char *pathname) in eal_dlopen() argument
461 char *realp = realpath(pathname, NULL); in eal_dlopen()
465 retval = dlopen(pathname, RTLD_NOW); in eal_dlopen()
472 pathname, strerror(errno)); in eal_dlopen()