Lines Matching refs:uuid_t
54 static const uuid_t uuid_null;
137 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc()
144 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc()
220 static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid) in lookup_image_desc_from_uuid()
225 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid()
240 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str()
255 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str()
322 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip()
373 static image_t *read_image_from_file(const uuid_t *uuid, const char *filename) in read_image_from_file()
649 static void parse_blob_opt(char *arg, uuid_t *uuid, char *filename, size_t len) in parse_blob_opt()
705 uuid_t uuid = uuid_null; in create_cmd()
711 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in create_cmd()
802 uuid_t uuid = uuid_null; in update_cmd()
808 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in update_cmd()
910 uuid_t uuid = uuid_null; in unpack_cmd()
916 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in unpack_cmd()
1049 uuid_t uuid = uuid_null; in remove_cmd()
1055 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0) in remove_cmd()