Home
last modified time | relevance | path

Searched refs:uuid_ptr (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/
Dsysappend.c86 const uint8_t *uuid_ptr = uuid_dashes; in sysappend_set_uuid() local
94 while (*uuid_ptr) { in sysappend_set_uuid()
95 int len = *uuid_ptr; in sysappend_set_uuid()
101 uuid_ptr++; in sysappend_set_uuid()
/external/e2fsprogs/lib/blkid/
Dprobe.c1168 unsigned long long *uuid_ptr; in probe_hfs() local
1176 uuid_ptr = (unsigned long long *)hfs->finder_info.id; in probe_hfs()
1177 uuid = blkid_le64(*uuid_ptr); in probe_hfs()
1211 unsigned long long *uuid_ptr; in probe_hfsplus() local
1242 uuid_ptr = (unsigned long long *)hfsplus->finder_info.id; in probe_hfsplus()
1243 uuid = blkid_le64(*uuid_ptr); in probe_hfsplus()