Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpt/
H A Dmpt_debug.c82 struct Error_Map { struct
87 static const struct Error_Map IOC_Status[] = { argument
138 static const struct Error_Map IOC_Func[] = {
156 static const struct Error_Map IOC_Event[] = {
171 static const struct Error_Map IOC_SCSIState[] = {
194 static const struct Error_Map IOC_Diag[] = {
216 const struct Error_Map *status = IOC_Status; in mpt_ioc_status()
230 const struct Error_Map *status = IOC_Diag; in mpt_ioc_diag()
248 const struct Error_Map *status = IOC_Func; in mpt_ioc_function()
262 const struct Error_Map *status = IOC_Event; in mpt_ioc_event()
[all …]