man.bsd.lv manual page server

Manual Page Search Parameters

SYSDECODE(3) Library Functions Manual SYSDECODE(3)

sysdecodesystem argument decoding library

library “libsysdecode”

#include <sys/types.h>
#include <stdbool.h>
#include <sysdecode.h>

The sysdecode library includes several functions that provide descriptive names of values associated with system calls.

Some functions in this library provide ABI-specific descriptions. The supported ABIs are named by the enum sysdecode_abi enumeration.

Native FreeBSD binaries. Supported on all platforms.
32-bit FreeBSD binaries. Supported on amd64 and powerpc64.
Linux binaries of the same platform. Supported on amd64 and i386.
32-bit Linux binaries. Supported on amd64.
64-bit CloudABI binaries. Supported on aarch64 and amd64.
A placeholder for use when the ABI is not known.

sysdecode_abi_to_freebsd_errno(3), sysdecode_cap_rights(3), sysdecode_enum(3), sysdecode_fcntl_arg(3), sysdecode_ioctlname(3), sysdecode_mask(3), sysdecode_quotactl_cmd(3), sysdecode_sigcode(3), sysdecode_sockopt_name(3), sysdecode_syscallnames(3), sysdecode_utrace(3)

The sysdecode library first appeared in FreeBSD 11.0.

October 17, 2016 FreeBSD-11.1