Home
last modified time | relevance | path

Searched refs:man (Results 1 – 13 of 13) sorted by relevance

/qemu/docs/
H A Dmeson.build89 sphinxmans += custom_target('QEMU man pages',
95 command: [SPHINX_ARGS, '-b', 'man', '-d', private_dir,
100 alias_target('man', sphinxmans) run
H A Dnvdimm.txt184 For more details, please reference mmap(2) man page:
185 http://man7.org/linux/man-pages/man2/mmap.2.html.
/qemu/hw/block/
H A Donenand.c50 uint16_t man; member
620 return s->id.man; in onenand_read()
709 s->boot[0][0 << s->shift] = s->id.man & 0xff; in onenand_write()
829 | ((s->id.man & 0xff) << 16) in onenand_realize()
836 DEFINE_PROP_UINT16("manufacturer_id", OneNANDState, id.man, 0),
/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc50 /* ??? Odd man out. The L1 field here is really a register, but the
/qemu/docs/interop/
H A Ddbus.rst95 See dbus-daemon man page for details.
/qemu/docs/system/
H A Dvnc-security.rst60 because TLS on its own is susceptible to man-in-the-middle attacks.
H A Dsecurity.rst163 perform man-in-the-middle attacks. Many of the character device backends do not
/qemu/qapi/
H A Dchar.json25 # device encoding. See the QEMU man page for details.
/qemu/docs/specs/
H A Dfw_cfg.rst265 See QEMU man page for more documentation.
H A Dtpm.rst551 https://github.com/stefanberger/swtpm/blob/master/man/man3/swtpm_ioctls.pod
/qemu/
H A D.mailmap9 # From man git-shortlog the forms are:
/qemu/docs/devel/
H A Dstyle.rst478 Do not use the strncpy function. As mentioned in the man page, it does *not*
H A Dsubmitting-a-patch.rst259 <https://man.sr.ht/git.sr.ht/#sending-patches-upstream>`__.