Searched refs:greeting (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/scripts/kconfig/tests/preprocess/variable/ |
H A D | Kconfig | 44 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 D | 0001-Greet-OE-Core.patch | 20 - let greeting = greet(None); 21 + let greeting = greet(Some("OE-Core")); 22 let figure = standard_font.convert(&greeting);
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest-send-results | 23 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 D | legacy.py | 107 if self._qmp.greeting is not None: 109 return self._qmp.greeting._asdict()
|
H A D | qmp_client.py | 230 def greeting(self) -> Optional[Greeting]: member in QMPClient
|
/openbmc/qemu/io/ |
H A D | trace-events | 57 …hannel_websock_http_greeting(void *ioc, const char *greeting) "Websocket HTTP request ioc=%p greet…
|
/openbmc/qemu/tests/unit/ |
H A D | test-char.c | 727 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 D | qmp-spec.rst | 64 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 D | control.json | 16 # the QMP greeting message. If the field is not provided, it
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 534 QDict *greeting; in qtest_init_with_env() local 541 greeting = qtest_qmp_receive(s); in qtest_init_with_env() 542 qobject_unref(greeting); in qtest_init_with_env()
|