OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disk_gpt_header
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/include/syslinux/
disk.h
146
struct
disk_gpt_header
{
struct
185
extern void disk_gpt_header_dump(const struct
disk_gpt_header
*const gpt);
/external/syslinux/com32/chain/
partiter.c
125
const struct
disk_gpt_header
*gpth, const struct disk_gpt_part_entry *gptl
417
struct
disk_gpt_header
*gh = buf;
539
static struct
disk_gpt_header
*try_gpt_hdr(const struct disk_info *di, int sec)
543
struct
disk_gpt_header
*gpth;
561
static struct disk_gpt_part_entry *try_gpt_list(const struct disk_info *di, const struct
disk_gpt_header
*gpth, int alt)
599
static int notsane_gpt_hdr(const struct disk_info *di, const struct
disk_gpt_header
*gpth, int flags)
639
struct
disk_gpt_header
*gpth = NULL;
/external/syslinux/com32/lib/syslinux/
disk.c
552
void disk_gpt_header_dump(const struct
disk_gpt_header
*const gpt)
Completed in 95 milliseconds