Home
last modified time | relevance | path

Searched refs:GuidIsZero (Results 1 – 6 of 6) sorted by relevance

/external/vboot_reference/host/linktest/
Dextern.c45 GuidIsZero(0); in main()
/external/vboot_reference/host/include/
Dvboot_host.h44 int GuidIsZero(const Guid *guid);
/external/vboot_reference/cgpt/
Dcgpt_add.c80 } else if (GuidIsZero(&entry->type)) { in GptSetEntryAttributes()
120 if (GuidIsZero(&params->type_guid)) { in SetEntryAttributes()
Dcgpt_show.c151 if (GuidIsZero(&entry->type)) in EntriesDetails()
229 if (GuidIsZero(&entry->type)) in GptShow()
Dcgpt_common.c790 return GuidIsZero(&entry->type); in IsUnused()
991 if (GuidIsZero(&entry->type)) in CgptGetNumNonEmptyPartitions()
1008 int GuidIsZero(const Guid *gp) { in GuidIsZero() function
1014 if (GuidIsZero(&pmbr->boot_guid)) { in PMBRToStr()
Dcgpt_find.c124 if (GuidIsZero(&entry->type)) in gpt_search()