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 | 67 curpath=`dirname $0` 74 cd $curpath
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_016_pos.ksh | 37 cd $curpath 60 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 | 109 curpath=`dirname $0` 116 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 | 538 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; in load_library() local 549 curpath = strsep(&totalpath, ":"); in load_library() 551 curpath = totalpath; in load_library() 553 while (curpath != NULL) { in load_library() 554 snprintf(path, sizeof(path), "%s/geom_%s.so", curpath, in load_library() 563 curpath = strsep(&totalpath, ":"); in load_library()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 5148 static char curpath[PATH_MAX]; variable 5169 (void) strlcat(curpath, name, sizeof (curpath)); in dump_path_impl() 5173 curpath, strerror(err)); in dump_path_impl() 5197 (u_longlong_t)child_obj, curpath, doi.doi_type, in dump_path_impl() 5201 (void) strlcat(curpath, "/", sizeof (curpath)); in dump_path_impl() 5247 (void) snprintf(curpath, sizeof (curpath), "dataset=%s path=/", ds); in dump_path()
|