MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / guid_cmp

Function guid_cmp

src/guid_cmp.h:31–34  ·  view source on GitHub ↗

@ @ assigns \nothing; @*/

Source from the content-addressed store, hash-verified

29 @ assigns \nothing;
30 @*/
31static inline int guid_cmp (const efi_guid_t left, const efi_guid_t right)
32{
33 return memcmp(&left, &right, sizeof(efi_guid_t));
34}
35
36#ifdef __cplusplus
37} /* closing brace for extern "C" */

Callers 14

read_part_gpt_auxFunction · 0.85
init_part_order_gptFunction · 0.85
add_partition_gpt_cliFunction · 0.85
is_part_known_gptFunction · 0.85
check_part_gptFunction · 0.85
get_gpt_typenameFunction · 0.85
gpt_change_part_typeFunction · 0.85
is_part_hfsFunction · 0.85
is_part_hfspFunction · 0.85
is_part_linuxFunction · 0.85
find_gpt_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected