Searched refs:dirpath (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/dir_rd_update/ |
| H A D | dir_rd_update.c | 45 static char dirpath[256]; variable 62 dirpath[i] = 0; in main() 71 (void) strcpy(&dirpath[0], (const char *)cp1); in main() 72 (void) strcat(&dirpath[strlen(dirpath)], "TMP_DIR"); in main() 74 ret = mkdir(dirpath, 0777); in main() 78 "(decimal)=%d\n", argv[0], dirpath, errno); in main() 82 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main() 92 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main() 99 " errno = %d\n", argv[0], dirpath, errno); in main() 113 int fd = open(dirpath, O_RDONLY); in main() [all …]
|
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_device.c | 94 char *dirpath, in fsdev_allocate_one_dev() argument 105 if (strlen(dirpath) > sizeof(fsdev->dirname)) { in fsdev_allocate_one_dev() 117 if (strstr(dirpath, in fsdev_allocate_one_dev() 124 strcpy(fsdev->dirname, dirpath); in fsdev_allocate_one_dev()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/link_count/ |
| H A D | link_count_root_inode.ksh | 35 typeset dirpath="$1" 38 log_must test "$(ls -ld $dirpath | awk '{ print $2 }')" == "$value"
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_options.c | 427 verify_perms(const char *dirpath) in verify_perms() argument 432 if (strcmp(dirpath, "/") != 0) { in verify_perms() 437 strlcpy(copy, dirpath, PATH_MAX); in verify_perms() 447 if (stat(dirpath, &st) != 0) { in verify_perms() 449 dirpath, strerror(errno)); in verify_perms() 455 dirpath); in verify_perms()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 5220 print_zpool_dir_scripts(char *dirpath) in print_zpool_dir_scripts() argument 5227 if ((dir = opendir(dirpath)) != NULL) { in print_zpool_dir_scripts() 5230 sprintf(fullpath, "%s/%s", dirpath, ent->d_name); in print_zpool_dir_scripts()
|