Searched refs:fromdir (Results 1 – 3 of 3) sorted by relevance
| /titanic_53/usr/src/cmd/backup/restore/ |
| H A D | restore.c | 995 int fromfd, fromdir, tofd, todir, tfd; local 999 fromfd = tofd = fromdir = todir = tfd = -1; 1018 if ((fromdir = openat64(fromfd, ".", 1038 if ((tfd = dup(fromdir)) == -1 || 1053 if ((renameat(fromdir, dp->d_name, todir, dp->d_name)) == -1) { 1067 if (fromdir != -1) 1068 (void) close(fromdir);
|
| /titanic_53/usr/src/cmd/fs.d/nfs/statd/ |
| H A D | sm_statd.c | 98 static int move_file(char *fromdir, char *file, char *todir); 889 move_file(char *fromdir, char *file, char *todir) in move_file() argument 896 (void) strcpy(from, fromdir); in move_file()
|
| /titanic_53/usr/src/cmd/zoneadmd/ |
| H A D | vplat.c | 1358 char tmp[MAXPATHLEN], fromdir[MAXPATHLEN]; in build_mounted_pre_var() local 1399 if (zone_get_rootpath(tmp, fromdir, sizeof (fromdir)) == Z_OK && in build_mounted_pre_var() 1400 strcmp(fromdir, rootpath) != 0) { in build_mounted_pre_var() 1406 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, fromdir, in build_mounted_pre_var() 1409 fromdir); in build_mounted_pre_var() 1437 char tmp[MAXPATHLEN], fromdir[MAXPATHLEN]; in build_mounted_post_var() local 1469 (void) snprintf(fromdir, sizeof (fromdir), "%s%s", in build_mounted_post_var() 1475 if (domount(zlogp, MNTTYPE_LOFS, "", fromdir, tmp) in build_mounted_post_var()
|