Home
last modified time | relevance | path

Searched refs:uuid_data (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp431 OSData *uuid_data = NULL; in IOGetBootUUID() local
436 if (uuid_data) { in IOGetBootUUID()
437 unsigned int length = uuid_data->getLength(); in IOGetBootUUID()
442 memcpy(uuid, uuid_data->getBytesNoCopy(), length); in IOGetBootUUID()
459 OSData *uuid_data = NULL; in IOGetApfsPrebootUUID() local
465 if (uuid_data) { in IOGetApfsPrebootUUID()
466 unsigned int length = uuid_data->getLength(); in IOGetApfsPrebootUUID()
471 memcpy(uuid, uuid_data->getBytesNoCopy(), length); in IOGetApfsPrebootUUID()
488 OSData *uuid_data = NULL; in IOGetAssociatedApfsVolgroupUUID() local
494 if (uuid_data) { in IOGetAssociatedApfsVolgroupUUID()
[all …]
/xnu-11215/tools/lldbmacros/
H A Duserspace.py520 uuid_data = 0
535 uuid_data = bytes(lc_data)
537 …}{a[9]:02X}-{a[10]:02X}{a[11]:02X}{a[12]:02X}{a[13]:02X}{a[14]:02X}{a[15]:02X}".format(a=uuid_data)
/xnu-11215/libkern/c++/
H A DOSKext.cpp4480 if (!uuid_data) { in lookupKextWithUUID()
8341 uuid_data = aKext->copyTextUUID();
8342 if (uuid_data) {
11142 OSSharedPtr<OSData> uuid_data; local
11145 uuid_data = kext->copyUUID();
11146 if (uuid_data) {
11428 OSSharedPtr<OSData> uuid_data; local
11436 uuid_data = thisKext->copyUUID();
11437 if (!uuid_data) {
11446 if (!uuid_data) {
[all …]