Lines Matching refs:ENXIO
147 C(BACKGROUND, -ENXIO, "background cmd started successfully"), \
148 C(INPUT, -ENXIO, "cmd input was invalid"), \
149 C(UNSUPPORTED, -ENXIO, "cmd is not supported"), \
150 C(INTERNAL, -ENXIO, "internal device error"), \
151 C(RETRY, -ENXIO, "temporary error, retry once"), \
152 C(BUSY, -ENXIO, "ongoing background operation"), \
153 C(MEDIADISABLED, -ENXIO, "media access is disabled"), \
154 C(FWINPROGRESS, -ENXIO, "one FW package can be transferred at a time"), \
155 C(FWOOO, -ENXIO, "FW package content was transferred out of order"), \
156 C(FWAUTH, -ENXIO, "FW package authentication failed"), \
157 C(FWSLOT, -ENXIO, "FW slot is not supported for requested operation"), \
158 C(FWROLLBACK, -ENXIO, "rolled back to the previous active FW"), \
159 C(FWRESET, -ENXIO, "FW failed to activate, needs cold reset"), \
160 C(HANDLE, -ENXIO, "one or more Event Record Handles were invalid"), \
162 C(POISONLMT, -ENXIO, "poison injection limit has been reached"), \
163 C(MEDIAFAILURE, -ENXIO, "permanent issue with the media"), \
164 C(ABORT, -ENXIO, "background cmd was aborted by device"), \
165 C(SECURITY, -ENXIO, "not valid in the current security state"), \
166 C(PASSPHRASE, -ENXIO, "phrase doesn't match current set passphrase"), \
167 C(MBUNSUPPORTED, -ENXIO, "unsupported on the mailbox it was issued on"),\
168 C(PAYLOADLEN, -ENXIO, "invalid payload length"), \
169 C(LOG, -ENXIO, "invalid or unsupported log page"), \
170 C(INTERRUPTED, -ENXIO, "asynchronous event occured"), \
171 C(FEATUREVERSION, -ENXIO, "unsupported feature version"), \
172 C(FEATURESELVALUE, -ENXIO, "unsupported feature selection value"), \
173 C(FEATURETRANSFERIP, -ENXIO, "feature transfer in progress"), \
174 C(FEATURETRANSFEROOO, -ENXIO, "feature transfer out of order"), \
175 C(RESOURCEEXHAUSTED, -ENXIO, "resources are exhausted"), \
176 C(EXTLIST, -ENXIO, "invalid Extent List"), \