/openbmc/libpldm/tools/ |
H A D | pd.c | 20 const char *tail) in pd_print_bytes() 41 const char *tail) in pd_print_variable_field() 58 const char *tail) in pd_print_typed_string() 72 const char *tail) in pd_print_descriptor()
|
/openbmc/qemu/hw/pci/ |
H A D | pci-qmp-cmds.c | 35 PciMemoryRegionList *head = NULL, **tail = &head; in qmp_query_pci_regions() local 159 PciDeviceInfoList *head = NULL, **tail = &head; in qmp_query_pci_devices() local 189 PciInfoList *head = NULL, **tail = &head; in qmp_query_pci() local
|
/openbmc/qemu/system/ |
H A D | tpm.c | 200 TPMInfoList *head = NULL, **tail = &head; in qmp_query_tpm() local 216 TpmTypeList *head = NULL, **tail = &head; in qmp_query_tpm_types() local 229 TpmModelList *head = NULL, **tail = &head; in qmp_query_tpm_models() local
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qos_external.c | 42 MachineInfoList *tail; in machines_apply_to_node() local 62 ObjectTypeInfoList *tail; in types_apply_to_node() local
|
H A D | e1000e.c | 42 uint32_t tail = e1000e_macreg_read(d, E1000_TDT); in e1000e_tx_ring_push() local 59 uint32_t tail = e1000e_macreg_read(d, E1000_RDT); in e1000e_rx_ring_push() local
|
/openbmc/qemu/monitor/ |
H A D | qmp-cmds-control.c | 142 GenericList *tail; in split_off_generic_list() local 161 strList *tail; in is_in() local 185 SchemaInfoList *tail; in zap_deprecated() local
|
/openbmc/qemu/tests/qtest/ |
H A D | qmp-cmd-test.c | 136 SchemaInfoList *tail; in qmp_schema_init() local 171 SchemaInfoObjectMemberList *tail; in object_type_has_mandatory_members() local 186 SchemaInfoList *tail; in add_query_tests() local
|
/openbmc/qemu/qapi/ |
H A D | qapi-type-helpers.c | 27 const strList *tail; in strv_from_str_list() local
|
/openbmc/u-boot/fs/jffs2/ |
H A D | mergesort.c | 15 struct b_node *p, *q, *e, **tail; in sort_list() local
|
/openbmc/u-boot/include/ |
H A D | membuff.h | 36 char *tail; /** current buffer tail */ member
|
H A D | circbuf.h | 15 char *tail; /* pointer to space for next element */ member
|
/openbmc/qemu/migration/ |
H A D | threadinfo.c | 51 MigrationThreadInfoList **tail = &head; in qmp_query_migrationthreads() local
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_iommu.h | 80 struct virtio_iommu_req_tail tail; member 88 struct virtio_iommu_req_tail tail; member 106 struct virtio_iommu_req_tail tail; member 115 struct virtio_iommu_req_tail tail; member
|
/openbmc/u-boot/lib/ |
H A D | list_sort.c | 25 struct list_head head, *tail = &head; in merge() local 55 struct list_head *tail = head; in merge_and_restore_back_links() local
|
H A D | strto.c | 55 char *tail; in strict_strtoul() local
|
/openbmc/qemu/include/qapi/ |
H A D | util.h | 53 #define QAPI_LIST_APPEND(tail, element) do { \ argument
|
/openbmc/qemu/tests/unit/ |
H A D | test-opts-visitor.c | 180 intList *tail; in test_opts_range_unvisited() local 220 intList *tail; in test_opts_range_beyond() local
|
H A D | test-string-input-visitor.c | 72 int64List *tail; in check_ilist() local 90 uint64List *tail; in check_ulist() local
|
H A D | test-clone-visitor.c | 155 UserDefOneList *src, *dst, *tail; in test_clone_complex3() local
|
/openbmc/u-boot/cmd/ |
H A D | ximg.c | 190 size_t tail; in do_imgextract() local
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jr.c | 18 #define CIRC_CNT(head, tail, size) (((head) - (tail)) & (size - 1)) argument 19 #define CIRC_SPACE(head, tail, size) CIRC_CNT((tail), (head) + 1, (size)) argument 262 int tail = jr->tail; in jr_dequeue() local
|
/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/qemu/block/ |
H A D | qapi.c | 190 SnapshotInfoList *head = NULL, **tail = &head; in bdrv_query_snapshot_info_list() local 479 uint64List **tail = &out_list; in uint64_list() local 707 BlockStatsList *head = NULL, **tail = &head; in qmp_query_blockstats() local
|
/openbmc/qemu/hw/core/ |
H A D | machine-qmp-cmds.c | 40 CpuInfoFastList *head = NULL, **tail = &head; in qmp_query_cpus_fast() local 107 CompatPropertyList **tail = &(info->compat_props); in qmp_query_machines() local
|
/openbmc/qemu/ |
H A D | job-qmp.c | 168 JobInfoList *head = NULL, **tail = &head; in qmp_query_jobs() local
|