/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test.h | 67 #define CHECK_SYSCALL_SUCCEEDS(syscall, ...) do { \ argument 74 #define CHECK_SYSCALL_FAILS(expected_errno, syscall, ...) do { \ argument 86 #define CHECK_SYSCALL_FAILS_BUT_NOT_WITH(bad_errno, syscall, ...) do { \ argument
|
H A D | cap_test_capabilities.c | 55 #define SYSCALL_FAIL(syscall, message) \ argument 63 #define CHECK_RESULT(syscall, rights_needed, succeeded) do { \ argument
|
H A D | cap_test_capmode.c | 53 #define CHECK_SYSCALL_VOID_NOT_ECAPMODE(syscall, ...) do { \ argument
|
/freebsd/usr.bin/truss/ |
H A D | syscall.h | 219 struct syscall { struct 222 struct syscall_decode decode; argument 229 struct syscall *get_syscall(struct threadinfo *, u_int, u_int); argument
|
/freebsd/sys/arm/arm/ |
H A D | syscall.c | 139 syscall(struct thread *td, struct trapframe *frame) in syscall() function
|
/freebsd/crypto/openssh/ |
H A D | sandbox-systrace.c | 46 int syscall; member
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | afssys.c | 41 unsigned long syscall; member 46 unsigned long syscall; member
|
/freebsd/contrib/sendmail/libsm/ |
H A D | exc.c | 160 char *syscall = exc->exc_argv[1].v_str; local
|
/freebsd/tools/test/stress2/testcases/openat/ |
H A D | doat.c | 57 int syscall; member
|
/freebsd/tools/regression/doat/ |
H A D | doat.c | 60 int syscall; member
|
/freebsd/sys/i386/i386/ |
H A D | trap.c | 1139 syscall(struct trapframe *frame) in syscall() function
|
/freebsd/stand/uboot/ |
H A D | api_public.h | 75 scp_t syscall; /* entry point to the API */ member
|
/freebsd/sys/powerpc/powerpc/ |
H A D | trap.c | 740 syscall(struct trapframe *frame) in syscall() function
|
/freebsd/tests/sys/kern/ |
H A D | ktrace_test.c | 547 struct ktr_syscall *syscall; in ATF_TC_BODY() local
|
/freebsd/lib/libc/include/ |
H A D | libc_private.h | 259 #define INTERPOS_SYS(syscall, ...) \ argument
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-ild.c | 252 static struct ptunit_result syscall(void) in syscall() function
|
/freebsd/contrib/bmake/filemon/ |
H A D | filemon_ktrace.c | 112 struct ktr_syscall syscall; member
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 980 char syscall_l_[PADL_(long)]; long syscall; char syscall_r_[PADR_(long)]; member
|