| /openbmc/qemu/include/qemu/ |
| H A D | fifo8.h | 9 uint32_t head; member
|
| H A D | rcu.h | 149 #define call_rcu(head, func, field) \ argument
|
| /openbmc/u-boot/drivers/virtio/ |
| H A D | virtio_ring.c | 22 int head; in virtqueue_add() local 134 static void detach_buf(struct virtqueue *vq, unsigned int head) in detach_buf()
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | bootmap.c | 116 const uint64_t head = h & 0x000f; in eckd_chs_to_block() local 130 uint64_t cyl, head, sec; in gen_eckd_block_num() local 135 static bool eckd_valid_chs(uint64_t cyl, uint64_t head, uint64_t sector) in eckd_valid_chs() 153 uint64_t cyl, head, sec; in eckd_valid_address() local
|
| /openbmc/qemu/linux-user/aarch64/ |
| H A D | signal.c | 62 struct target_aarch64_ctx head; member 71 struct target_aarch64_ctx head; member 80 struct target_aarch64_ctx head; member 111 struct target_aarch64_ctx head; member 127 struct target_aarch64_ctx head; member 134 struct target_aarch64_ctx head; member
|
| /openbmc/bmcweb/http/routing/ |
| H A D | trie.hpp | 319 const ContainedType& head() const in head() function in crow::Trie 324 ContainedType& head() in head() function in crow::Trie
|
| /openbmc/qemu/linux-user/include/host/aarch64/ |
| H A D | host-signal.h | 21 struct _aarch64_ctx head; member
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | menu.c | 708 struct list_head *head) in get_prompt_str() 798 struct list_head *head) in get_symbol_str() 846 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
|
| /openbmc/qemu/hw/i386/ |
| H A D | sgx.c | 89 SgxEpcSectionList *head = NULL, **tail = &head; in sgx_calc_host_epc_sections() local 189 SgxEpcSectionList *head = NULL, **tail = &head; in sgx_get_epc_sections_list() local
|
| /openbmc/u-boot/disk/ |
| H A D | part_dos.h | 21 unsigned char head; /* starting head */ member
|
| /openbmc/u-boot/board/xilinx/zynq/ |
| H A D | bootimg.c | 29 static int zynq_islastpartition(struct headerarray *head) in zynq_islastpartition()
|
| /openbmc/qemu/block/ |
| H A D | qapi.c | 190 SnapshotInfoList *head = NULL, **tail = &head; in bdrv_query_snapshot_info_list() local 674 BlockInfoList *head = NULL, **p_next = &head; in qmp_query_block() local 707 BlockStatsList *head = NULL, **tail = &head; in qmp_query_blockstats() local
|
| /openbmc/qemu/ |
| H A D | job-qmp.c | 168 JobInfoList *head = NULL, **tail = &head; in qmp_query_jobs() local
|
| /openbmc/qemu/migration/ |
| H A D | rdma.c | 1214 RDMAControlHeader head = { .len = sizeof(RDMARegister), in qemu_rdma_unregister_waiting() local 1541 RDMAControlHeader *head, in qemu_rdma_post_send_control() 1628 RDMAControlHeader *head, uint32_t expecting, int idx, in qemu_rdma_exchange_get_response() 1680 RDMAControlHeader *head) in qemu_rdma_move_header() 1700 static int qemu_rdma_exchange_send(RDMAContext *rdma, RDMAControlHeader *head, in qemu_rdma_exchange_send() 1788 static int qemu_rdma_exchange_recv(RDMAContext *rdma, RDMAControlHeader *head, in qemu_rdma_exchange_recv() 1850 RDMAControlHeader head = { .len = sizeof(RDMARegister), in qemu_rdma_write_one() local 2195 RDMAControlHeader head = { .len = 0, in qemu_rdma_cleanup() local 2615 RDMAControlHeader head = {}; in qio_channel_rdma_writev() local 2671 RDMAControlHeader head; in qio_channel_rdma_readv() local [all …]
|
| /openbmc/qemu/target/arm/ |
| H A D | arm-qmp-cmds.c | 71 GICCapabilityList *head = NULL; in qmp_query_gic_capabilities() local
|
| /openbmc/qemu/scsi/ |
| H A D | pr-manager.c | 136 PRManagerInfoList *head = NULL; in qmp_query_pr_managers() local
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ehci.c | 549 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_alloc_queue() local 608 EHCIQueueHead *head = q->async ? &q->ehci->aqueues : &q->ehci->pqueues; in ehci_free_queue() local 623 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_find_queue_by_qh() local 636 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_unused() local 656 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_unseen() local 668 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_device() local 681 EHCIQueueHead *head = async ? &ehci->aqueues : &ehci->pqueues; in ehci_queues_rip_all() local
|
| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_tlv.h | 49 #define rocker_tlv_for_each(pos, head, len, rem) \ argument 126 const RockerTlv *head = (const RockerTlv *) buf; in rocker_tlv_parse() local
|
| H A D | rocker_desc.c | 28 uint32_t head; member 255 uint32_t head = ring->head; in desc_ring_set_head() local
|
| /openbmc/u-boot/fs/sandbox/ |
| H A D | sandboxfs.c | 85 struct os_dirent_node *head, *node; in sandbox_fs_ls() local
|
| /openbmc/qemu/ui/ |
| H A D | ui-hmp-cmds.c | 356 KeyValueList *head = NULL, **tail = &head; in hmp_sendkey() local 446 int64_t head = qdict_get_try_int(qdict, "head", 0); in hmp_screendump() local
|
| /openbmc/qemu/block/export/ |
| H A D | export.c | 356 BlockExportInfoList *head = NULL, **tail = &head; in qmp_query_block_exports() local
|
| /openbmc/qemu/hw/block/ |
| H A D | hd-geometry.c | 41 uint8_t head; /* starting head */ member
|
| /openbmc/qemu/hw/vfio/ |
| H A D | cpr-iommufd.c | 68 CprVFIODeviceList *head = &cpr_state.vfio_devices; in find_device() local
|
| /openbmc/qemu/qga/ |
| H A D | commands-linux.c | 1550 GuestLogicalProcessorList *head, **tail; in qmp_guest_get_vcpus() local 1803 GuestMemoryBlockList *head, **tail; in qmp_guest_get_memory_blocks() local 1866 GuestMemoryBlockResponseList *head, **tail; in qmp_guest_set_memory_blocks() local 1931 GuestDiskStatsInfoList *head = NULL, **tail = &head; in guest_get_diskstats() local 2041 GuestCpuStatsList *head = NULL, **tail = &head; in qmp_guest_get_cpustats() local 2152 GuestNetworkRouteList *head = NULL, **tail = &head; in qmp_guest_network_get_route() local
|