OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disk_gpt_part_entry
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/com32/chain/
partiter.c
125
const struct disk_gpt_header *gpth, const struct
disk_gpt_part_entry
*gptl
264
const struct
disk_gpt_part_entry
*gp;
265
gp = (const struct
disk_gpt_part_entry
*)
396
const struct
disk_gpt_part_entry
*gp;
399
gp = (const struct
disk_gpt_part_entry
*)
474
const struct
disk_gpt_part_entry
*gpt_part = NULL;
480
gpt_part = (const struct
disk_gpt_part_entry
*)
561
static struct
disk_gpt_part_entry
*try_gpt_list(const struct disk_info *di, const struct disk_gpt_header *gpth, int alt)
565
struct
disk_gpt_part_entry
*gptl;
627
gpth->part_size < sizeof(struct
disk_gpt_part_entry
))
[
all
...]
partiter.h
59
#define PI_GPTLABSIZE ((int)sizeof(((struct
disk_gpt_part_entry
*)0)->name))
chain.c
439
disk_gpt_part_dump((struct
disk_gpt_part_entry
*)(plen + 1));
/external/syslinux/com32/include/syslinux/
disk.h
136
struct
disk_gpt_part_entry
{
struct
183
extern void disk_gpt_part_dump(const struct
disk_gpt_part_entry
*const
/external/syslinux/com32/lib/syslinux/
disk.c
525
void disk_gpt_part_dump(const struct
disk_gpt_part_entry
*const gpt_part)
Completed in 85 milliseconds