OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ent_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/efi/
gptsubr.c
107
uint8_t
ent_type
[16]; /* partition type GUID */
163
char
ent_type
[128];
local
165
memcpy(&gpt_uuid, ent->
ent_type
, sizeof(gpt_uuid));
166
n = (uint)gpt_uuid_snprintf(
ent_type
, sizeof(
ent_type
),
212
char
ent_type
[128];
local
215
ent_type
[0] = '\0';
230
memcpy(&uuid, ent->
ent_type
, sizeof(uuid));
238
memcpy(&gpt_uuid, ent->
ent_type
, sizeof(uuid));
239
gpt_uuid_snprintf(
ent_type
, sizeof(ent_type), "%s", gpt_uuid)
[
all
...]
/src/sys/sys/
disklabel_gpt.h
77
uint8_t
ent_type
[16]; /* partition type GUID */
member in struct:gpt_ent
Completed in 17 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026