Searched refs:mount_args (Results 1 – 2 of 2) sorted by relevance
59 char *const mount_args[] = {"/usr/local/sbin/mount_nand.sh", NULL}; in io_perf_test_io_init() local60 spawn_ret = posix_spawn(&pid, mount_args[0], NULL, NULL, mount_args, environ); in io_perf_test_io_init()
386 mount(proc_t p, struct mount_args *uap, __unused int32_t *retval) in mount()