Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cddl/dev/systrace/
H A Dsystrace.c89 extern struct sysent linux32_sysent[];
92 #define SYSENT linux32_sysent
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_sysvec.c97 extern struct sysent linux32_sysent[LINUX32_SYS_MAXSYSCALL];
779 .sv_table = linux32_sysent,
H A Dlinux32_sysent.c17 struct sysent linux32_sysent[] = { variable