Searched refs:UNUSED (Results 1 – 6 of 6) sorted by relevance
/qemu/linux-user/ |
H A D | strace.c | 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 *); [all …]
|
/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 497 const UNUSED: BorrowFlag = 0; 501 x < UNUSED constant 506 x > UNUSED in is_writing() 523 borrow: Cell::new(UNUSED), 876 // called, so we explicitly only allow going from UNUSED to UNUSED - 1. 878 UNUSED => { in new() 879 borrow.set(UNUSED - 1); in new()
|
/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 84 #ifndef UNUSED 99 #define UNUSED __attribute__((__unused__)) macro 231 static void check_sha512(struct sha512_ctx *ctx UNUSED) in check_sha512() argument 371 static bool alignment_ok(const void *p UNUSED, size_t n UNUSED) in alignment_ok() argument
|
/qemu/hw/sh4/ |
H A D | sh7750.c | 459 UNUSED = 0, enumerator
|
/qemu/disas/ |
H A D | alpha.c | 300 #define UNUSED 0 macro 304 #define RA (UNUSED + 1)
|
/qemu/docs/interop/ |
H A D | vhost-user.rst | 428 Note that VHOST_USER_F_PROTOCOL_FEATURES is the UNUSED (30) feature
|