Home
last modified time | relevance | path

Searched refs:Error_Code (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmpt_debug.c43 int Error_Code; member
196 while (status->Error_Code >= 0) { in mpt_ioc_status()
197 if (status->Error_Code == (code & MPI_IOCSTATUS_MASK)) in mpt_ioc_status()
214 while (status->Error_Code >= 0) { in mpt_ioc_diag()
215 if ((status->Error_Code & code) != 0) { in mpt_ioc_diag()
231 while (status->Error_Code >= 0) { in mpt_ioc_function()
232 if (status->Error_Code == code) in mpt_ioc_function()
244 while (status->Error_Code >= 0) { in mpt_ioc_event()
245 if (status->Error_Code == code) in mpt_ioc_event()
261 while (status->Error_Code >= 0) { in mpt_scsi_state()
[all …]