Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/miscfs/routefs/
H A Droutefs.h59 int routefs_kernel_mount(char * routepath);
H A Droutefs_ops.c445 routefs_kernel_mount(char * routepath) in routefs_kernel_mount() argument
454 strlcpy(args.route_path, routepath, MAXPATHLEN); in routefs_kernel_mount()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c12771 char routepath[MAXPATHLEN]; in handle_routes() local
12778 bzero(routepath, MAXPATHLEN); in handle_routes()
12779 error = copyinstr(udata, &routepath[0], MAXPATHLEN, &len); in handle_routes()
12783 error = routefs_kernel_mount(routepath); in handle_routes()