Searched refs:procabi (Results 1 – 3 of 3) sorted by relevance
59 struct procabi { struct113 struct procabi *abi;
70 struct procabi *abi;81 static struct procabi freebsd = {94 static struct procabi freebsd32 = {104 static struct procabi linux = {113 static struct procabi linux32 = {312 static struct procabi *
848 find_syscall(struct procabi *abi, u_int number) in find_syscall()862 add_syscall(struct procabi *abi, u_int number, struct syscall *sc) in add_syscall()895 struct procabi *procabi; in get_syscall() local901 procabi = t->proc->abi; in get_syscall()902 sc = find_syscall(procabi, number); in get_syscall()907 sysdecode_name = sysdecode_syscallname(procabi->abi, number); in get_syscall()918 if (procabi->compat_prefix != NULL && strncmp(procabi->compat_prefix, in get_syscall()919 name, strlen(procabi->compat_prefix)) == 0) in get_syscall()920 lookup_name += strlen(procabi->compat_prefix); in get_syscall()