Condividi tramite


Controllo bug 0xF0: STORAGE_MINIPORT_ERROR

Il controllo dei bug STORAGE_MINIPORT_ERROR ha un valore pari a 0x00000F0. Indica che un driver Miniport di archiviazione non è riuscito a completare una richiesta SRB.

Importante

Questo articolo è destinato ai programmatori. Se si è un cliente che ha ricevuto un codice di errore della schermata blu durante l'uso del computer, vedere Risolvere gli errori della schermata blu.

parametri STORAGE_MINIPORT_ERROR

Parametro Descrizione
1 Codice errore. Vedere Valori di seguito.
2 Vedere Valori di seguito.
3 Vedere Valori di seguito.
4 Vedere Valori di seguito.

Valori

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    

Causa

Un bug nel driver miniport di archiviazione ha impedito il completamento di una richiesta SRB. Per il tipo specifico di errore, vedere i valori del codice di errore elencati in precedenza.

Risoluzione


L'estensione di debug !analyze visualizza informazioni sul controllo dei bug e può essere utile per determinare la causa radice.

Il nome del driver restituito nel parametro 2 deve puntare al driver che causa l'errore.

Vedere anche

Riferimento al codice del controllo errori

Interfaccia di Storport con i driver Miniport Storport