OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uuidstore
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/gpt/
uuid.c
77
static gpt_uuid_t
uuidstore
;
local
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
95
gpt_uuid_generate(ctx->gpt,
uuidstore
);
96
memmove(hdr->hdr_guid,
uuidstore
, sizeof(hdr->hdr_guid));
Completed in 16 milliseconds
Indexes created Fri Jul 10 00:26:32 UTC 2026