Lines Matching refs:uuid_string_t
438 if (length <= sizeof(uuid_string_t)) { in IOGetBootUUID()
440 bzero(uuid, sizeof(uuid_string_t)); in IOGetBootUUID()
444 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetBootUUID()
467 if (length <= sizeof(uuid_string_t)) { in IOGetApfsPrebootUUID()
469 bzero(uuid, sizeof(uuid_string_t)); in IOGetApfsPrebootUUID()
473 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetApfsPrebootUUID()
497 if (length <= sizeof(uuid_string_t)) { in IOGetAssociatedApfsVolgroupUUID()
499 bzero(uuid, sizeof(uuid_string_t)); in IOGetAssociatedApfsVolgroupUUID()
503 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetAssociatedApfsVolgroupUUID()
592 uuid_string_t volume_uuid_str; in IOSetRecoveryBoot()
599 volume_uuid_str, sizeof(uuid_string_t))) { in IOSetRecoveryBoot()