Crate starnix_syscalls

Crate starnix_syscalls 

Source

Modules§

decls

Macros§

for_each_arch_syscall
Helper for for_each_syscall! that adds any architecture-specific syscalls.
for_each_syscall
Intended to be used with other macros to produce code that needs to handle each syscall.
syscall_number_to_name_literal_callback
Evaluates to a string literal for the given syscall number when called back by for_each_syscall.
syscall_number_to_trace_name_callback
Evaluates to a str literal for the given syscall number when called back by for_each_syscall.

Structs§

SyscallArg
SyscallResult

Constants§

SUCCESS