Searched refs:uuid_t (Results 1 – 13 of 13) sorted by relevance
/xen/stubdom/vtpmmgr/ |
A D | vtpm_disk.h | 44 uuid_t uuid; 105 uuid_t uuid; 184 uuid_t uuid; 229 int create_vtpm(struct mem_group *group, struct mem_vtpm **vtpmp, const uuid_t uuid); 231 int find_vtpm(struct mem_group **groupp, struct mem_vtpm **vtpmp, const uuid_t uuid);
|
A D | disk_format.h | 37 uuid_t tpm_manager_uuid; 54 uuid_t tpm_manager_uuid; 169 uuid_t uuid;
|
A D | uuid.h | 48 typedef uint8_t uuid_t[16]; typedef
|
A D | mgmt_authority.h | 7 int vtpm_do_quote(struct mem_group *group, const uuid_t uuid,
|
A D | vtpmmgr.h | 86 uuid_t *uuid;
|
A D | vtpm_disk.c | 159 int create_vtpm(struct mem_group *group, struct mem_vtpm **vtpmp, const uuid_t uuid) in create_vtpm() 214 int find_vtpm(struct mem_group **groupp, struct mem_vtpm **vtpmp, const uuid_t uuid) in find_vtpm()
|
A D | vtpm_cmd_handler.c | 55 static void gen_random_uuid(uuid_t uuid) in gen_random_uuid() 716 uuid_t newuuid; in vtpmmgr_VtpmNew() 743 uuid_t uuid; in vtpmmgr_VtpmDel()
|
A D | mgmt_authority.c | 323 int vtpm_do_quote(struct mem_group *group, const uuid_t uuid, in vtpm_do_quote()
|
A D | init.c | 390 opq->uuid = (uuid_t*)tpmback_get_uuid(domid, handle); in set_opaque()
|
/xen/tools/libxl/ |
A D | libxl_uuid.c | 67 uuid_t nat_uuid; in libxl_uuid_is_nil() 77 uuid_t nat_uuid; in libxl_uuid_generate() 89 uuid_t nat_uuid; in libxl_uuid_from_string() 126 uuid_t nat_uuid1, nat_uuid2; in libxl_uuid_compare()
|
/xen/xen/include/asm-x86/ |
A D | tboot.h | 48 } uuid_t; typedef 83 uuid_t uuid; /* {663C8DFF-E8B3-4b82-AABF-19EA4D057A08} */
|
/xen/tools/libfsimage/xfs/ |
A D | xfs.h | 48 typedef xfs_uint8_t uuid_t[16]; typedef 89 uuid_t sb_uuid; /* file system unique id */
|
/xen/xen/arch/x86/ |
A D | tboot.c | 29 static const uuid_t tboot_shared_uuid = TBOOT_SHARED_UUID; 105 if ( memcmp(&tboot_shared_uuid, (uuid_t *)tboot_shared, sizeof(uuid_t)) ) in tboot_probe()
|
Completed in 17 milliseconds