Lines Matching refs:uuid_string_t
419 if (length <= sizeof(uuid_string_t)) { in IOGetBootUUID()
421 bzero(uuid, sizeof(uuid_string_t)); in IOGetBootUUID()
425 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetBootUUID()
448 if (length <= sizeof(uuid_string_t)) { in IOGetApfsPrebootUUID()
450 bzero(uuid, sizeof(uuid_string_t)); in IOGetApfsPrebootUUID()
454 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetApfsPrebootUUID()
478 if (length <= sizeof(uuid_string_t)) { in IOGetAssociatedApfsVolgroupUUID()
480 bzero(uuid, sizeof(uuid_string_t)); in IOGetAssociatedApfsVolgroupUUID()
484 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetAssociatedApfsVolgroupUUID()
573 uuid_string_t volume_uuid_str; in IOSetRecoveryBoot()
580 volume_uuid_str, sizeof(uuid_string_t))) { in IOSetRecoveryBoot()