uuid.c | 77 static gpt_uuid_t uuidstore; local in function:change_ent 81 memcpy(uuidstore, ctx->uuid, sizeof(uuidstore)); 83 gpt_uuid_generate(ctx->gpt, uuidstore); 85 memmove(ent->ent_guid, uuidstore, sizeof(ent->ent_guid)); 92 static gpt_uuid_t uuidstore; local in function:change_hdr 95 gpt_uuid_generate(ctx->gpt, uuidstore); 96 memmove(hdr->hdr_guid, uuidstore, sizeof(hdr->hdr_guid));
|