emul_find          51 compat/common/compat_util.h int emul_find(struct proc *, caddr_t *, const char *, char *,
emul_find          58 compat/common/compat_util.h     emul_find(p, sgp, root, path, &(path), 0)
emul_find          61 compat/common/compat_util.h     emul_find(p, sgp, root, path, &(path), 1)
emul_find         178 compat/freebsd/freebsd_exec.c 		if ((error = emul_find(p, NULL, freebsd_emul_path, itp, &bp, 0)))
emul_find         489 compat/linux/linux_exec.c 		if ((error = emul_find(p, NULL, linux_emul_path, itp, &bp, 0)))
emul_find         238 compat/osf1/osf1_exec.c 	error = emul_find(p, NULL, osf1_emul_path,
emul_find         130 compat/svr4/svr4_exec.c 		if ((error = emul_find(p, NULL, svr4_emul_path, itp, &bp, 0)))