GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sysdecode_syscallname(3) FreeBSD Library Functions Manual sysdecode_syscallname(3)

sysdecode_syscallnamelookup name of system calls

System Argument Decoding Library (libsysdecode, -lsysdecode)

#include <sysdecode.h>

const char *
sysdecode_syscallname(enum sysdecode_abi abi, unsigned int code);

This function returns a pointer to the name of a system call identified by code for the process ABI abi. If code specifies an unknown system call or abi is an unsupported ABI, sysdecode_syscallname returns NULL.

For the list of supported ABIs, see sysdecode(3).

The sysdecode_syscallname function returns a pointer to a string on success or NULL if either code or ABI is invalid .

October 17, 2016 FreeBSD 15.1-RELEASE-p1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.