Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c61 static int call_fork_exec(char *, char *, char **, int);
377 res = call_fork_exec(fstype, "mount", newargv, verbose);
559 res = call_fork_exec(fstype, "umount", newargv, verbose);
656 call_fork_exec(fstype, cmd, newargv, console) in call_fork_exec() function