Lines Matching refs:UNUSED

41 #define UNUSED __attribute__ ((unused))  macro
78 UNUSED static const char *get_comma(int);
79 UNUSED static void print_pointer(abi_long, int);
80 UNUSED static void print_flags(const struct flags *, abi_long, int);
81 UNUSED static void print_enums(const struct enums *, abi_long, int);
82 UNUSED static void print_at_dirfd(abi_long, int);
83 UNUSED static void print_file_mode(abi_long, int);
84 UNUSED static void print_open_flags(abi_long, int);
85 UNUSED static void print_syscall_prologue(const struct syscallname *);
86 UNUSED static void print_syscall_epilogue(const struct syscallname *);
87 UNUSED static void print_string(abi_long, int);
88 UNUSED static void print_buf(abi_long addr, abi_long len, int last);
89 UNUSED static void print_raw_param(const char *, abi_long, int);
90 UNUSED static void print_raw_param64(const char *, long long, int last);
91 UNUSED static void print_timeval(abi_ulong, int);
92 UNUSED static void print_timespec(abi_ulong, int);
93 UNUSED static void print_timespec64(abi_ulong, int);
94 UNUSED static void print_timezone(abi_ulong, int);
95 UNUSED static void print_itimerval(abi_ulong, int);
96 UNUSED static void print_number(abi_long, int);
97 UNUSED static void print_signal(abi_ulong, int);
98 UNUSED static void print_sockaddr(abi_ulong, abi_long, int);
99 UNUSED static void print_socket_domain(int domain);
100 UNUSED static void print_socket_type(int type);
101 UNUSED static void print_socket_protocol(int domain, int type, int protocol);
990 UNUSED static const struct flags access_flags[] = {
998 UNUSED static const struct flags at_file_flags[] = {
1008 UNUSED static const struct flags unlinkat_flags[] = {
1015 UNUSED static const struct flags mode_flags[] = {
1026 UNUSED static const struct flags open_access_flags[] = {
1033 UNUSED static const struct flags open_flags[] = {
1066 UNUSED static const struct flags mount_flags[] = {
1091 UNUSED static const struct flags umount2_flags[] = {
1104 UNUSED static const struct flags mmap_prot_flags[] = {
1115 UNUSED static const struct flags mmap_flags[] = {
1142 UNUSED static const struct flags clone_flags[] = {
1187 UNUSED static const struct flags execveat_flags[] = {
1197 UNUSED static const struct flags msg_flags[] = {
1217 UNUSED static const struct flags statx_flags[] = {
1239 UNUSED static const struct flags statx_mask[] = {
1287 UNUSED static const struct flags falloc_flags[] = {
1307 UNUSED static const struct flags termios_iflags[] = {
1326 UNUSED static const struct flags termios_oflags[] = {
1338 UNUSED static struct enums termios_oflags_NLDLY[] = {
1344 UNUSED static struct enums termios_oflags_CRDLY[] = {
1352 UNUSED static struct enums termios_oflags_TABDLY[] = {
1360 UNUSED static struct enums termios_oflags_VTDLY[] = {
1366 UNUSED static struct enums termios_oflags_FFDLY[] = {
1372 UNUSED static struct enums termios_oflags_BSDLY[] = {
1378 UNUSED static struct enums termios_cflags_CBAUD[] = {
1402 UNUSED static struct enums termios_cflags_CSIZE[] = {
1410 UNUSED static const struct flags termios_cflags[] = {
1421 UNUSED static const struct flags termios_lflags[] = {
1466 UNUSED static struct enums clockids[] = {
1482 UNUSED static struct enums itimer_types[] = {
1864 #undef UNUSED