Home
last modified time | relevance | path

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

/src/sys/cddl/dev/systrace/
H A Dsystrace.c87 extern struct sysent linux32_sysent[];
90 #define SYSENT linux32_sysent
/src/sys/amd64/linux32/
H A Dlinux32_sysvec.c97 extern struct sysent linux32_sysent[LINUX32_SYS_MAXSYSCALL];
780 .sv_table = linux32_sysent,
H A Dlinux32_sysent.c17 struct sysent linux32_sysent[] = { variable