Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/truss/
Dtruss.h58 struct procabi { struct
100 struct procabi *abi;
Dsetup.c66 struct procabi *abi;
76 static struct procabi cloudabi32 = {
83 static struct procabi cloudabi64 = {
90 static struct procabi freebsd = {
98 static struct procabi freebsd32 = {
106 static struct procabi linux = {
114 static struct procabi linux32 = {
229 static struct procabi *
Dsyscalls.c976 find_syscall(struct procabi *abi, u_int number) in find_syscall()
990 add_syscall(struct procabi *abi, u_int number, struct syscall *sc) in add_syscall()