sysdecode.h revision 328454
1/*-
2 * Copyright (c) 2015 John H. Baldwin <jhb@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 *    notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 *    notice, this list of conditions and the following disclaimer in the
12 *    documentation and/or other materials provided with the distribution.
13 *
14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: stable/11/lib/libsysdecode/sysdecode.h 328454 2018-01-26 23:49:31Z jhb $
27 */
28
29#ifndef __SYSDECODE_H__
30#define	__SYSDECODE_H__
31
32enum sysdecode_abi {
33	SYSDECODE_ABI_UNKNOWN = 0,
34	SYSDECODE_ABI_FREEBSD,
35	SYSDECODE_ABI_FREEBSD32,
36	SYSDECODE_ABI_LINUX,
37	SYSDECODE_ABI_LINUX32,
38	SYSDECODE_ABI_CLOUDABI64
39};
40
41int	sysdecode_abi_to_freebsd_errno(enum sysdecode_abi _abi, int _error);
42bool	sysdecode_access_mode(FILE *_fp, int _mode, int *_rem);
43const char *sysdecode_acltype(int _type);
44const char *sysdecode_atfd(int _fd);
45bool	sysdecode_atflags(FILE *_fp, int _flags, int *_rem);
46bool	sysdecode_cap_fcntlrights(FILE *_fp, uint32_t _rights, uint32_t *_rem);
47void	sysdecode_cap_rights(FILE *_fp, cap_rights_t *_rightsp);
48const char *sysdecode_extattrnamespace(int _namespace);
49const char *sysdecode_fadvice(int _advice);
50void	sysdecode_fcntl_arg(FILE *_fp, int _cmd, uintptr_t _arg, int _base);
51bool	sysdecode_fcntl_arg_p(int _cmd);
52const char *sysdecode_fcntl_cmd(int _cmd);
53bool	sysdecode_fcntl_fileflags(FILE *_fp, int _flags, int *_rem);
54bool	sysdecode_fileflags(FILE *_fp, fflags_t _flags, fflags_t *_rem);
55bool	sysdecode_filemode(FILE *_fp, int _mode, int *_rem);
56bool	sysdecode_flock_operation(FILE *_fp, int _operation, int *_rem);
57int	sysdecode_freebsd_to_abi_errno(enum sysdecode_abi _abi, int _error);
58const char *sysdecode_getfsstat_mode(int _mode);
59const char *sysdecode_getrusage_who(int _who);
60const char *sysdecode_idtype(int _idtype);
61const char *sysdecode_ioctlname(unsigned long _val);
62const char *sysdecode_ipproto(int _protocol);
63void	sysdecode_kevent_fflags(FILE *_fp, short _filter, int _fflags,
64	    int _base);
65const char *sysdecode_kevent_filter(int _filter);
66bool	sysdecode_kevent_flags(FILE *_fp, int _flags, int *_rem);
67const char *sysdecode_kldsym_cmd(int _cmd);
68const char *sysdecode_kldunload_flags(int _flags);
69const char *sysdecode_lio_listio_mode(int _mode);
70const char *sysdecode_madvice(int _advice);
71const char *sysdecode_minherit_inherit(int _inherit);
72const char *sysdecode_msgctl_cmd(int _cmd);
73bool	sysdecode_mlockall_flags(FILE *_fp, int _flags, int *_rem);
74bool	sysdecode_mmap_flags(FILE *_fp, int _flags, int *_rem);
75bool	sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
76bool	sysdecode_mount_flags(FILE *_fp, int _flags, int *_rem);
77bool	sysdecode_msg_flags(FILE *_fp, int _flags, int *_rem);
78bool	sysdecode_msync_flags(FILE *_fp, int _flags, int *_rem);
79const char *sysdecode_nfssvc_flags(int _flags);
80bool	sysdecode_open_flags(FILE *_fp, int _flags, int *_rem);
81const char *sysdecode_pathconf_name(int _name);
82bool	sysdecode_pipe2_flags(FILE *_fp, int _flags, int *_rem);
83const char *sysdecode_prio_which(int _which);
84const char *sysdecode_procctl_cmd(int _cmd);
85const char *sysdecode_ptrace_request(int _request);
86bool	sysdecode_quotactl_cmd(FILE *_fp, int _cmd);
87bool	sysdecode_reboot_howto(FILE *_fp, int _howto, int *_rem);
88bool	sysdecode_rfork_flags(FILE *_fp, int _flags, int *_rem);
89const char *sysdecode_rlimit(int _resource);
90const char *sysdecode_rtprio_function(int _function);
91const char *sysdecode_scheduler_policy(int _policy);
92const char *sysdecode_semctl_cmd(int _cmd);
93bool	sysdecode_semget_flags(FILE *_fp, int _flag, int *_rem);
94bool	sysdecode_sendfile_flags(FILE *_fp, int _flags, int *_rem);
95bool	sysdecode_shmat_flags(FILE *_fp, int _flags, int *_rem);
96const char *sysdecode_shmctl_cmd(int _cmd);
97const char *sysdecode_shutdown_how(int _how);
98const char *sysdecode_sigbus_code(int _si_code);
99const char *sysdecode_sigchld_code(int _si_code);
100const char *sysdecode_sigcode(int _sig, int _si_code);
101const char *sysdecode_sigfpe_code(int _si_code);
102const char *sysdecode_sigill_code(int _si_code);
103const char *sysdecode_signal(int _sig);
104const char *sysdecode_sigprocmask_how(int _how);
105const char *sysdecode_sigsegv_code(int _si_code);
106const char *sysdecode_sigtrap_code(int _si_code);
107const char *sysdecode_sockaddr_family(int _sa_family);
108const char *sysdecode_socketdomain(int _domain);
109const char *sysdecode_socket_protocol(int _domain, int _protocol);
110bool	sysdecode_socket_type(FILE *_fp, int _type, int *_rem);
111const char *sysdecode_sockopt_level(int _level);
112const char *sysdecode_sockopt_name(int _level, int _optname);
113const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
114const char *sysdecode_sysarch_number(int _number);
115bool	sysdecode_thr_create_flags(FILE *_fp, int _flags, int *_rem);
116bool	sysdecode_umtx_cvwait_flags(FILE *_fp, u_long _flags, u_long *_rem);
117const char *sysdecode_umtx_op(int _op);
118bool	sysdecode_umtx_rwlock_flags(FILE *_fp, u_long _flags, u_long *_rem);
119int	sysdecode_utrace(FILE *_fp, void *_buf, size_t _len);
120bool	sysdecode_vmprot(FILE *_fp, int _type, int *_rem);
121const char *sysdecode_vmresult(int _result);
122bool	sysdecode_wait4_options(FILE *_fp, int _options, int *_rem);
123bool	sysdecode_wait6_options(FILE *_fp, int _options, int *_rem);
124const char *sysdecode_whence(int _whence);
125
126#endif /* !__SYSDECODE_H__ */
127