Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/qemu/tests/unit/
H A Dtest-iov.c344 IOVDiscardUndo undo; in test_discard_front_undo() local
357 iov_discard_front_undoable(&iov_tmp, &iov_cnt_tmp, 0, &undo); in test_discard_front_undo()
358 iov_discard_undo(&undo); in test_discard_front_undo()
369 iov_discard_front_undoable(&iov_tmp, &iov_cnt_tmp, size + 1, &undo); in test_discard_front_undo()
370 iov_discard_undo(&undo); in test_discard_front_undo()
381 iov_discard_front_undoable(&iov_tmp, &iov_cnt_tmp, size, &undo); in test_discard_front_undo()
382 iov_discard_undo(&undo); in test_discard_front_undo()
393 iov_discard_front_undoable(&iov_tmp, &iov_cnt_tmp, size, &undo); in test_discard_front_undo()
394 iov_discard_undo(&undo); in test_discard_front_undo()
404 iov_discard_front_undoable(&iov_tmp, &iov_cnt_tmp, iov->iov_len, &undo); in test_discard_front_undo()
[all …]
/openbmc/qemu/util/
H A Diov.c614 void iov_discard_undo(IOVDiscardUndo *undo) in iov_discard_undo() argument
617 if (undo->modified_iov) { in iov_discard_undo()
618 *undo->modified_iov = undo->orig; in iov_discard_undo()
625 IOVDiscardUndo *undo) in iov_discard_front_undoable() argument
630 if (undo) { in iov_discard_front_undoable()
631 undo->modified_iov = NULL; in iov_discard_front_undoable()
636 if (undo) { in iov_discard_front_undoable()
637 undo->modified_iov = cur; in iov_discard_front_undoable()
638 undo->orig = *cur; in iov_discard_front_undoable()
665 IOVDiscardUndo *undo) in iov_discard_back_undoable() argument
[all …]
/openbmc/qemu/include/qemu/
H A Diov.h173 void iov_discard_undo(IOVDiscardUndo *undo);
180 size_t bytes, IOVDiscardUndo *undo);
182 size_t bytes, IOVDiscardUndo *undo);
/openbmc/u-boot/arch/arm/dts/
H A Darmada-38x-solidrun-microsom.dtsi62 * We undo that rubbish here.
/openbmc/qemu/hw/misc/
H A Divshmem-pci.c778 goto undo; in ivshmem_enable_irqfd()
787 goto undo; in ivshmem_enable_irqfd()
791 undo: in ivshmem_enable_irqfd()
/openbmc/telemetry/
H A D.gitignore160 # Persistent undo
/openbmc/qemu/hw/pci/
H A Dmsix.c651 goto undo; in msix_set_vector_notifiers()
660 undo: in msix_set_vector_notifiers()
/openbmc/openbmc/poky/meta/recipes-support/vim/
H A Dvim.inc2 …e good old UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlightin…
/openbmc/qemu/docs/devel/
H A Dtcg.rst143 linked lists are also maintained to undo direct block chaining.
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c1059 goto undo; in virtio_pci_vector_unmask()
1078 undo: in virtio_pci_vector_unmask()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33 …pe-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch423 nlog("Truncated file to former size\n"); /* undo garbage */
/openbmc/qemu/pc-bios/keymaps/
H A Dja480 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dmk476 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dar519 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dth476 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dru477 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Den-us476 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dfr-ca497 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Det474 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dbepo510 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dpt563 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dcz566 # evdev 131 (0x83), QKeyCode "undo", number 0x87
H A Dda565 # evdev 131 (0x83), QKeyCode "undo", number 0x87
/openbmc/docs/
H A Danti-patterns.md163 To undo existing instances of this anti-pattern remove /usr/bin/env from systemd

123