Home
last modified time | relevance | path

Searched defs:G_GNUC_UNUSED (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/qemu/io/
H A Dchannel-null.c61 int **fds G_GNUC_UNUSED, in qio_channel_null_readv()
62 size_t *nfds G_GNUC_UNUSED, in qio_channel_null_readv()
82 int *fds G_GNUC_UNUSED, in qio_channel_null_writev()
83 size_t nfds G_GNUC_UNUSED, in qio_channel_null_writev()
84 int flags G_GNUC_UNUSED, in qio_channel_null_writev()
100 qio_channel_null_set_blocking(QIOChannel *ioc G_GNUC_UNUSED, in qio_channel_null_set_blocking()
101 bool enabled G_GNUC_UNUSED, in qio_channel_null_set_blocking()
102 Error **errp G_GNUC_UNUSED) in qio_channel_null_set_blocking()
109 qio_channel_null_seek(QIOChannel *ioc G_GNUC_UNUSED, in qio_channel_null_seek()
110 off_t offset G_GNUC_UNUSED, in qio_channel_null_seek()
[all …]
H A Dchannel-buffer.c119 static int qio_channel_buffer_set_blocking(QIOChannel *ioc G_GNUC_UNUSED, in qio_channel_buffer_set_blocking()
120 bool enabled G_GNUC_UNUSED, in qio_channel_buffer_set_blocking()
121 Error **errp G_GNUC_UNUSED) in qio_channel_buffer_set_blocking()
228 void *class_data G_GNUC_UNUSED) in qio_channel_buffer_class_init()
H A Dchannel-watch.c58 qio_channel_fd_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_fd_source_prepare()
101 qio_channel_socket_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_socket_source_prepare()
187 qio_channel_fd_pair_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_fd_pair_source_prepare()
/openbmc/qemu/crypto/
H A Dpbkdf-stub.c25 bool qcrypto_pbkdf2_supports(QCryptoHashAlgo hash G_GNUC_UNUSED) in qcrypto_pbkdf2_supports()
30 int qcrypto_pbkdf2(QCryptoHashAlgo hash G_GNUC_UNUSED, in qcrypto_pbkdf2()
31 const uint8_t *key G_GNUC_UNUSED, in qcrypto_pbkdf2()
32 size_t nkey G_GNUC_UNUSED, in qcrypto_pbkdf2()
33 const uint8_t *salt G_GNUC_UNUSED, in qcrypto_pbkdf2()
34 size_t nsalt G_GNUC_UNUSED, in qcrypto_pbkdf2()
35 uint64_t iterations G_GNUC_UNUSED, in qcrypto_pbkdf2()
36 uint8_t *out G_GNUC_UNUSED, in qcrypto_pbkdf2()
37 size_t nout G_GNUC_UNUSED, in qcrypto_pbkdf2()
H A Dblock-qcow.c37 qcrypto_block_qcow_has_format(const uint8_t *buf G_GNUC_UNUSED, in qcrypto_block_qcow_has_format()
38 size_t buf_size G_GNUC_UNUSED) in qcrypto_block_qcow_has_format()
99 QCryptoBlockReadFunc readfunc G_GNUC_UNUSED, in qcrypto_block_qcow_open()
100 void *opaque G_GNUC_UNUSED, in qcrypto_block_qcow_open()
125 QCryptoBlockInitFunc initfunc G_GNUC_UNUSED, in qcrypto_block_qcow_create()
126 QCryptoBlockWriteFunc writefunc G_GNUC_UNUSED, in qcrypto_block_qcow_create()
127 void *opaque G_GNUC_UNUSED, in qcrypto_block_qcow_create()
H A Dtlscreds.c144 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_set_verify()
154 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_get_verify()
165 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_set_dir()
175 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_get_dir()
186 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_set_priority()
196 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_get_priority()
207 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_set_endpoint()
217 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_prop_get_endpoint()
H A Dtlssession.c620 qcrypto_tls_session_new(QCryptoTLSCreds *creds G_GNUC_UNUSED, in qcrypto_tls_session_new()
621 const char *hostname G_GNUC_UNUSED, in qcrypto_tls_session_new()
622 const char *authzid G_GNUC_UNUSED, in qcrypto_tls_session_new()
623 QCryptoTLSCredsEndpoint endpoint G_GNUC_UNUSED, in qcrypto_tls_session_new()
632 qcrypto_tls_session_free(QCryptoTLSSession *sess G_GNUC_UNUSED) in qcrypto_tls_session_free()
638 qcrypto_tls_session_check_credentials(QCryptoTLSSession *sess G_GNUC_UNUSED, in qcrypto_tls_session_check_credentials()
648 QCryptoTLSSession *sess G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
649 QCryptoTLSSessionWriteFunc writeFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
650 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
651 void *opaque G_GNUC_UNUSED) in qcrypto_tls_session_set_callbacks()
H A Dtlscredspsk.c183 qcrypto_tls_creds_psk_load(QCryptoTLSCredsPSK *creds G_GNUC_UNUSED, in qcrypto_tls_creds_psk_load()
191 qcrypto_tls_creds_psk_unload(QCryptoTLSCredsPSK *creds G_GNUC_UNUSED) in qcrypto_tls_creds_psk_unload()
221 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_psk_prop_set_username()
231 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_psk_prop_get_username()
H A Drandom-gcrypt.c29 Error **errp G_GNUC_UNUSED) in qcrypto_random_bytes()
35 int qcrypto_random_init(Error **errp G_GNUC_UNUSED) { return 0; } in qcrypto_random_init()
H A Dtlscredsx509.c672 qcrypto_tls_creds_x509_load(QCryptoTLSCredsX509 *creds G_GNUC_UNUSED, in qcrypto_tls_creds_x509_load()
680 qcrypto_tls_creds_x509_unload(QCryptoTLSCredsX509 *creds G_GNUC_UNUSED) in qcrypto_tls_creds_x509_unload()
701 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_x509_prop_set_sanity()
712 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_x509_prop_set_passwordid()
722 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_x509_prop_get_passwordid()
732 Error **errp G_GNUC_UNUSED) in qcrypto_tls_creds_x509_prop_get_sanity()
H A Dtlscredsanon.c104 qcrypto_tls_creds_anon_load(QCryptoTLSCredsAnon *creds G_GNUC_UNUSED, in qcrypto_tls_creds_anon_load()
112 qcrypto_tls_creds_anon_unload(QCryptoTLSCredsAnon *creds G_GNUC_UNUSED) in qcrypto_tls_creds_anon_unload()
H A Drandom-gnutls.c47 int qcrypto_random_init(Error **errp G_GNUC_UNUSED) { return 0; } in qcrypto_random_init()
H A Dsecret_common.c197 Error **errp G_GNUC_UNUSED) in qcrypto_secret_prop_set_format()
206 Error **errp G_GNUC_UNUSED) in qcrypto_secret_prop_get_format()
/openbmc/qemu/util/
H A Dfilemonitor-stub.c36 qemu_file_monitor_free(QFileMonitor *mon G_GNUC_UNUSED) in qemu_file_monitor_free()
42 qemu_file_monitor_add_watch(QFileMonitor *mon G_GNUC_UNUSED, in qemu_file_monitor_add_watch()
43 const char *dirpath G_GNUC_UNUSED, in qemu_file_monitor_add_watch()
44 const char *filename G_GNUC_UNUSED, in qemu_file_monitor_add_watch()
45 QFileMonitorHandler cb G_GNUC_UNUSED, in qemu_file_monitor_add_watch()
46 void *opaque G_GNUC_UNUSED, in qemu_file_monitor_add_watch()
55 qemu_file_monitor_remove_watch(QFileMonitor *mon G_GNUC_UNUSED, in qemu_file_monitor_remove_watch()
56 const char *dirpath G_GNUC_UNUSED, in qemu_file_monitor_remove_watch()
57 int64_t id G_GNUC_UNUSED) in qemu_file_monitor_remove_watch()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c206 void *invocation_hint G_GNUC_UNUSED, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT()
251 void *invocation_hint G_GNUC_UNUSED, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT()
291 GValue *return_value G_GNUC_UNUSED, in _g_dbus_codegen_marshal_VOID__VARIANT_STRING()
294 void *invocation_hint G_GNUC_UNUSED, in _g_dbus_codegen_marshal_VOID__VARIANT_STRING()
334 void *invocation_hint G_GNUC_UNUSED, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT()
379 void *invocation_hint G_GNUC_UNUSED, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING()
421 GValue *return_value G_GNUC_UNUSED, in _g_dbus_codegen_marshal_VOID__INT_STRING_INT()
424 void *invocation_hint G_GNUC_UNUSED, in _g_dbus_codegen_marshal_VOID__INT_STRING_INT()
463 GValue *return_value G_GNUC_UNUSED, in _g_dbus_codegen_marshal_VOID__STRING_STRING()
466 void *invocation_hint G_GNUC_UNUSED, in _g_dbus_codegen_marshal_VOID__STRING_STRING()
[all …]
/openbmc/qemu/authz/
H A Dlistfile.c97 qauthz_list_file_event(int64_t wd G_GNUC_UNUSED, in qauthz_list_file_event()
98 QFileMonitorEvent ev G_GNUC_UNUSED, in qauthz_list_file_event()
99 const char *name G_GNUC_UNUSED, in qauthz_list_file_event()
171 Error **errp G_GNUC_UNUSED) in qauthz_list_file_prop_set_filename()
182 Error **errp G_GNUC_UNUSED) in qauthz_list_file_prop_get_filename()
193 Error **errp G_GNUC_UNUSED) in qauthz_list_file_prop_set_refresh()
203 Error **errp G_GNUC_UNUSED) in qauthz_list_file_prop_get_refresh()
H A Dsimple.c40 Error **errp G_GNUC_UNUSED) in qauthz_simple_prop_set_identity()
51 Error **errp G_GNUC_UNUSED) in qauthz_simple_prop_get_identity()
H A Dpamacct.c65 Error **errp G_GNUC_UNUSED) in qauthz_pam_prop_set_service()
76 Error **errp G_GNUC_UNUSED) in qauthz_pam_prop_get_service()
H A Dlist.c68 Error **errp G_GNUC_UNUSED) in qauthz_list_prop_set_policy()
78 Error **errp G_GNUC_UNUSED) in qauthz_list_prop_get_policy()
/openbmc/qemu/semihosting/
H A Dsyscalls.c27 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in validate_strlen() local
57 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in validate_lock_user_string() local
77 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in copy_stat_to_user() local
261 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in host_open() local
319 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in host_read() local
340 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in host_write() local
414 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in host_stat() local
443 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in host_remove() local
462 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in host_rename() local
487 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in host_system() local
[all …]
H A Darm-compat-semi.c254 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in common_semi_rw_cb() local
325 CPUArchState *env G_GNUC_UNUSED = cpu_env(cs); in common_semi_readc_cb() local
/openbmc/qemu/ui/
H A Dvnc-ws.c50 gboolean vncws_tls_handshake_io(QIOChannel *ioc G_GNUC_UNUSED, in vncws_tls_handshake_io()
120 gboolean vncws_handshake_io(QIOChannel *ioc G_GNUC_UNUSED, in vncws_handshake_io()
/openbmc/qemu/net/can/
H A Dcan_host.c75 void *class_data G_GNUC_UNUSED) in can_host_class_init()
H A Dcan_core.c152 void *class_data G_GNUC_UNUSED) in can_bus_class_init()
/openbmc/qemu/hw/misc/
H A Dvmcoreinfo.c43 static VMCoreInfoState * volatile vmcoreinfo_state G_GNUC_UNUSED; in vmcoreinfo_realize() local

12