Searched refs:mode_buf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_cd.c | 1387 free(params.mode_buf, M_SCSICD); in cdioctl() 1483 free(params.mode_buf, M_SCSICD); in cdioctl() 1525 free(params.mode_buf, M_SCSICD); in cdioctl() 1852 free(params.mode_buf, M_SCSICD); in cdioctl() 1884 free(params.mode_buf, M_SCSICD); in cdioctl() 1920 free(params.mode_buf, M_SCSICD); in cdioctl() 1952 free(params.mode_buf, M_SCSICD); in cdioctl() 1983 free(params.mode_buf, M_SCSICD); in cdioctl() 2013 free(params.mode_buf, M_SCSICD); in cdioctl() 2043 free(params.mode_buf, M_SCSICD); in cdioctl() [all …]
|
| H A D | scsi_enc_ses.c | 1196 uint8_t *mode_buf; in ses_set_timed_completion() local 1205 mode_buf = ENC_MALLOCZ(mode_buf_len); in ses_set_timed_completion() 1206 if (mode_buf == NULL) in ses_set_timed_completion() 1211 mode_buf, mode_buf_len, SSD_FULL_SIZE, /*timeout*/60 * 1000); in ses_set_timed_completion() 1225 mgmt = (struct ses_mgmt_mode_page *)mode_buf; in ses_set_timed_completion() 1238 /*page_fmt*/FALSE, /*save_pages*/TRUE, mode_buf, mode_buf_len, in ses_set_timed_completion() 1256 ENC_FREE(mode_buf); in ses_set_timed_completion()
|
| H A D | scsi_xpt.c | 879 void *mode_buf; in probestart() local 885 mode_buf = malloc(mode_buf_len, M_CAMXPT, M_NOWAIT); in probestart() 886 if (mode_buf != NULL) { in probestart() 894 mode_buf, in probestart()
|
| H A D | scsi_cd.h | 849 u_int8_t *mode_buf; member
|
| H A D | scsi_da.c | 3386 void *mode_buf; in dastart() local 3397 mode_buf = malloc(mode_buf_len, M_SCSIDA, M_NOWAIT); in dastart() 3398 if (mode_buf == NULL) { in dastart() 3414 /*param_buf*/ mode_buf, in dastart()
|
| /freebsd-12.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()
|