Home
last modified time | relevance | path

Searched full:terminates (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/
H A DProcess.interface.yaml17 If process terminates this property will contain returned exit code.
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dhandle-hup.patch14 terminates the connection, the socket file descriptor receives a HUP
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch12 reports ENOMEM, which terminates the `__acl_get_uid()` function.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/
H A DCVE-2022-24795.patch24 This patch catches the integer overflow and terminates the process
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__execute.hpp47 // terminates on exception: in set_value()
/openbmc/qemu/tests/functional/
H A Dreplay_kernel.py24 terminates.
/openbmc/u-boot/doc/
H A DREADME.bootmenu51 the bootmenu terminates and the usual U-Boot command prompt is presented
/openbmc/libpldm/src/
H A Dcompiler.h60 * generally terminates compilation of the translation unit as any other result
/openbmc/qemu/docs/devel/
H A Dmemory.rst275 - if the subregion is a leaf (RAM or MMIO), the search terminates, returning
284 backing the search terminates, returning the container itself. Otherwise
287 - if none of the subregions match the address then the search terminates
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py78 once: gdbserver terminates after the debugged process terminates
/openbmc/u-boot/include/
H A Ds_record.h72 * data. The S7 record contains the entry address and terminates
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DEventService.v1_11_0.json77terminates or is suspended. This retry occurs at the service level, which means that the HTTP `PO…
78terminates or is suspended. This retry occurs at the service level, which means that the HTTP `PO…
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DEventService.v1_11_0.json77terminates or is suspended. This retry occurs at the service level, which means that the HTTP `PO…
78terminates or is suspended. This retry occurs at the service level, which means that the HTTP `PO…
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch94 + * terminates, unless size == 0 or dest has no NUL terminator. Returns
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help62 terminates, too
/openbmc/phosphor-fan-presence/docs/presence/
H A DREADME.md78 and `phosphor-fan-presence-tach` application terminates preventing the machine
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr_ml_wrapper.h119 #define MV_TERMINATE (0x1f) /* Item terminates it's work. */
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.c13 * Terminates the application in case an error is encountered.
/openbmc/qemu/hw/block/
H A Dhd-geometry.c76 /* We make the assumption that the partition terminates on in guess_disk_lchs()
/openbmc/qemu/system/
H A Dmemory.c768 if (!mr->terminates) { in render_memory_region()
839 } else if (!mr->terminates) { in memory_region_get_flatview_root()
1700 mr->terminates = true; in memory_region_init_io()
1723 mr->terminates = true; in memory_region_init_ram_flags_nomigrate()
1748 mr->terminates = true; in memory_region_init_resizeable_ram()
1776 mr->terminates = true; in memory_region_init_ram_from_file()
1803 mr->terminates = true; in memory_region_init_ram_from_fd()
1825 mr->terminates = true; in memory_region_init_ram_ptr()
1841 mr->terminates = true; in memory_region_init_ram_device_ptr()
1892 mr->terminates = true; in memory_region_init_rom_device_nomigrate()
[all …]
/openbmc/phosphor-fan-presence/docs/monitor/
H A DREADME.md80 and `phosphor-fan-monitor` application terminates preventing the machine from
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.h49 * already-executing command terminates. (This minimises latency
/openbmc/phosphor-fan-presence/docs/control/
H A DREADME.md85 is logged and `phosphor-fan-control` application terminates preventing the
/openbmc/qemu/include/block/
H A Dblockjob.h87 /** Called when the job coroutine yields or terminates */
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1520 terminates = {}
1524 terminates[t] = 1
1526 terminates['$end'] = 1
1532 terminates[n] = 0
1538 # Nonterminal n terminates iff any of its productions terminates.
1540 # Production p terminates iff all of its rhs symbols terminate.
1542 if not terminates[s]:
1549 # so every symbol s terminates
1550 # so production p terminates.
1554 # symbol n terminates!
[all …]

1234