Home
last modified time | relevance | path

Searched defs:service (Results 1 – 9 of 9) sorted by relevance

/qemu/qga/
H A Dservice-win32.c103 SC_HANDLE service; in ga_install_service() local
165 SC_HANDLE service; in ga_uninstall_service() local
H A Dmain.c84 const char *service; member
106 GAService service; member
813 GAService *service = &ga_state->service; in service_ctrl_handler() local
835 GAService *service = &ga_state->service; in service_main() local
/qemu/authz/
H A Dpamacct.c64 const char *service, in qauthz_pam_prop_set_service()
121 const char *service, in qauthz_pam_new()
/qemu/pc-bios/vof/
H A Dci.c4 uint32_t service; member
51 static int call_ci(const char *service, int nargs, int nret, ...) in call_ci()
/qemu/include/authz/
H A Dpamacct.h78 char *service; member
/qemu/backends/
H A Dcryptodev-hmp-cmds.c33 const char *service = QCryptodevBackendServiceType_str(sl->value); in hmp_info_cryptodev() local
/qemu/hw/ppc/
H A Dvof.c855 const char *service, in vof_client_handle()
934 uint32_t service; member
946 char service[64]; in vof_client_call() local
/qemu/qga/vss-win32/
H A Dinstall.cpp570 SC_HANDLE service = NULL; in StopService() local
/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h42 #define VIRTIO_CRYPTO_OPCODE(service, op) (((service) << 8) | (op)) argument