HomeSort by: relevance | last modified time | path
    Searched defs:uuidstore (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/gpt/
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));

Completed in 12 milliseconds