Lines Matching refs:uuid_string_t
418 if (length <= sizeof(uuid_string_t)) { in IOGetBootUUID()
420 bzero(uuid, sizeof(uuid_string_t)); in IOGetBootUUID()
424 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetBootUUID()
447 if (length <= sizeof(uuid_string_t)) { in IOGetApfsPrebootUUID()
449 bzero(uuid, sizeof(uuid_string_t)); in IOGetApfsPrebootUUID()
453 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetApfsPrebootUUID()
477 if (length <= sizeof(uuid_string_t)) { in IOGetAssociatedApfsVolgroupUUID()
479 bzero(uuid, sizeof(uuid_string_t)); in IOGetAssociatedApfsVolgroupUUID()
483 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetAssociatedApfsVolgroupUUID()
572 uuid_string_t volume_uuid_str; in IOSetRecoveryBoot()
579 volume_uuid_str, sizeof(uuid_string_t))) { in IOSetRecoveryBoot()