Searched refs:mode_buf (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sbin/camcontrol/
H A Dtimestamp.c86 uint8_t mode_buf[mode_buf_size]; local
106 /*param_buf*/ &mode_buf[0],
129 mode_hdr = (struct scsi_mode_header_10 *)&mode_buf[0];
133 * Create the control page at the correct point in the mode_buf, it
137 sizeof(mode_buf) - sizeof(struct scsi_control_ext_page));
138 control_page = (struct scsi_control_ext_page *)&mode_buf
157 /*param_buf*/ &mode_buf[0],
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_cd.c1689 (struct scsi_mode_header_10 *)mode_params->mode_buf);
1692 (struct scsi_mode_header_6 *)mode_params->mode_buf);
1791 params.mode_buf = malloc(params.alloc_len, M_SCSICD,
1800 free(params.mode_buf, M_SCSICD);
1809 free(params.mode_buf, M_SCSICD);
1887 params.mode_buf = malloc(params.alloc_len, M_SCSICD,
1896 free(params.mode_buf, M_SCSICD);
1905 free(params.mode_buf, M_SCSICD);
1928 params.mode_buf = malloc(params.alloc_len, M_SCSICD,
1938 free(params.mode_buf, M_SCSIC
[all...]
H A Dscsi_enc_ses.c1204 uint8_t *mode_buf; local
1213 mode_buf = ENC_MALLOCZ(mode_buf_len);
1214 if (mode_buf == NULL)
1219 mode_buf, mode_buf_len, SSD_FULL_SIZE, /*timeout*/60 * 1000);
1233 mgmt = (struct ses_mgmt_mode_page *)mode_buf;
1246 /*page_fmt*/FALSE, /*save_pages*/TRUE, mode_buf, mode_buf_len,
1264 ENC_FREE(mode_buf);
H A Dscsi_cd.h855 u_int8_t *mode_buf; member in struct:cd_mode_params
H A Dscsi_xpt.c879 void *mode_buf; local
885 mode_buf = malloc(mode_buf_len, M_CAMXPT, M_NOWAIT);
886 if (mode_buf != NULL) {
894 mode_buf,
H A Dscsi_da.c3394 void *mode_buf; local
3405 mode_buf = malloc(mode_buf_len, M_SCSIDA, M_NOWAIT);
3406 if (mode_buf == NULL) {
3422 /*param_buf*/ mode_buf,

Completed in 137 milliseconds