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

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
static void syscallenter (struct thread *td)
 
static void syscallret (struct thread *td)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ syscallenter()

static void syscallenter ( struct thread *  td)
inlinestatic

Definition at line 58 of file subr_syscall.c.

References ptracestop(), sigfastblock_fetch(), sigfastblock_fetch_always, syscall_thread_enter(), syscall_thread_exit(), syscallname(), sysent, and thread_cow_update().

Here is the call graph for this function:

◆ syscallret()

static void syscallret ( struct thread *  td)
inlinestatic

Definition at line 211 of file subr_syscall.c.

References ptracestop(), trap_enotcap, trapsignal(), and userret().

Here is the call graph for this function: