FreeBSD kernel kern code
subr_syscall.c File Reference
#include "opt_capsicum.h"
#include "opt_ktrace.h"
#include "opt_kdtrace.h"
#include <sys/capability.h>
#include <sys/ktr.h>
#include <security/audit/audit.h>
Include dependency graph for subr_syscall.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
static int syscallenter (struct thread *td, struct syscall_args *sa)
 
static void syscallret (struct thread *td, int error, struct syscall_args *sa __unused)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
static int syscallenter ( struct thread *  td,
struct syscall_args *  sa 
)
inlinestatic

Definition at line 56 of file subr_syscall.c.

References cred_update_thread(), ptracestop(), syscall_thread_enter(), syscall_thread_exit(), and syscallname().

Here is the call graph for this function:

static void syscallret ( struct thread *  td,
int  error,
struct syscall_args *sa  __unused 
)
inlinestatic

Definition at line 174 of file subr_syscall.c.

References ptracestop(), syscallname(), and userret().

Here is the call graph for this function: