Searched refs:pw (Results 1 – 9 of 9) sorted by relevance
/qemu/tests/unit/ |
H A D | test-crypto-secret.c | 43 char *pw = qcrypto_secret_lookup_as_utf8("sec0", in test_secret_direct() local 46 g_assert_cmpstr(pw, ==, "123456"); in test_secret_direct() 49 g_free(pw); in test_secret_direct() 74 char *pw = qcrypto_secret_lookup_as_utf8("sec0", in test_secret_indirect_good() local 77 g_assert_cmpstr(pw, ==, "123456"); in test_secret_indirect_good() 80 g_free(pw); in test_secret_indirect_good() 120 char *pw = qcrypto_secret_lookup_as_utf8("sec0", in test_secret_indirect_emptyfile() local 123 g_assert_cmpstr(pw, ==, ""); in test_secret_indirect_emptyfile() 126 g_free(pw); in test_secret_indirect_emptyfile() 157 char *pw = qcrypto_secret_lookup_as_utf8("sec0", in test_secret_keyring_good() local [all …]
|
/qemu/audio/ |
H A D | pwaudio.c | 222 PWVoiceIn *pw = (PWVoiceIn *) hw; in qpw_read() local 223 PWVoice *v = &pw->v; in qpw_read() 259 PWVoiceOut *pw = (PWVoiceOut *)hw; in qpw_buffer_get_free() local 260 PWVoice *v = &pw->v; in qpw_buffer_get_free() 284 PWVoiceOut *pw = (PWVoiceOut *) hw; in qpw_write() local 285 PWVoice *v = &pw->v; in qpw_write() 307 error_report("%p: underrun write:%u filled:%d", pw, index, filled); in qpw_write() 311 pw, index, filled, len, RINGBUFFER_SIZE); in qpw_write() 521 PWVoiceOut *pw = (PWVoiceOut *) hw; in qpw_init_out() local 522 PWVoice *v = &pw->v; in qpw_init_out() [all …]
|
/qemu/ui/ |
H A D | gtk-gl-area.c | 45 int pw, ph, gs, y1, y2; in gd_gl_area_draw() local 61 pw = ww * gs; in gd_gl_area_draw() 112 glViewport(0, 0, pw, ph); in gd_gl_area_draw() 143 surface_gl_setup_viewport(vc->gfx.gls, vc->gfx.ds, pw, ph); in gd_gl_area_draw()
|
H A D | gtk-egl.c | 73 int ww, wh, pw, ph, gs; in gd_egl_draw() local 83 pw = ww * gs; in gd_egl_draw() 121 surface_gl_setup_viewport(vc->gfx.gls, vc->gfx.ds, pw, ph); in gd_egl_draw()
|
H A D | gtk.c | 775 double pw = width, ph = height; in gd_resize_event() local 781 pw /= sx; in gd_resize_event() 789 gd_set_ui_size(vc, pw / gs, ph / gs); in gd_resize_event()
|
/qemu/tests/qemu-iotests/ |
H A D | 149 | 81 (pw, slot) = self.first_password() 82 return base64.b64encode(pw.encode('ascii')).decode('ascii') 550 (pw, slot) = config.first_password()
|
/qemu/hw/watchdog/ |
H A D | spapr_watchdog.c | 103 static void watchdog_expired(void *pw) in watchdog_expired() argument 105 SpaprWatchdog *w = pw; in watchdog_expired()
|
/qemu/tests/vm/ |
H A D | basevm.py | 413 def console_ssh_init(self, prompt, user, pw): argument 417 self.console_wait_send("Password:", "%s\n" % pw)
|
/qemu/docs/system/riscv/ |
H A D | sifive_u.rst | 204 …-append "gem(0,0)host:vxWorks h=192.168.200.1 e=192.168.200.2:ffffff00 u=target pw=vxTarget f=0x01"
|