Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/miscfs/routefs/ !
H A Droutefs_ops.c451 char mounthere[] = MOBILE_DIR_PATH; /* !const because of internal casting */ in routefs_kernel_mount() local
465 …error = kernel_mount(fsname, NULLVP, NULLVP, mounthere, &args, 0, MNT_DONTBROWSE, KERNEL_MOUNT_NOA… in routefs_kernel_mount()
/xnu-8020.101.4/bsd/kern/ !
H A Dbsd_init.c960 char mounthere[] = "/dev"; /* !const because of internal casting */ in bsd_init() local
963 devfs_kernel_mount(mounthere); in bsd_init()