/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | 0001-Fix-potential-string-truncation-in-strncpy.patch | 14 tests/listen-packet.c | 3 ++- 15 tests/listen.c | 3 ++- 24 diff --git a/tests/listen-packet.c b/tests/listen-packet.c 26 --- a/tests/listen-packet.c 27 +++ b/tests/listen-packet.c 38 diff --git a/tests/listen.c b/tests/listen.c 40 --- a/tests/listen.c 41 +++ b/tests/listen.c
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | dbus-unit-test.py | 49 "<listen>.*</listen>", 50 "<listen>unix:path=%s</listen>" % dbus_socket,
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | default_server.site | 3 listen 80 default_server; 4 listen [::]:80 default_server;
|
/openbmc/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 43 ADVISE->DISCARD->LISTEN->RUNNING->END 63 - Listen 66 the destination state to Listen, and starts a new thread 67 (the 'listen thread') which takes over the job of receiving 85 The listen thread can now quit, and perform the cleanup of migration 107 - Command: 'postcopy listen' 137 main -----DISCARD-CMD_PACKAGED ( LISTEN DEVICE DEVICE DEVICE RUN ) 142 listen thread: --- page -- page -- page -- page -- page -- 154 - On receipt of 'postcopy listen' - 3 -(i.e. the 1st command in the package) 159 the returned page (c) is loaded by the listen thread allowing the main [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | php-fpm.conf | 127 ; - 'listen' (unixsocket) 145 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on 147 ; 'port' - to listen on a TCP socket to all addresses on a 149 ; '/path/to/unix/socket' - to listen on a unix socket. 151 listen = 127.0.0.1:9000 153 ; Set listen(2) backlog. A value of '-1' means unlimited. 155 ;listen.backlog = -1 162 ;listen.owner = nobody 163 ;listen.group = nobody 164 ;listen.mode = 0666 [all …]
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | events.py | 4 Asynchronous QMP uses `EventListener` objects to listen for events. An 5 `EventListener` is a FIFO event queue that can be pre-filtered to listen 54 By omitting names entirely, you can listen to ALL events. 300 Activating an existing listener with `listen()` 304 and activated temporarily by using `listen()` instead of `listener()`: 312 with qmp.listen(listener): 325 Activating multiple existing listeners with `listen()` 329 `listen()` is capable of activating multiple listeners simultaneously: 341 with qmp.listen(jobA, jobB): 468 One or more names of events to listen for. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0002-Drop-using-_LARGEFILE64_SOURCE.patch | 15 tracecmd/trace-listen.c | 1 - 71 diff --git a/tracecmd/trace-listen.c b/tracecmd/trace-listen.c 73 --- a/tracecmd/trace-listen.c 74 +++ b/tracecmd/trace-listen.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
H A D | etcd-existing.conf | 16 # List of comma separated URLs to listen on for peer traffic. 19 # List of comma separated URLs to listen on for client traffic.
|
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/ |
H A D | etcd-new.conf.sample | 16 # List of comma separated URLs to listen on for peer traffic. 19 # List of comma separated URLs to listen on for client traffic.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
H A D | checksocket.py | 23 help = 'Check if Toaster can listen on address:port' 39 self.stdout.write('Check if toaster can listen on %s' % addrport)
|
/openbmc/qemu/io/ |
H A D | trace-events | 23 qio_channel_socket_listen_sync(void *ioc, void *addr, int num) "Socket listen sync ioc=%p addr=%p n… 24 qio_channel_socket_listen_async(void *ioc, void *addr, int num) "Socket listen async ioc=%p addr=%p… 25 qio_channel_socket_listen_fail(void *ioc) "Socket listen fail ioc=%p" 26 qio_channel_socket_listen_complete(void *ioc, int fd) "Socket listen complete ioc=%p fd=%d"
|
/openbmc/qemu/include/io/ |
H A D | net-listener.h | 40 * listening socket. It is able to listen on multiple sockets 42 * needs separate sockets, or there is a need to listen on a 89 * @addr: the address to listen on
|
H A D | channel-socket.h | 126 * @addr: the address to listen to 130 * Attempt to listen to the address @addr. This method 143 * @addr: the address to listen to 151 * Attempt to listen to the address @addr. This method
|
/openbmc/qemu/tests/unit/ |
H A D | check-block-qdict.c | 423 QDict *src, *dst, *rule, *vnc, *acl, *listen; in qdict_crumple_test_recursive() local 428 qdict_put_str(src, "vnc.listen.addr", "127.0.0.1"); in qdict_crumple_test_recursive() 429 qdict_put_str(src, "vnc.listen.port", "5901"); in qdict_crumple_test_recursive() 448 listen = qdict_get_qdict(vnc, "listen"); in qdict_crumple_test_recursive() 449 g_assert(listen); in qdict_crumple_test_recursive() 450 g_assert_cmpint(qdict_size(listen), ==, 2); in qdict_crumple_test_recursive() 451 g_assert_cmpstr("127.0.0.1", ==, qdict_get_str(listen, "addr")); in qdict_crumple_test_recursive() 452 g_assert_cmpstr("5901", ==, qdict_get_str(listen, "port")); in qdict_crumple_test_recursive()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0001-Fixes-for-yocto-build.patch | 75 // Listen on USB. 81 // If one of these properties is set, also listen on that port. 82 // If one of the properties isn't set and we couldn't listen on usb, listen
|
/openbmc/qemu/docs/interop/ |
H A D | qemu-ga.rst | 59 Transport method: one of ``unix-listen``, ``virtio-serial``, or 60 ``isa-serial``, or ``vsock-listen`` (``virtio-serial`` is the default). 67 vsock-listen are written as ``<cid>:<port>``.
|
/openbmc/qemu/docs/system/i386/ |
H A D | nitro-enclave.rst | 50 VM to the host machine and the forward-listen (port numbers separated by '+') is used 54 --vm guest-cid=4,forward-cid=1,forward-listen=9001+9002,socket=/tmp/vhost4.socket 77 VM's CID) and use the forward-listen (e.g., 9001+9002) option of vhost-device-vsock
|
/openbmc/qemu/tests/ |
H A D | dbus-vmstate-daemon.sh | 29 <listen>unix:tmpdir=$DBUS_VMSTATE_TEST_TMPDIR</listen>
|
/openbmc/slpd-lite/ |
H A D | README.md | 16 NOTE:- Multicast support is not there and this server neither listen to any
|
/openbmc/qemu/hw/input/ |
H A D | adb.c | 40 "LISTEN r0", "LISTEN r1", "LISTEN r2", "LISTEN r3",
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | pppoe-server.default | 6 # Device(s) - Space seperated list of devices to listen on
|
/openbmc/pldm/host-bmc/ |
H A D | dbus_to_event_handler.hpp | 26 * @brief This class can listen to the state sensor PDRs and send PLDM event 50 /** @brief Listen all of the state sensor PDRs
|
/openbmc/openpower-hw-diags/ |
H A D | listener.hpp | 4 * @brief Start a thread to listen for attention handler messages
|
/openbmc/phosphor-buttons/inc/ |
H A D | button_config.hpp | 23 std::vector<int> fds; // store all the fds listen io event which
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lirc_options.conf | 15 #listen = [address:]port
|