Searched refs:mode_buf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_cd.c | 1822 free(params.mode_buf, M_SCSICD); in cdioctl() 1914 free(params.mode_buf, M_SCSICD); in cdioctl() 1955 free(params.mode_buf, M_SCSICD); in cdioctl() 2282 free(params.mode_buf, M_SCSICD); in cdioctl() 2314 free(params.mode_buf, M_SCSICD); in cdioctl() 2350 free(params.mode_buf, M_SCSICD); in cdioctl() 2382 free(params.mode_buf, M_SCSICD); in cdioctl() 2413 free(params.mode_buf, M_SCSICD); in cdioctl() 2443 free(params.mode_buf, M_SCSICD); in cdioctl() 2473 free(params.mode_buf, M_SCSICD); in cdioctl() [all …]
|
| H A D | scsi_enc_ses.c | 1207 uint8_t *mode_buf; in ses_set_timed_completion() local 1216 mode_buf = ENC_MALLOCZ(mode_buf_len); in ses_set_timed_completion() 1217 if (mode_buf == NULL) in ses_set_timed_completion() 1222 mode_buf, mode_buf_len, SSD_FULL_SIZE, /*timeout*/60 * 1000); in ses_set_timed_completion() 1236 mgmt = (struct ses_mgmt_mode_page *)mode_buf; in ses_set_timed_completion() 1249 /*page_fmt*/FALSE, /*save_pages*/TRUE, mode_buf, mode_buf_len, in ses_set_timed_completion() 1267 ENC_FREE(mode_buf); in ses_set_timed_completion()
|
| H A D | scsi_xpt.c | 848 void *mode_buf; in probestart() local 854 mode_buf = malloc(mode_buf_len, M_CAMXPT, M_NOWAIT); in probestart() 855 if (mode_buf != NULL) { in probestart() 863 mode_buf, in probestart()
|
| H A D | scsi_cd.h | 854 uint8_t *mode_buf; member
|
| H A D | scsi_da.c | 3499 void *mode_buf; in dastart() local 3510 mode_buf = malloc(mode_buf_len, M_SCSIDA, M_NOWAIT); in dastart() 3511 if (mode_buf == NULL) { in dastart() 3527 /*param_buf*/ mode_buf, in dastart()
|
| /freebsd-14.2/sbin/camcontrol/ |
| H A D | timestamp.c | 84 uint8_t mode_buf[mode_buf_size]; in set_restore_flags() local 104 /*param_buf*/ &mode_buf[0], in set_restore_flags() 127 mode_hdr = (struct scsi_mode_header_10 *)&mode_buf[0]; in set_restore_flags() 135 sizeof(mode_buf) - sizeof(struct scsi_control_ext_page)); in set_restore_flags() 136 control_page = (struct scsi_control_ext_page *)&mode_buf in set_restore_flags() 155 /*param_buf*/ &mode_buf[0], in set_restore_flags()
|