Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 25 of 110) sorted by relevance

12345

/openbmc/libpldm/tools/
H A Dpd.c20 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 Dpci-qmp-cmds.c35 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 Dtpm.c200 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 Dqos_external.c42 MachineInfoList *tail; in machines_apply_to_node() local
62 ObjectTypeInfoList *tail; in types_apply_to_node() local
H A De1000e.c42 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 Dqmp-cmds-control.c142 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 Dqmp-cmd-test.c136 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 Dqapi-type-helpers.c27 const strList *tail; in strv_from_str_list() local
/openbmc/u-boot/fs/jffs2/
H A Dmergesort.c15 struct b_node *p, *q, *e, **tail; in sort_list() local
/openbmc/u-boot/include/
H A Dmembuff.h36 char *tail; /** current buffer tail */ member
H A Dcircbuf.h15 char *tail; /* pointer to space for next element */ member
/openbmc/qemu/migration/
H A Dthreadinfo.c51 MigrationThreadInfoList **tail = &head; in qmp_query_migrationthreads() local
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h80 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 Dlist_sort.c25 struct list_head head, *tail = &head; in merge() local
55 struct list_head *tail = head; in merge_and_restore_back_links() local
H A Dstrto.c55 char *tail; in strict_strtoul() local
/openbmc/qemu/include/qapi/
H A Dutil.h53 #define QAPI_LIST_APPEND(tail, element) do { \ argument
/openbmc/qemu/tests/unit/
H A Dtest-opts-visitor.c180 intList *tail; in test_opts_range_unvisited() local
220 intList *tail; in test_opts_range_beyond() local
H A Dtest-string-input-visitor.c72 int64List *tail; in check_ilist() local
90 uint64List *tail; in check_ulist() local
H A Dtest-clone-visitor.c155 UserDefOneList *src, *dst, *tail; in test_clone_complex3() local
/openbmc/u-boot/cmd/
H A Dximg.c190 size_t tail; in do_imgextract() local
/openbmc/u-boot/drivers/crypto/fsl/
H A Djr.c18 #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 Dsgx.c89 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 Dqapi.c190 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 Dmachine-qmp-cmds.c40 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 Djob-qmp.c168 JobInfoList *head = NULL, **tail = &head; in qmp_query_jobs() local

12345