Home
last modified time | relevance | path

Searched refs:greeting (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig44 greeting = $(1), my name is $(2).
45 $(warning,$(greeting,Hello,John))
50 $(warning,$(greeting,Hello))
53 $(warning,$(greeting,Hello,John,ignored,ignored))
/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs/
H A D0001-Greet-OE-Core.patch20 - let greeting = greet(None);
21 + let greeting = greet(Some("OE-Core"));
22 let figure = standard_font.convert(&greeting);
/openbmc/openbmc/poky/scripts/
H A Dpatchtest-send-results23 greeting = """Thank you for your submission. Patchtest identified one variable
82 reply_contents = greeting + warning + suggestions
84 reply_contents = greeting + testresult + suggestions
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py107 if self._qmp.greeting is not None:
109 return self._qmp.greeting._asdict()
H A Dqmp_client.py230 def greeting(self) -> Optional[Greeting]: member in QMPClient
/openbmc/qemu/io/
H A Dtrace-events56 …hannel_websock_http_greeting(void *ioc, const char *greeting) "Websocket HTTP request ioc=%p greet…
/openbmc/qemu/tests/unit/
H A Dtest-char.c727 char greeting[sizeof(SOCKET_PING)]; in char_socket_ping_pong() local
731 ret = qio_channel_read_all(ioc, greeting, sizeof(greeting), errp); in char_socket_ping_pong()
737 g_assert(memcmp(greeting, SOCKET_PING, sizeof(greeting)) == 0); in char_socket_ping_pong()
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst64 Right when connected the Server will issue a greeting message, which signals
69 The greeting message format is:
269 Server greeting
411 Downstream must not change the `server greeting`_ other than
/openbmc/qemu/qapi/
H A Dcontrol.json18 # the QMP greeting message. If the field is not provided, it
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c532 QDict *greeting; in qtest_init_with_env() local
535 greeting = qtest_qmp_receive(s); in qtest_init_with_env()
536 qobject_unref(greeting); in qtest_init_with_env()