Searched refs:curpath (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
| H A D | zfs_mount_010_neg.ksh | 78 curpath=`$DIRNAME $0` 81 cd $curpath
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_010_neg.ksh | 66 curpath=`dirname $0` 73 cd $curpath
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_016_pos.ksh | 36 cd $curpath 59 curpath=`dirname $0`
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
| H A D | zfs_unmount_008_neg.ksh | 108 curpath=`dirname $0` 115 cd $curpath
|
| /freebsd-14.2/sys/fs/ext2fs/ |
| H A D | ext2_extents.c | 1086 struct ext4_extent_path *curpath; in ext4_ext_grow_indepth() local 1093 curpath = path; in ext4_ext_grow_indepth() 1128 curpath->ep_header->eh_ecount = htole16(1); in ext4_ext_grow_indepth() 1129 curpath->ep_index = EXT_FIRST_INDEX(curpath->ep_header); in ext4_ext_grow_indepth() 1131 ext4_index_store_pblock(curpath->ep_index, newblk); in ext4_ext_grow_indepth() 1135 ext4_ext_dirty(ip, curpath); in ext4_ext_grow_indepth() 1146 struct ext4_extent_path *curpath; in ext4_ext_create_new_leaf() local 1153 curpath = path + depth; in ext4_ext_create_new_leaf() 1154 while (i > 0 && !EXT_HAS_FREE_INDEX(curpath)) { in ext4_ext_create_new_leaf() 1156 curpath--; in ext4_ext_create_new_leaf() [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
| H A D | zfs_unmount_008_neg.ksh | 125 curpath=`$DIRNAME $0` 132 cd $curpath
|
| /freebsd-14.2/sbin/geom/core/ |
| H A D | geom.c | 535 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; in load_library() local 546 curpath = strsep(&totalpath, ":"); in load_library() 548 curpath = totalpath; in load_library() 550 while (curpath != NULL) { in load_library() 551 snprintf(path, sizeof(path), "%s/geom_%s.so", curpath, in load_library() 560 curpath = strsep(&totalpath, ":"); in load_library()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4917 static char curpath[PATH_MAX]; variable 4938 (void) strlcat(curpath, name, sizeof (curpath)); in dump_path_impl() 4942 curpath, strerror(err)); in dump_path_impl() 4966 (u_longlong_t)child_obj, curpath, doi.doi_type, in dump_path_impl() 4970 (void) strlcat(curpath, "/", sizeof (curpath)); in dump_path_impl() 5016 (void) snprintf(curpath, sizeof (curpath), "dataset=%s path=/", ds); in dump_path()
|