/openbmc/qemu/docs/devel/migration/ |
H A D | CPR.rst | 23 resumes by running QEMU with the ``-incoming`` option. Because the 59 and provides all the data to the incoming side. 62 Incoming: 63 * Start QEMU with the ``-incoming defer`` option. 66 * Issue the ``migrate-incoming`` command. 92 # qemu-kvm ... -incoming defer 131 # qemu-kvm ... -incoming defer 159 line arguments to create the same machine, plus the ``-incoming`` 161 In addition, the user adds a second -incoming option with channel 173 migrate-incoming command. It may only be specified on the command [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/ |
H A D | uncore-memory.json | 79 "BriefDescription": "incoming read request page status is Page Empty", 86 "BriefDescription": "incoming write request page status is Page Empty", 93 "BriefDescription": "incoming read request page status is Page Hit", 100 "BriefDescription": "incoming write request page status is Page Hit", 107 "BriefDescription": "incoming read request page status is Page Miss", 114 "BriefDescription": "incoming write request page status is Page Miss", 135 "BriefDescription": "Incoming read prefetch request from IA.", 156 "BriefDescription": "Incoming VC0 read request", 163 "BriefDescription": "Incoming VC0 write request", 170 "BriefDescription": "Incoming VC1 read request", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/ |
H A D | uncore-memory.json | 79 "BriefDescription": "incoming read request page status is Page Empty", 86 "BriefDescription": "incoming write request page status is Page Empty", 93 "BriefDescription": "incoming read request page status is Page Hit", 100 "BriefDescription": "incoming write request page status is Page Hit", 107 "BriefDescription": "incoming read request page status is Page Miss", 114 "BriefDescription": "incoming write request page status is Page Miss", 135 "BriefDescription": "Incoming read prefetch request from IA.", 156 "BriefDescription": "Incoming VC0 read request", 163 "BriefDescription": "Incoming VC0 write request", 170 "BriefDescription": "Incoming VC1 read request", [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | message_parsers.hpp | 75 * @brief Unflatten an incoming packet and prepare the IPMI message 77 * @param[in] inPacket - Incoming IPMI packet 80 * response packet. In case of success incoming message and session 121 * @brief Unflatten an incoming packet and prepare the IPMI message 123 * @param[in] inPacket - Incoming IPMI packet 168 * @brief Unflatten an incoming packet and prepare the IPMI message 170 * @param[in] inPacket - Incoming IPMI packet 202 * @brief Verify the integrity data of the incoming IPMI packet 204 * @param[in] packet - Incoming IPMI packet 205 * @param[in] message - IPMI Message populated from the incoming packet [all …]
|
H A D | message_handler.hpp | 53 * @brief Process the incoming IPMI message 55 * The incoming payload is read from the channel. If a message is read, it 109 * @brief Process the incoming IPMI message 111 * The incoming message payload is handled and the command handler for
|
H A D | sd_event_loop.hpp | 76 /** @brief Initialise the event loop and add the handler for incoming 94 /** @brief async handler for incoming udp packets */ 97 /** @brief register the async handler for incoming udp packets */
|
/openbmc/linux/drivers/md/ |
H A D | dm-ps-service-time.c | 202 * for the incoming I/O. 211 * ('pi->in-flight-size' + 'incoming') / 'pi->relative_throughput' 216 size_t incoming) in st_compare_load() argument 240 * st1 = (sz1 + incoming) / pi1->relative_throughput in st_compare_load() 242 * st2 = (sz2 + incoming) / pi2->relative_throughput in st_compare_load() 248 * (sz1 + incoming) / pi1->relative_throughput < in st_compare_load() 249 * (sz2 + incoming) / pi2->relative_throughput in st_compare_load() 250 * (sz1 + incoming) * pi2->relative_throughput < in st_compare_load() 251 * (sz2 + incoming) * pi1->relative_throughput in st_compare_load() 254 sz1 += incoming; in st_compare_load() [all …]
|
/openbmc/qemu/hw/hyperv/ |
H A D | trace-events | 22 hv_balloon_incoming_version(uint16_t major, uint16_t minor) "incoming proto version %u.%u" 23 hv_balloon_incoming_caps(uint32_t caps) "incoming caps 0x%x" 25 hv_balloon_incoming_unballoon(uint32_t trans_id) "incoming unballoon response %"PRIu32 27 hv_balloon_incoming_hot_add(uint32_t trans_id, uint32_t result, uint32_t count) "incoming hot add r… 29 hv_balloon_incoming_balloon(uint32_t trans_id, uint32_t range_count, uint32_t more_pages) "incoming…
|
/openbmc/linux/include/trace/events/ |
H A D | devlink.h | 18 TP_PROTO(const struct devlink *devlink, bool incoming, 21 TP_ARGS(devlink, incoming, type, buf, len), 27 __field(bool, incoming) 37 __entry->incoming = incoming; 43 TP_printk("bus_name=%s dev_name=%s driver_name=%s incoming=%d type=%lu buf=0x[%*phD] len=%zu", 45 __get_str(driver_name), __entry->incoming, __entry->type, 223 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_types.h | 530 u32 smac_47_16; /* Source MAC address of incoming packet */ 531 /* Incoming packet Ethertype - this is the Ethertype 534 u32 smac_15_0:16; /* Source MAC address of incoming packet */ 537 u32 dmac_47_16; /* Destination MAC address of incoming packet */ 539 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */ 540 /* Priority of first VLAN tag in the incoming packet. 544 /* CFI bit of first VLAN tag in the incoming packet. 548 /* VLAN ID of first VLAN tag in the incoming packet. 594 /* IPv6 source address of incoming packets 599 /* IPv6 source address of incoming packets [all …]
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | protocol.py | 305 Start listening for an incoming connection, but do not wait for a peer. 307 This method starts listening for an incoming connection, but 311 incoming connection. 333 Accept an incoming connection and begin processing message queues. 490 Stop listening for / accepting new incoming connections. 507 Accept an incoming connection and signal the upper_half. 510 incoming connection. It signals back to the upper_half ASAP so 514 :param reader: Incoming `asyncio.StreamReader` 515 :param writer: Incoming `asyncio.StreamWriter` 518 self.logger.debug("Incoming connection from %s", peer) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
H A D | gammu-smsdrc | 18 # incoming sms only from numbers written here (incoming sms from all other 24 # incoming sms from all numbers not written here (incoming sms from numbers
|
/openbmc/linux/include/linux/iio/ |
H A D | buffer-dma.h | 23 * @IIO_BLOCK_STATE_QUEUED: Block is on the incoming queue 89 * @lock: Protects the incoming list, active and the fields in the fileio 95 * @incoming: List of buffers on the incoming queue 107 struct list_head incoming; member
|
/openbmc/linux/fs/nfs/ |
H A D | nfsroot.c | 18 * Michael Rausch : Fixed recognition of an incoming RARP answer. 188 * passed-in string @incoming. 192 static int __init root_nfs_parse_options(char *incoming, char *exppath, in root_nfs_parse_options() argument 200 p = strsep(&incoming, ","); in root_nfs_parse_options() 206 * @incoming now points to the rest of the string; if it in root_nfs_parse_options() 209 if (incoming != NULL && *incoming != '\0') in root_nfs_parse_options() 210 if (root_nfs_cat(nfs_root_options, incoming, in root_nfs_parse_options()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_shblocks.sh | 60 check_err $? "Did not match first incoming packet on a block" 66 check_err $? "Did not match second incoming packet on a block" 86 check_err $? "Did not match first incoming packet on a block" 92 check_err $? "Did not match second incoming packet on a block"
|
/openbmc/linux/net/netlabel/ |
H A D | netlabel_unlabeled.h | 26 * incoming unlabeled connections. 45 * label for incoming unlabeled connections. 84 * label for incoming unlabeled connections. 102 * static label for incoming unlabeled connections. 223 /* Process Unlabeled incoming network packets */
|
/openbmc/linux/drivers/iio/buffer/ |
H A D | industrialio-buffer-dma.c | 33 * means of two queues. The incoming queue and the outgoing queue. Blocks on the 34 * incoming queue are waiting for the DMA controller to pick them up and fill 41 * * On the incoming list: Blocks on the incoming list are queued up to be 51 * incoming or outgoing queue the block will be freed. 323 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_request_update() 349 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_request_update() 366 * limbo. It will neither be on the incoming nor outgoing list, nor will in iio_dma_buffer_submit_block() 408 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable() 451 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_enqueue() 619 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_init() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_pppol2tp.h | 34 __u16 s_tunnel, s_session; /* For matching incoming packets */ 46 __u16 s_tunnel, s_session; /* For matching incoming packets */ 62 __u32 s_tunnel, s_session; /* For matching incoming packets */ 71 __u32 s_tunnel, s_session; /* For matching incoming packets */
|
/openbmc/linux/Documentation/networking/ |
H A D | mctp.rst | 83 Sockets that receive incoming request packets will bind to a local address, 98 This establishes the local address of the socket. Incoming MCTP messages that 100 The reference to 'incoming' is important here; a bound socket will only receive 101 messages with the TO bit set, to indicate an incoming request message, rather 111 receive incoming packets from any locally-connected network. A specific network 112 value will cause the socket to only receive incoming messages from that network. 119 lower 7 bits of the type is matched on incoming messages (ie., the 202 remote address of the incoming message, including tag value (this will be needed
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | qmi.h | 65 * is present in an incoming message. 141 * @msg_handler: invoked for incoming messages, allows a client to 204 * @work: work for handling incoming messages 206 * @recv_buf: scratch buffer for handling incoming messages 214 * @handlers: list of handlers for incoming messages
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_ishtp.c | 156 * @in_msg: Message buffer where the incoming data is copied. This buffer 158 * @in_size: Max size of incoming message 176 /* Setup for incoming response */ in ish_send() 208 * process_recv() - Received and parse incoming packet 213 * Parse the incoming packet. If it is a response packet then it will 232 "Host is not ready to receive incoming messages\n"); in process_recv() 323 * got an incoming MKBP event in process_recv() 343 * ish_event_cb() - bus driver callback for incoming message 442 * @in_msg: Incoming message buffer 500 "Incoming payload size %zu is too large for ec_dev->din_size %d\n", in cros_ec_pkt_xfer_ish()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 216 -char d_incoming[PATH_MAX]; // Incoming spool directory 218 -char d_report[PATH_MAX]; // Incoming report spool directory 220 -char d_phonecalls[PATH_MAX]; // Incoming phonecalls data directory 252 +EXTERN char d_incoming[PATH_MAX]; // Incoming spool directory 254 +EXTERN char d_report[PATH_MAX]; // Incoming report spool directory 256 +EXTERN char d_phonecalls[PATH_MAX]; // Incoming phonecalls data directory 285 -int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess… 290 -int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set. 296 -char priviledged_numbers[SIZE_PRIVILEDGED_NUMBERS]; // Priviledged numbers in incoming messages. 310 … date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming message. [all …]
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mboxd.md | 44 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not 47 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is 50 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not 53 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
|
/openbmc/hiomapd/Documentation/ |
H A D | mboxd.md | 45 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not 48 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is 51 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not 54 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-streamon.rst | 44 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON`` 56 and it removes all buffers from the incoming and outgoing queues. That 66 the incoming queue and all are returned to the same state as after
|