Searched refs:linux_emul_path (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_util.c | 61 const char linux_emul_path[] = "/compat/linux"; variable 76 retval = kern_alternate_path(td, linux_emul_path, path, pathseg, pbuf, in linux_emul_convpath()
|
| HD | linux_util.h | 51 extern const char linux_emul_path[];
|
| /freebsd-11-stable/sys/modules/linux_common/ |
| HD | Makefile | 11 EXPORT_SYMS+= linux_emul_path
|
| /freebsd-11-stable/sys/modules/linux/ |
| HD | Makefile | 39 EXPORT_SYMS+= linux_emul_path
|
| /freebsd-11-stable/sys/compat/linprocfs/ |
| HD | linprocfs.c | 291 NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, linux_emul_path, td); in linprocfs_domtab() 294 lep = linux_emul_path; in linprocfs_domtab()
|