Searched refs:curpath (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_010_neg.ksh66 curpath=`dirname $0`
73 cd $curpath
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_010_neg.ksh75 curpath=`$DIRNAME $0`
78 cd $curpath
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_016_pos.ksh36 cd $curpath
59 curpath=`dirname $0`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh108 curpath=`dirname $0`
115 cd $curpath
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh122 curpath=`$DIRNAME $0`
129 cd $curpath
/freebsd-current/sys/fs/ext2fs/
H A Dext2_extents.c1086 struct ext4_extent_path *curpath; local
1093 curpath = path;
1106 memmove(bp->b_data, curpath->ep_header, sizeof(ip->i_data));
1126 curpath->ep_header->eh_magic = htole16(EXT4_EXT_MAGIC);
1127 curpath->ep_header->eh_max = htole16(ext4_ext_space_root(ip));
1128 curpath->ep_header->eh_ecount = htole16(1);
1129 curpath->ep_index = EXT_FIRST_INDEX(curpath->ep_header);
1130 curpath->ep_index->ei_blk = EXT_FIRST_EXTENT(path[0].ep_header)->e_blk;
1131 ext4_index_store_pblock(curpath
1146 struct ext4_extent_path *curpath; local
[all...]
/freebsd-current/sbin/geom/core/
H A Dgeom.c534 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; local
545 curpath = strsep(&totalpath, ":");
547 curpath = totalpath;
549 while (curpath != NULL) {
550 snprintf(path, sizeof(path), "%s/geom_%s.so", curpath,
559 curpath = strsep(&totalpath, ":");
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4812 static char curpath[PATH_MAX]; variable
4833 (void) strlcat(curpath, name, sizeof (curpath));
4837 curpath, strerror(err));
4861 (u_longlong_t)child_obj, curpath, doi.doi_type,
4865 (void) strlcat(curpath, "/", sizeof (curpath));
4911 (void) snprintf(curpath, sizeof (curpath), "dataset=%s path=/", ds);

Completed in 263 milliseconds