Home
last modified time | relevance | path

Searched refs:uuid_ntoa (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/interface/efi/
Defi_init.c89 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()
/external/syslinux/gpxe/src/include/gpxe/
Duuid.h31 extern char * uuid_ntoa ( union uuid *uuid );
/external/syslinux/gpxe/src/core/
Duuid.c38 char * uuid_ntoa ( union uuid *uuid ) { in uuid_ntoa() function
Dsettings.c1393 return snprintf ( buf, len, "%s", uuid_ntoa ( &uuid ) ); in fetchf_uuid()