Lines Matching refs:uuid_string_t
417 if (length <= sizeof(uuid_string_t)) { in IOGetBootUUID()
419 bzero(uuid, sizeof(uuid_string_t)); in IOGetBootUUID()
423 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetBootUUID()
446 if (length <= sizeof(uuid_string_t)) { in IOGetApfsPrebootUUID()
448 bzero(uuid, sizeof(uuid_string_t)); in IOGetApfsPrebootUUID()
452 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetApfsPrebootUUID()
476 if (length <= sizeof(uuid_string_t)) { in IOGetAssociatedApfsVolgroupUUID()
478 bzero(uuid, sizeof(uuid_string_t)); in IOGetAssociatedApfsVolgroupUUID()
482 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetAssociatedApfsVolgroupUUID()
540 uuid_string_t volume_uuid_str; in IOSetRecoveryBoot()
547 volume_uuid_str, sizeof(uuid_string_t))) { in IOSetRecoveryBoot()