Searched refs:mode_buf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sbin/camcontrol/ |
| H A D | timestamp.c | 86 uint8_t mode_buf[mode_buf_size]; in set_restore_flags() local 106 /*param_buf*/ &mode_buf[0], in set_restore_flags() 129 mode_hdr = (struct scsi_mode_header_10 *)&mode_buf[0]; in set_restore_flags() 137 sizeof(mode_buf) - sizeof(struct scsi_control_ext_page)); in set_restore_flags() 138 control_page = (struct scsi_control_ext_page *)&mode_buf in set_restore_flags() 157 /*param_buf*/ &mode_buf[0], in set_restore_flags()
|
| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_cd.c | 1830 free(params.mode_buf, M_SCSICD); in cdioctl() 1922 free(params.mode_buf, M_SCSICD); in cdioctl() 1963 free(params.mode_buf, M_SCSICD); in cdioctl() 2290 free(params.mode_buf, M_SCSICD); in cdioctl() 2322 free(params.mode_buf, M_SCSICD); in cdioctl() 2358 free(params.mode_buf, M_SCSICD); in cdioctl() 2390 free(params.mode_buf, M_SCSICD); in cdioctl() 2421 free(params.mode_buf, M_SCSICD); in cdioctl() 2451 free(params.mode_buf, M_SCSICD); in cdioctl() 2481 free(params.mode_buf, M_SCSICD); in cdioctl() [all …]
|
| H A D | scsi_enc_ses.c | 1206 uint8_t *mode_buf; in ses_set_timed_completion() local 1215 mode_buf = ENC_MALLOCZ(mode_buf_len); in ses_set_timed_completion() 1216 if (mode_buf == NULL) in ses_set_timed_completion() 1221 mode_buf, mode_buf_len, SSD_FULL_SIZE, /*timeout*/60 * 1000); in ses_set_timed_completion() 1235 mgmt = (struct ses_mgmt_mode_page *)mode_buf; in ses_set_timed_completion() 1248 /*page_fmt*/FALSE, /*save_pages*/TRUE, mode_buf, mode_buf_len, in ses_set_timed_completion() 1266 ENC_FREE(mode_buf); in ses_set_timed_completion()
|
| H A D | scsi_xpt.c | 857 void *mode_buf; in probestart() local 863 mode_buf = malloc(mode_buf_len, M_CAMXPT, M_NOWAIT); in probestart() 864 if (mode_buf != NULL) { in probestart() 872 mode_buf, in probestart()
|
| H A D | scsi_cd.h | 855 u_int8_t *mode_buf; member
|
| H A D | scsi_da.c | 3487 void *mode_buf; in dastart() local 3498 mode_buf = malloc(mode_buf_len, M_SCSIDA, M_NOWAIT); in dastart() 3499 if (mode_buf == NULL) { in dastart() 3515 /*param_buf*/ mode_buf, in dastart()
|