Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib54 cwd=$PWD
61 cd $cwd
95 cwd=$PWD
116 cd $cwd
129 cwd=$PWD
150 cd $cwd
H A Dmigration_004_pos.ksh59 cwd=$PWD
66 cd $cwd
67 (( $? != 0 )) && log_untested "Could not change directory to $cwd"
H A Dmigration_006_pos.ksh59 cwd=$PWD
66 cd $cwd
67 (( $? != 0 )) && log_untested "Could not change directory to $cwd"
H A Dmigration_005_pos.ksh59 cwd=$PWD
66 cd $cwd
67 (( $? != 0 )) && log_untested "Could not change directory to $cwd"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_destroy/
H A Dzpool_destroy_002_pos.ksh52 [[ -n $cwd ]] && log_must cd $cwd
111 log_must cd $cwd
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/
H A Dinuse_003_pos.ksh96 typeset cwd=""
151 cwd=$PWD
157 log_must cd $cwd
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount.kshlib72 [[ -n $cwd ]] && cd $cwd
H A Dzfs_unmount_005_pos.ksh98 cwd=$PWD
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c163 l_long cwd; member
176 linux_r->cwd = bsd_r->fpr_env[0]; in map_fpregs_to_linux()
189 bsd_r->fpr_env[0] = linux_r->cwd; in map_fpregs_from_linux()
200 l_ushort cwd; member
/f-stack/app/redis-5.0.5/src/
H A Dutil.c628 char cwd[1024]; in getAbsolutePath() local
636 if (getcwd(cwd,sizeof(cwd)) == NULL) { in getAbsolutePath()
640 abspath = sdsnew(cwd); in getAbsolutePath()
H A Dconfig.c1893 char cwd[1024]; local
1895 if (getcwd(cwd,sizeof(cwd)) == NULL) {
1899 rewriteConfigStringOption(state,"dir",cwd,NULL);
H A Drdb.c1221 char cwd[MAXPATHLEN]; /* Current working dir path for error messages. */ in rdbSave() local
1229 char *cwdp = getcwd(cwd,MAXPATHLEN); in rdbSave()
1257 char *cwdp = getcwd(cwd,MAXPATHLEN); in rdbSave()
H A Daof.c249 char cwd[MAXPATHLEN]; /* Current working dir path for error messages. */ in startAppendOnly() local
255 char *cwdp = getcwd(cwd,MAXPATHLEN); in startAppendOnly()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vnops_os.h39 extern int zfs_rmdir(znode_t *dzp, const char *name, znode_t *cwd,
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vnops_os.h54 extern int zfs_rmdir(znode_t *dzp, char *name, znode_t *cwd,
/f-stack/freebsd/amd64/linux/
H A Dlinux.h186 u_int16_t cwd; member
/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.c786 char cwd[PATH_MAX]; in vhost_blk_ctrlr_construct() local
789 path = getcwd(cwd, PATH_MAX); in vhost_blk_ctrlr_construct()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c1363 zfs_rmdir(znode_t *dzp, char *name, znode_t *cwd, cred_t *cr, in zfs_rmdir() argument
1405 if (zp == cwd) { in zfs_rmdir()
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_regs.h1011 u32 cwd : 1; member
/f-stack/freebsd/kern/
H A Dkern_descrip.c4725 static SYSCTL_NODE(_kern_proc, KERN_PROC_CWD, cwd, CTLFLAG_RD|CTLFLAG_MPSAFE,
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1611 zfs_rmdir(znode_t *dzp, const char *name, znode_t *cwd, cred_t *cr, int flags) in zfs_rmdir() argument