Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dioperf.c59 char *const mount_args[] = {"/usr/local/sbin/mount_nand.sh", NULL}; in io_perf_test_io_init() local
60 spawn_ret = posix_spawn(&pid, mount_args[0], NULL, NULL, mount_args, environ); in io_perf_test_io_init()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c386 mount(proc_t p, struct mount_args *uap, __unused int32_t *retval) in mount()