버그 검사 0xF0: STORAGE_MINIPORT_ERROR

STORAGE_MINIPORT_ERROR 버그 검사 값은 0x00000F0. 스토리지 미니포트 드라이버가 SRB 요청을 완료하지 못했음을 나타냅니다.

중요

이 문서는 프로그래머용입니다. 컴퓨터를 사용하는 동안 파란색 화면 오류 코드를 받은 고객인 경우 블루 스크린 오류 문제 해결을 참조하세요.

STORAGE_MINIPORT_ERROR 매개 변수

매개 변수 Description
1 오류 코드입니다. 아래 값을 참조하세요.
2 아래 값을 참조하세요.
3 아래 값을 참조하세요.
4 아래 값을 참조하세요.

1: Miniport failed to complete a SRB request even after successful reset operation.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Storport unit device object

2: Miniport failed to complete a SRB request even after successful abort operation for the SRB.
    2 - Driver name unicode string address
    3 - Abort SRB address
    4 - SRB that was being aborted

3: Miniport failed to complete a request within a given timeout.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Timeout of the request

4: Miniport failed to complete a request for a crypto operation. This can occur if it is trying to enable an encryption key on an ICE (Inline Crypto Engine) enabled UFS host. 
    2 - Driver name unicode string address
    3 - The STOR_CRYPTO_OPERATION_TYPE for this failure, typically StorCryptoOperationInsertKey
    4 - Reserved    

원인

스토리지 Miniport 드라이버의 버그로 SRB 요청이 완료되지 않았습니다. 특정 유형의 오류는 위에 나열된 오류 코드 값을 참조하세요.

해결 방법


!analyze 디버그 확장은 버그 검사 대한 정보를 표시하며 근본 원인을 확인하는 데 도움이 될 수 있습니다.

매개 변수 2에서 반환된 드라이버 이름은 잘못된 드라이버를 가리킵니다.

참고 항목

오류 검사 코드 참조

Storport 미니포트 드라이버와 Storport의 인터페이스