Searched refs:slml_msg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.h284 } slml_msg[SCSI_LOW_MSG_LOG_DATALEN]; member in struct:scsi_low_msg_log
H A Dscsi_low.c957 for (ind = 0; ind < sizeof(slmlp->slml_msg[0]) && ind < len; ind ++)
958 slmlp->slml_msg[ptr].msg[ind] = datap[ind];
959 for ( ; ind < sizeof(slmlp->slml_msg[0]); ind ++)
960 slmlp->slml_msg[ptr].msg[ind] = 0;
974 for (ind = 0; ind < len && ind < sizeof(slmlp->slml_msg[0]);
977 printf("[%x]", (u_int) slmlp->slml_msg[ptr].msg[ind]);

Completed in 101 milliseconds