Searched refs:alter_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c343 char alter_path[FULLPATH_MAX]; local
357 sprintf(alter_path, "%s/%s/%s", alt_path, ment->mnt_fstype,
399 execv(alter_path, &newargv[1]);
402 newargv[1] = alter_path;
H A Dmount.c805 char alter_path[PATH_MAX]; local
812 sprintf(alter_path, "%s/%s/%s", alt_path, fstype, myname);
843 execv(alter_path, &newargv[1]);
847 myname, alter_path);
852 newargv[1] = alter_path;

Completed in 63 milliseconds