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

/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_enc_ses.c1170 size_t mode_buf_len; local
1177 mode_buf_len = sizeof(struct ses_mgmt_mode_page);
1178 mode_buf = ENC_MALLOCZ(mode_buf_len);
1184 mode_buf, mode_buf_len, SSD_FULL_SIZE, /*timeout*/60 * 1000);
1211 /*page_fmt*/FALSE, /*save_pages*/TRUE, mode_buf, mode_buf_len,
H A Dscsi_xpt.c846 int mode_buf_len; local
848 mode_buf_len = sizeof(struct scsi_mode_header_6)
851 mode_buf = malloc(mode_buf_len, M_CAMXPT, M_NOWAIT);
861 mode_buf_len,

Completed in 55 milliseconds