Searched refs:uuid_ntoa (Results 1 – 4 of 4) sorted by relevance
89 uuid_ntoa ( &prot->u.uuid ), *(prot->protocol)); in efi_init()92 uuid_ntoa ( &prot->u.uuid ) ); in efi_init()102 uuid_ntoa ( &tab->u.uuid ), *(tab->table) ); in efi_init()105 "table %s\n", uuid_ntoa ( &tab->u.uuid ) ); in efi_init()
31 extern char * uuid_ntoa ( union uuid *uuid );
38 char * uuid_ntoa ( union uuid *uuid ) { in uuid_ntoa() function
1393 return snprintf ( buf, len, "%s", uuid_ntoa ( &uuid ) ); in fetchf_uuid()