Searched refs:uuid_data (Results 1 – 3 of 3) sorted by relevance
431 OSData *uuid_data = NULL; in IOGetBootUUID() local436 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() local465 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() local494 if (uuid_data) { in IOGetAssociatedApfsVolgroupUUID()[all …]
520 uuid_data = 0535 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)
4480 if (!uuid_data) { in lookupKextWithUUID()8341 uuid_data = aKext->copyTextUUID();8342 if (uuid_data) {11142 OSSharedPtr<OSData> uuid_data; local11145 uuid_data = kext->copyUUID();11146 if (uuid_data) {11428 OSSharedPtr<OSData> uuid_data; local11436 uuid_data = thisKext->copyUUID();11437 if (!uuid_data) {11446 if (!uuid_data) {[all …]