Home
last modified time | relevance | path

Searched refs:unavailable (Results 1 – 25 of 116) sorted by relevance

12345

/openbmc/qemu/monitor/
H A Dqmp-cmds-control.c45 GString *unavailable = NULL; in qmp_caps_accept() local
52 if (!unavailable) { in qmp_caps_accept()
53 unavailable = g_string_new(QMPCapability_str(list->value)); in qmp_caps_accept()
55 g_string_append_printf(unavailable, ", %s", in qmp_caps_accept()
62 if (unavailable) { in qmp_caps_accept()
63 error_setg(errp, "Capability %s not available", unavailable->str); in qmp_caps_accept()
64 g_string_free(unavailable, true); in qmp_caps_accept()
/openbmc/qemu/qapi/
H A Dtrace.json18 # @unavailable: The event is statically disabled.
27 'data': ['unavailable', 'disabled', 'enabled'] }
73 # @ignore-unavailable: Do not match unavailable events with @name.
84 'data': {'name': 'str', 'enable': 'bool', '*ignore-unavailable': 'bool' } }
H A Dmachine-target.json339 # @unavailable-features: List of properties that prevent the CPU model
356 # @unavailable-features is a list of QOM property names that represent
366 # @unavailable-features is an empty list, the CPU model is runnable
367 # using the current host and machine-type. If @unavailable-features
377 '*unavailable-features': [ 'str' ],
/openbmc/qemu/tests/qemu-iotests/
H A D302.out6 disk size: unavailable
11 disk size: unavailable
H A D233.out33 disk size: unavailable
37 disk size: unavailable
52 disk size: unavailable
83 disk size: unavailable
94 disk size: unavailable
H A D259.out9 disk size: unavailable
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dpids.rst64 sh: fork: Resource temporary unavailable
79 sh: fork: Resource temporary unavailable
88 sh: fork: Resource temporary unavailable
91 sh: fork: Resource temporary unavailable
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A DMakefile6 tm-vmxcopy tm-fork tm-tar tm-tmspr tm-vmx-unavail tm-unavailable tm-trap \
24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
H A D.gitignore19 tm-unavailable
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/
H A Deagain.patch7 …ul_read_thread: assertion failed (error == NULL): Resource temporarily unavailable (g-io-error-qua…
8 …ul_read_thread: assertion failed (error == NULL): Resource temporarily unavailable (g-io-error-qua…
/openbmc/qemu/target/s390x/
H A Dcpu_models_sysemu.c28 strList **unavailable) in check_unavailable_features() argument
36 list_add_feat("type", unavailable); in check_unavailable_features()
43 s390_feat_bitmap_to_ascii(missing, unavailable, list_add_feat); in check_unavailable_features()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dcompare_vpd.md29 A keyword value may be unavailable if:
36 If the keyword value is unavailable, it will be treated as having an "empty"
/openbmc/u-boot/arch/arm/dts/
H A Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dinit.rst30 冲突 --> 初始控制台不可用(initial console unavailable)。例如,由于串行
/openbmc/linux/arch/arm/boot/dts/socionext/
H A Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-removable14 "unknown" The information is unavailable / cannot be deduced.
H A Dsysfs-class-ocxl50 unavailable The device does not support this capability
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst33 衝突 --> 初始控制台不可用(initial console unavailable)。例如,由於串行
/openbmc/qemu/docs/specs/
H A Dppc-spapr-xive.rst104 (3) QEMU fails at CAS with ``Guest requested unavailable interrupt
127 (1) QEMU warns with ``warning: kernel_irqchip requested but unavailable:
132 (2) QEMU fails with ``kernel_irqchip requested but unavailable:
150 (3) QEMU fails at CAS with ``Guest requested unavailable interrupt
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-docs-Disable-manual-validation.patch11 | error : Resource temporarily unavailable
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0011-Use-off64_t-instead-of-__off64_t.patch31 #error "Large file support is unavailable."
/openbmc/qemu/linux-user/
H A Dtrace-events4 signal_table_init(int i) "number of unavailable signals: %d"
/openbmc/qemu/docs/devel/testing/
H A Dqgraph.rst151 Troubleshooting unavailable tests
155 unavailable and won't execute. This can happen if a test or driver did not set
160 It is possible to troubleshoot unavailable tests by running::
196 reachable from the root via '' -> 'arm/raspi2b' the node is unavailable because
206 first unavailable node in the path is the reason why the test is unavailable.
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch15 + - fix lstat64 support when unavailable - separate patches supplied by
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dexpand_remote_port.patch39 unavailable.

12345