Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c59 static int call_fork_exec(char *, char *, char **, int);
375 res = call_fork_exec(fstype, "mount", newargv, verbose);
557 res = call_fork_exec(fstype, "umount", newargv, verbose);
654 call_fork_exec(fstype, cmd, newargv, console) in call_fork_exec() function