Lines Matching refs:UNUSED

44 #define UNUSED __attribute__ ((unused))  macro
81 UNUSED static const char *get_comma(int);
82 UNUSED static void print_pointer(abi_long, int);
83 UNUSED static void print_flags(const struct flags *, abi_long, int);
84 UNUSED static void print_enums(const struct enums *, abi_long, int);
85 UNUSED static void print_at_dirfd(abi_long, int);
86 UNUSED static void print_file_mode(abi_long, int);
87 UNUSED static void print_open_flags(abi_long, int);
88 UNUSED static void print_syscall_prologue(const struct syscallname *);
89 UNUSED static void print_syscall_epilogue(const struct syscallname *);
90 UNUSED static void print_string(abi_long, int);
91 UNUSED static void print_buf(abi_long addr, abi_long len, int last);
92 UNUSED static void print_raw_param(const char *, abi_long, int);
93 UNUSED static void print_raw_param64(const char *, long long, int last);
94 UNUSED static void print_timeval(abi_ulong, int);
95 UNUSED static void print_timespec(abi_ulong, int);
96 UNUSED static void print_timespec64(abi_ulong, int);
97 UNUSED static void print_timezone(abi_ulong, int);
98 UNUSED static void print_itimerval(abi_ulong, int);
99 UNUSED static void print_number(abi_long, int);
100 UNUSED static void print_signal(abi_ulong, int);
101 UNUSED static void print_sockaddr(abi_ulong, abi_long, int);
102 UNUSED static void print_socket_domain(int domain);
103 UNUSED static void print_socket_type(int type);
104 UNUSED static void print_socket_protocol(int domain, int type, int protocol);
1039 UNUSED static const struct flags access_flags[] = {
1047 UNUSED static const struct flags at_file_flags[] = {
1057 UNUSED static const struct flags unlinkat_flags[] = {
1064 UNUSED static const struct flags mode_flags[] = {
1075 UNUSED static const struct flags open_access_flags[] = {
1082 UNUSED static const struct flags open_flags[] = {
1115 UNUSED static const struct flags openat2_resolve_flags[] = {
1127 UNUSED static const struct flags mount_flags[] = {
1152 UNUSED static const struct flags umount2_flags[] = {
1165 UNUSED static const struct flags mmap_prot_flags[] = {
1176 UNUSED static const struct flags mmap_flags[] = {
1203 UNUSED static const struct flags clone_flags[] = {
1248 UNUSED static const struct flags execveat_flags[] = {
1258 UNUSED static const struct flags msg_flags[] = {
1278 UNUSED static const struct flags statx_flags[] = {
1300 UNUSED static const struct flags statx_mask[] = {
1348 UNUSED static const struct flags falloc_flags[] = {
1368 UNUSED static const struct flags termios_iflags[] = {
1387 UNUSED static const struct flags termios_oflags[] = {
1399 UNUSED static struct enums termios_oflags_NLDLY[] = {
1405 UNUSED static struct enums termios_oflags_CRDLY[] = {
1413 UNUSED static struct enums termios_oflags_TABDLY[] = {
1421 UNUSED static struct enums termios_oflags_VTDLY[] = {
1427 UNUSED static struct enums termios_oflags_FFDLY[] = {
1433 UNUSED static struct enums termios_oflags_BSDLY[] = {
1439 UNUSED static struct enums termios_cflags_CBAUD[] = {
1463 UNUSED static struct enums termios_cflags_CSIZE[] = {
1471 UNUSED static const struct flags termios_cflags[] = {
1482 UNUSED static const struct flags termios_lflags[] = {
1527 UNUSED static struct enums clockids[] = {
1543 UNUSED static struct enums itimer_types[] = {
1932 #undef UNUSED