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

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_cd.c1939 (struct scsi_mode_header_10 *)mode_params->mode_buf);
1942 (struct scsi_mode_header_6 *)mode_params->mode_buf);
2020 params.mode_buf = malloc(params.alloc_len, M_SCSICD,
2029 free(params.mode_buf, M_SCSICD);
2038 free(params.mode_buf, M_SCSICD);
2116 params.mode_buf = malloc(params.alloc_len, M_SCSICD,
2125 free(params.mode_buf, M_SCSICD);
2134 free(params.mode_buf, M_SCSICD);
2157 params.mode_buf = malloc(params.alloc_len, M_SCSICD,
2167 free(params.mode_buf, M_SCSIC
[all...]
H A Dscsi_enc_ses.c1176 uint8_t *mode_buf; local
1185 mode_buf = ENC_MALLOCZ(mode_buf_len);
1186 if (mode_buf == NULL)
1191 mode_buf, mode_buf_len, SSD_FULL_SIZE, /*timeout*/60 * 1000);
1205 mgmt = (struct ses_mgmt_mode_page *)mode_buf;
1218 /*page_fmt*/FALSE, /*save_pages*/TRUE, mode_buf, mode_buf_len,
1236 ENC_FREE(mode_buf);
H A Dscsi_cd.h719 u_int8_t *mode_buf; member in struct:cd_mode_params
H A Dscsi_xpt.c830 void *mode_buf; local
836 mode_buf = malloc(mode_buf_len, M_CAMXPT, M_NOWAIT);
837 if (mode_buf != NULL) {
845 mode_buf,

Completed in 64 milliseconds