Lines Matching refs:mode_buf_length
3051 int mode_buf_length = 4;
3114 mode_buf_length = sizeof(mpd);
3117 if (mode_buf_length > scsicmd->cmnd[4])
3118 mode_buf_length = scsicmd->cmnd[4];
3120 mode_buf_length = sizeof(mpd);
3123 mode_buf_length);
3131 int mode_buf_length = 8;
3194 mode_buf_length = sizeof(mpd10);
3195 if (mode_buf_length > scsicmd->cmnd[8])
3196 mode_buf_length = scsicmd->cmnd[8];
3200 mode_buf_length);