Searched refs:cur_entry (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
H A D | 0001-Added-handshake-history-reporting-when-test-fails.patch | 316 + const HANDSHAKE_HISTORY_ENTRY *cur_entry; 336 + cur_entry = &(history->entries)[cur_idx]; 338 + handshake_connect_phase_name(cur_entry->phase), 339 + handshake_status_name(cur_entry->handshake_status), 340 + handshake_peer_status_name(cur_entry->server_status), 341 + handshake_peer_status_name(cur_entry->client_status), 342 + cur_entry->client_turn_count, 343 + cur_entry->is_client_turn ? "true" : "false");
|
/openbmc/qemu/block/ |
H A D | blklogwrites.c | 133 struct log_write_entry cur_entry; in blk_log_writes_find_cur_log_sector() local 137 sizeof(cur_entry), &cur_entry, 0); in blk_log_writes_find_cur_log_sector() 144 if (cur_entry.flags & ~cpu_to_le64(LOG_FLAG_MASK)) { in blk_log_writes_find_cur_log_sector() 146 le64_to_cpu(cur_entry.flags), cur_idx); in blk_log_writes_find_cur_log_sector() 157 if (!(cur_entry.flags & cpu_to_le64(LOG_DISCARD_FLAG))) { in blk_log_writes_find_cur_log_sector() 158 cur_sector += le64_to_cpu(cur_entry.nr_sectors); in blk_log_writes_find_cur_log_sector()
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 277 s->cur_entry = FW_CFG_INVALID; in fw_cfg_select() 280 s->cur_entry = key; in fw_cfg_select() 297 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_data_read() 298 FWCfgEntry *e = (s->cur_entry == FW_CFG_INVALID) ? NULL : in fw_cfg_data_read() 299 &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK]; in fw_cfg_data_read() 303 if (s->cur_entry != FW_CFG_INVALID && e->data && s->cur_offset < e->len) { in fw_cfg_data_read() 363 arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_dma_transfer() 364 e = (s->cur_entry == FW_CFG_INVALID) ? NULL : in fw_cfg_dma_transfer() 365 &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK]; in fw_cfg_dma_transfer() 383 if (s->cur_entry == FW_CFG_INVALID || !e->data || in fw_cfg_dma_transfer() [all …]
|
/openbmc/qemu/migration/ |
H A D | postcopy-ram.c | 49 uint16_t cur_entry; member 1474 pds.cur_entry = 0; in postcopy_discard_send_init() 1493 pds.start_list[pds.cur_entry] = start * tp_size; in postcopy_discard_send_range() 1494 pds.length_list[pds.cur_entry] = length * tp_size; in postcopy_discard_send_range() 1496 pds.cur_entry++; in postcopy_discard_send_range() 1499 if (pds.cur_entry == MAX_DISCARDS_PER_COMMAND) { in postcopy_discard_send_range() 1503 pds.cur_entry, in postcopy_discard_send_range() 1507 pds.cur_entry = 0; in postcopy_discard_send_range() 1520 if (pds.cur_entry) { in postcopy_discard_send_finish() 1523 pds.cur_entry, in postcopy_discard_send_finish()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev-shared.c | 1107 int cur_entry, end_entry, ret = 0; in vmgexit_psc() local 1129 cur_entry = data->hdr.cur_entry; in vmgexit_psc() 1132 while (data->hdr.cur_entry <= data->hdr.end_entry) { in vmgexit_psc() 1159 if (WARN(data->hdr.end_entry > end_entry || cur_entry > data->hdr.cur_entry, in vmgexit_psc() 1161 end_entry, data->hdr.end_entry, cur_entry, data->hdr.cur_entry)) { in vmgexit_psc()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sev-common.h | 118 u16 cur_entry; member
|
/openbmc/linux/drivers/scsi/ |
H A D | nsp32.h | 492 int cur_entry; /* Current SG entry number */ member 579 int cur_entry; /* current sgt entry */ member
|
H A D | nsp32.c | 1722 int old_entry = data->cur_entry; in nsp32_adjust_busfree() 1770 data->cur_entry = new_entry; in nsp32_adjust_busfree() 2024 (data->cur_lunt->cur_entry * sizeof(nsp32_sgtable)); in nsp32_msgin_occur() 2664 .cur_entry = 0, in nsp32_detect()
|
/openbmc/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 73 uint16_t cur_entry; member
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1331 char *cur_entry; in qeth_l3_arp_query_cb() local 1335 cur_entry = &qdata->data + entrybytes_done; in qeth_l3_arp_query_cb() 1336 etype = &((struct qeth_arp_qi_entry5 *) cur_entry)->type; in qeth_l3_arp_query_cb()
|