OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GuidEqual
(Results
1 - 8
of
8
) sorted by null
/external/vboot_reference/host/linktest/
extern.c
44
GuidEqual
(0, 0);
/external/vboot_reference/host/include/
vboot_host.h
43
int
GuidEqual
(const Guid *guid1, const Guid *guid2);
/external/vboot_reference/cgpt/
cgpt_find.c
97
if (
GuidEqual
(&guid_chromeos_kernel, &entry->type)) {
99
} else if (
GuidEqual
(&guid_chromeos_rootfs, &entry->type)) {
128
if ((params->set_unique &&
GuidEqual
(¶ms->unique_guid, &entry->unique))
129
|| (params->set_type &&
GuidEqual
(¶ms->type_guid, &entry->type))) {
cgpt.h
109
int
GuidEqual
(const Guid *guid1, const Guid *guid2);
cgpt_boot.c
48
if (
GuidEqual
(&entry->unique, &drive.pmbr.boot_guid)) {
cgpt_add.c
237
if (
GuidEqual
(&entry->unique, ¶ms->unique_guid)) {
cgpt_common.c
796
return
GuidEqual
(&entry->type, &guid_chromeos_kernel);
1004
int
GuidEqual
(const Guid *guid1, const Guid *guid2) {
[
all
...]
cgpt_show.c
122
if (
GuidEqual
(&guid_chromeos_kernel, &entry->type)) {
Completed in 1357 milliseconds