Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 49) sorted by relevance

12

/qemu/crypto/
A Drandom-platform.c81 ssize_t got = getrandom(buf, buflen, 0); in qcrypto_random_bytes()
82 if (likely(got == buflen)) { in qcrypto_random_bytes()
85 if (got >= 0) { in qcrypto_random_bytes()
86 buflen -= got; in qcrypto_random_bytes()
87 buf += got; in qcrypto_random_bytes()
97 ssize_t got = read(fd, buf, buflen); in qcrypto_random_bytes()
98 if (likely(got == buflen)) { in qcrypto_random_bytes()
101 if (got > 0) { in qcrypto_random_bytes()
102 buflen -= got; in qcrypto_random_bytes()
103 buf += got; in qcrypto_random_bytes()
[all …]
/qemu/hw/core/
A Deif.c92 size_t got; in read_eif_header() local
96 if (got != header_size) { in read_eif_header()
136 size_t got; in read_eif_section_header() local
192 size_t got; in read_eif_kernel() local
208 if ((uint64_t) got != size) { in read_eif_kernel()
214 if ((uint64_t) got != size) { in read_eif_kernel()
239 if ((uint64_t) got != size) { in read_eif_cmdline()
251 size_t got; in read_eif_ramdisk() local
254 if ((uint64_t) got != size) { in read_eif_ramdisk()
274 size_t got; in get_signature_fingerprint_sha384() local
[all …]
/qemu/scripts/
A Dcpu-x86-uarch-abi.py100 got = {} variable
103 got[feature] = True
110 "features": got,
129 got = set(models[name]["features"]) variable
131 missing = want - got
/qemu/gdbstub/
A Dtrace-events25 gdbstub_err_invalid_repeat(uint8_t ch) "got invalid RLE count: 0x%02x"
26 gdbstub_err_invalid_rle(void) "got invalid RLE sequence"
27 gdbstub_err_checksum_invalid(uint8_t ch) "got invalid command checksum digit: 0x%02x"
28 gdbstub_err_checksum_incorrect(uint8_t expected, uint8_t got) "got command packet with incorrect ch…
/qemu/pc-bios/vof/
A Dvof.lds41 __toc_start = DEFINED (.TOC.) ? .TOC. : ADDR (.got) + 0x8000;
42 .got :
44 *(.toc .got)
/qemu/tests/tcg/alpha/system/
A Dkernel.ld18 .got : {
19 *(.got)
/qemu/tests/tcg/loongarch64/system/
A Dkernel.ld18 .got : {
19 *(.got)
/qemu/io/
A Dchannel-tls.c275 ssize_t got = 0; in qio_channel_tls_readv() local
285 if (got) { in qio_channel_tls_readv()
286 return got; in qio_channel_tls_readv()
293 got += ret; in qio_channel_tls_readv()
298 return got; in qio_channel_tls_readv()
A Dchannel-websock.c1090 ssize_t got = 0; in qio_channel_websock_readv() local
1107 if (want > (wioc->rawinput.offset - got)) { in qio_channel_websock_readv()
1108 want = (wioc->rawinput.offset - got); in qio_channel_websock_readv()
1112 wioc->rawinput.buffer + got, in qio_channel_websock_readv()
1114 got += want; in qio_channel_websock_readv()
1121 buffer_advance(&wioc->rawinput, got); in qio_channel_websock_readv()
1123 return got; in qio_channel_websock_readv()
/qemu/linux-user/arm/
A Dvdso.ld49 *(.got.plt) *(.got)
/qemu/linux-user/i386/
A Dvdso.ld58 *(.got.plt) *(.got)
/qemu/linux-user/ppc/
A Dvdso-32.ld52 *(.got.plt) *(.got)
A Dvdso-64.ld50 *(.got.plt) *(.got)
/qemu/linux-user/x86_64/
A Dvdso.ld55 *(.got.plt) *(.got)
/qemu/linux-user/s390x/
A Dvdso.ld54 *(.got.plt) *(.got)
/qemu/linux-user/aarch64/
A Dvdso.ld54 *(.got.plt) *(.got)
/qemu/linux-user/loongarch64/
A Dvdso.ld55 *(.got.plt) *(.got)
/qemu/linux-user/riscv/
A Dvdso.ld56 *(.got.plt) *(.got)
/qemu/backends/tpm/
A Dtrace-events22 tpm_emulator_get_tpm_established_flag(uint8_t flag) "got established flag: %d"
30 tpm_emulator_get_state_blob(uint8_t type, uint32_t size, uint32_t flags) "got state blob type %d, %…
/qemu/linux-user/hppa/
A Dvdso.ld59 *(.got.plt) *(.got)
/qemu/block/
A Dssh.c1065 size_t got; in ssh_read() local
1082 for (got = 0; got < size; ) { in ssh_read()
1101 qemu_iovec_memset(qiov, got, 0, size - got); in ssh_read()
1109 got += r; in ssh_read()
1111 if (buf >= end_of_vec && got < size) { in ssh_read()
/qemu/docs/devel/testing/
A Dci-jobs.rst.inc168 If you've got access to an aarch64 host that can be used as a gitlab-CI
174 If you've got access to an armhf host or an arch64 host that can run
181 If you've got access to an IBM Z host that can be used as a gitlab-CI
/qemu/authz/
A Dtrace-events7 …ar *wantidentity, const char *gotidentity) "AuthZ simple %p check want identity=%s got identity=%s"
/qemu/docs/
A Dbypass-iommu.txt45 And we got:
59 And we got:
/qemu/semihosting/
A Dconsole.c35 bool got; member

Completed in 37 milliseconds

12