Searched refs:curpath (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
H A D | zfs_mount_010_neg.ksh | 75 curpath=`$DIRNAME $0` 78 cd $curpath
|
/freebsd/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/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/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() 1106 memmove(bp->b_data, curpath->ep_header, sizeof(ip->i_data)); in ext4_ext_grow_indepth() 1126 curpath->ep_header->eh_magic = htole16(EXT4_EXT_MAGIC); in ext4_ext_grow_indepth() 1127 curpath->ep_header->eh_max = htole16(ext4_ext_space_root(ip)); 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() 1130 curpath->ep_index->ei_blk = EXT_FIRST_EXTENT(path[0].ep_header)->e_blk; in ext4_ext_grow_indepth() 1131 ext4_index_store_pblock(curpath in ext4_ext_grow_indepth() 1146 struct ext4_extent_path *curpath; ext4_ext_create_new_leaf() local [all...] |
/freebsd/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/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
H A D | zfs_unmount_008_neg.ksh | 122 curpath=`$DIRNAME $0` 129 cd $curpath
|
/freebsd/sbin/geom/core/ |
H A D | geom.c | 534 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; in load_library() local 545 curpath = strsep(&totalpath, ":"); in load_library() 547 curpath = totalpath; in load_library() 549 while (curpath != NULL) { in load_library() 550 snprintf(path, sizeof(path), "%s/geom_%s.so", curpath, in load_library() 559 curpath = strsep(&totalpath, ":"); in load_library()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4963 static char curpath[PATH_MAX]; variable 4984 (void) strlcat(curpath, name, sizeof (curpath)); in dump_path_impl() 4988 curpath, strerror(err)); in dump_path_impl() 5012 (u_longlong_t)child_obj, curpath, doi.doi_type, in dump_path_impl() 5016 (void) strlcat(curpath, "/", sizeof (curpath)); in dump_path_impl() 5062 (void) snprintf(curpath, sizeof (curpath), "dataset=%s path=/", ds); in dump_path()
|