PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
syscall_descriptor_t Struct Reference

A syscall descriptor. More...

#include <syscall.h>

Collaboration diagram for syscall_descriptor_t:

Data Fields

uint32_t number
 
uint64_t(* handler )(uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, uint64_t)
 

Detailed Description

A syscall descriptor.

Describes a single syscall, its number and the function pointer to the handler.

Definition at line 137 of file syscall.h.

Field Documentation

◆ number

uint32_t syscall_descriptor_t::number

Definition at line 139 of file syscall.h.

◆ handler

uint64_t(* syscall_descriptor_t::handler) (uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, uint64_t)

Definition at line 140 of file syscall.h.


The documentation for this struct was generated from the following file: