Searched refs:slmlp (Results 1 – 1 of 1) sorted by relevance
938 scsi_low_msg_log_init(slmlp) in scsi_low_msg_log_init() argument939 struct scsi_low_msg_log *slmlp; in scsi_low_msg_log_init()942 slmlp->slml_ptr = 0;946 scsi_low_msg_log_write(slmlp, datap, len) in scsi_low_msg_log_write() argument947 struct scsi_low_msg_log *slmlp; in scsi_low_msg_log_write()953 if (slmlp->slml_ptr >= SCSI_LOW_MSG_LOG_DATALEN)956 ptr = slmlp->slml_ptr ++;957 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 ++)[all …]