Searched refs:compat_prefix (Results 1 – 3 of 3) sorted by relevance
60 const char *compat_prefix; member
915 if (procabi->compat_prefix != NULL && strncmp(procabi->compat_prefix, in get_syscall()916 name, strlen(procabi->compat_prefix)) == 0) in get_syscall()917 lookup_name += strlen(procabi->compat_prefix); in get_syscall()
91 .compat_prefix = "freebsd32_",