Lines Matching refs:uuid_string_t
432 if (length <= sizeof(uuid_string_t)) { in IOGetBootUUID()
434 bzero(uuid, sizeof(uuid_string_t)); in IOGetBootUUID()
438 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetBootUUID()
461 if (length <= sizeof(uuid_string_t)) { in IOGetApfsPrebootUUID()
463 bzero(uuid, sizeof(uuid_string_t)); in IOGetApfsPrebootUUID()
467 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetApfsPrebootUUID()
491 if (length <= sizeof(uuid_string_t)) { in IOGetAssociatedApfsVolgroupUUID()
493 bzero(uuid, sizeof(uuid_string_t)); in IOGetAssociatedApfsVolgroupUUID()
497 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetAssociatedApfsVolgroupUUID()
586 uuid_string_t volume_uuid_str; in IOSetRecoveryBoot()
593 volume_uuid_str, sizeof(uuid_string_t))) { in IOSetRecoveryBoot()