Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c12540 char routepath[MAXPATHLEN]; in handle_routes() local
12547 bzero(routepath, MAXPATHLEN); in handle_routes()
12548 error = copyinstr(udata, &routepath[0], MAXPATHLEN, &len); in handle_routes()
12552 error = routefs_kernel_mount(routepath); in handle_routes()