run_cmd
error = run_cmd(NULL, "%s onetime%s %s", _PATH_GELI, args,
error = run_cmd(&fd, "%s -l -n -f %s",
error = run_cmd(&fd, "%s -a -t vnode -n -f %s",
error = run_cmd(&fd, "%s -l -n -f %s -u %d",
error = run_cmd(NULL, "%s -a -t vnode -u %d -f %s",
error = run_cmd(&fd, "%s -l -n -f %s",
error = run_cmd(&fd, "%s -l -n -f %s -u %d",
error = run_cmd(NULL, "%s -d -u %d",
static int run_cmd(int *, const char *, ...) __printflike(2, 3);
(void) run_cmd(i, args, iff_name);
r = run_cmd(argc, argv, iff_name);
rc = run_cmd(i, args);
rc = run_cmd(argc, argv);