Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/u-boot/include/
H A Duuid.h10 struct uuid { struct
25 #define UUID_BIN_LEN sizeof(struct uuid) argument
/openbmc/qemu/hw/display/
H A Dvirtio-dmabuf.c30 static bool virtio_add_resource(QemuUUID *uuid, VirtioSharedObject *value) in virtio_add_resource()
51 bool virtio_add_dmabuf(QemuUUID *uuid, int udmabuf_fd) in virtio_add_dmabuf()
69 bool virtio_add_vhost_device(QemuUUID *uuid, struct vhost_dev *dev) in virtio_add_vhost_device()
87 bool virtio_remove_resource(const QemuUUID *uuid) in virtio_remove_resource()
97 static VirtioSharedObject *get_shared_object(const QemuUUID *uuid) in get_shared_object()
110 int virtio_lookup_dmabuf(const QemuUUID *uuid) in virtio_lookup_dmabuf()
120 struct vhost_dev *virtio_lookup_vhost_device(const QemuUUID *uuid) in virtio_lookup_vhost_device()
130 SharedObjectType virtio_object_type(const QemuUUID *uuid) in virtio_object_type()
/openbmc/qemu/util/
H A Duuid.c20 void qemu_uuid_generate(QemuUUID *uuid) in qemu_uuid_generate()
51 void qemu_uuid_unparse(const QemuUUID *uuid, char *out) in qemu_uuid_unparse()
59 char *qemu_uuid_unparse_strdup(const QemuUUID *uuid) in qemu_uuid_unparse_strdup()
90 int qemu_uuid_parse(const char *str, QemuUUID *uuid) in qemu_uuid_parse()
112 QemuUUID qemu_uuid_bswap(QemuUUID uuid) in qemu_uuid_bswap()
121 uint32_t qemu_uuid_hash(const void *uuid) in qemu_uuid_hash()
/openbmc/qemu/tests/unit/
H A Dtest-virtio-dmabuf.c27 QemuUUID uuid; in test_add_remove_resources() local
45 QemuUUID uuid; in test_add_remove_dev() local
64 QemuUUID uuid; in test_remove_invalid_resource() local
77 QemuUUID uuid; in test_add_invalid_resource() local
H A Dtest-uuid.c26 QemuUUID uuid; member
88 static inline bool uuid_is_valid(QemuUUID *uuid) in uuid_is_valid()
100 QemuUUID uuid; in test_uuid_generate() local
130 QemuUUID uuid; in test_uuid_parse() local
176 QemuUUID uuid; in test_uuid_hash() local
/openbmc/u-boot/lib/
H A Duuid.c58 int uuid_str_valid(const char *uuid) in uuid_str_valid()
237 struct uuid uuid; in gen_rand_uuid() local
277 char uuid[UUID_STR_LEN + 1]; in do_uuid() local
/openbmc/qemu/qga/vss-win32/
H A Dmeson.build21 cc.find_library('uuid'), build
H A Dvss-common.h34 #define uuid(x) macro
/openbmc/bmcweb/redfish-core/lib/
H A Dservice_root.hpp49 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl() local
/openbmc/qemu/hw/acpi/
H A Dtpm.c109 Aml *function, *arguments, *rev, *op, *op_arg, *op_flags, *uuid; in tpm_build_ppi_acpi() local
H A Dcxl.c40 Aml *function, *uuid; in build_cxl_dsm_method() local
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp80 const UUID& uuid = getEndpointUUIDProp(service, path); in getMctpInfos() local
181 std::string uuid = emptyUUID; in getAddedMctpInfos() local
323 const UUID& uuid = getEndpointUUIDProp(service, objPath); in propertiesChangedCb() local
/openbmc/u-boot/test/dm/
H A Dtee.c17 const struct tee_optee_ta_uuid uuid = TA_AVB_UUID; in open_session() local
/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp27 static void rfcToGuid(std::string rfc4122, Guid& uuid) in rfcToGuid()
/openbmc/phosphor-bmc-code-mgmt/test/create_package/
H A Dcreate_pldm_fw_package.cpp28 uint8_t uuid[PLDM_FWUP_UUID_LENGTH] = { in create_pldm_package_buffer() local
/openbmc/smbios-mdr/src/
H A Dsystem.cpp37 std::string System::uuid(std::string /* value */) in uuid() function in phosphor::smbios::System
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp281 std::array<uint8_t, uuidLength> uuid; in rfc4122ToIpmiConvesrion() local
353 std::array<uint8_t, 16> uuid; in ipmiAppGetSystemGuid() local
/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py149 def set_sys_uuid(uuid): argument
/openbmc/qemu/hw/ipmi/
H A Dpci_ipmi_bt.c38 uint32_t uuid; member
H A Dpci_ipmi_kcs.c38 uint32_t uuid; member
H A Disa_ipmi_bt.c44 uint32_t uuid; member
H A Disa_ipmi_kcs.c44 uint32_t uuid; member
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.cpp228 boost::uuids::uuid uuid; in handleInventoryPropertyResponse() local
/openbmc/qemu/include/hw/mem/
H A Dnvdimm.h89 QemuUUID uuid; member
/openbmc/qemu/crypto/
H A Dblock-luks-priv.h131 uint8_t uuid[QCRYPTO_BLOCK_LUKS_UUID_LEN]; member

1234