Searched refs:full_path (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_ctldir.c | 142 se->se_path = kmem_strdup(full_path); in zfsctl_snapshot_alloc() 712 int path_len, char *full_path) in zfsctl_snapshot_path_objset() argument 740 snprintf(full_path, path_len, "%s/.zfs/snapshot/%s", in zfsctl_snapshot_path_objset() 1048 char *full_name, *full_path; in zfsctl_snapshot_mount() local 1062 full_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in zfsctl_snapshot_mount() 1074 snprintf(full_path, MAXPATHLEN, "%s/.zfs/snapshot/%s", in zfsctl_snapshot_mount() 1099 dprintf("mount; name=%s path=%s\n", full_name, full_path); in zfsctl_snapshot_mount() 1101 argv[6] = full_path; in zfsctl_snapshot_mount() 1106 full_path, error); in zfsctl_snapshot_mount() 1135 se = zfsctl_snapshot_alloc(full_name, full_path, in zfsctl_snapshot_mount() [all …]
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.c | 22 char full_path[PATH_MAX]; in of_open_dir() local 24 snprintf(full_path, PATH_MAX, "%s/%s", base_dir, relative_path); in of_open_dir() 25 ret = scandir(full_path, d, 0, versionsort); in of_open_dir() 28 full_path); in of_open_dir() 44 char full_path[PATH_MAX]; in of_open_file() local 46 snprintf(full_path, PATH_MAX, "%s/%s", base_dir, relative_path); in of_open_file() 47 ret = open(full_path, O_RDONLY); in of_open_file() 50 full_path); in of_open_file()
|
| /f-stack/dpdk/drivers/ |
| H A D | meson.build | 155 command: [pmdinfo, tmp_lib.full_path(), 189 lk_args = ['-Wl,/def:' + def_file.full_path()] 194 lk_args = ['-Wl,--version-script=' + mingw_map.full_path()]
|
| /f-stack/dpdk/lib/ |
| H A D | meson.build | 160 lk_args = ['-Wl,/def:' + def_file.full_path()] 166 lk_args = ['-Wl,--version-script=' + mingw_map.full_path()]
|
| /f-stack/dpdk/app/test/ |
| H A D | meson.build | 470 test_args += ['-d', drv.full_path().split('.a')[0] + '.so']
|