Home
last modified time | relevance | path

Searched refs:scsi_mode_header_6 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dmodeedit.c609 struct scsi_mode_header_6 *mh = in editlist_populate()
610 (struct scsi_mode_header_6 *)data; in editlist_populate()
654 struct scsi_mode_header_6 *mh = in editlist_populate_desc()
655 (struct scsi_mode_header_6 *)data; in editlist_populate_desc()
729 struct scsi_mode_header_6 *mh = in editlist_save()
730 (struct scsi_mode_header_6 *)data; in editlist_save()
803 struct scsi_mode_header_6 *mh = in editlist_save_desc()
804 (struct scsi_mode_header_6 *)data; in editlist_save_desc()
1014 struct scsi_mode_header_6 *mh = in modepage_dump()
1015 (struct scsi_mode_header_6 *)data; in modepage_dump()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c132 struct scsi_mode_header_6 header;
557 mode_buffer_len = sizeof(struct scsi_mode_header_6) + in chstart()
605 struct scsi_mode_header_6 *mode_header; in chdone()
609 mode_header = (struct scsi_mode_header_6 *)csio->data_ptr; in chdone()
1614 find_mode_page_6((struct scsi_mode_header_6 *)mode_buffer); in chgetparams()
1679 find_mode_page_6((struct scsi_mode_header_6 *)mode_buffer); in chgetparams()
H A Dscsi_enc_internal.h175 struct scsi_mode_header_6 header;
H A Dscsi_cd.c1705 (struct scsi_mode_header_6 *)mode_params->mode_buf); in cdgetpage()
2800 struct scsi_mode_header_6 *header6; in cd6byteworkaround()
2811 header6 = (struct scsi_mode_header_6 *)params->mode_buf; in cd6byteworkaround()
3098 struct scsi_mode_header_6 *hdr6; in cdgetmode()
3100 hdr6 = (struct scsi_mode_header_6 *)data->mode_buf; in cdgetmode()
3176 struct scsi_mode_header_6 *mode_header; in cdsetmode()
3178 mode_header = (struct scsi_mode_header_6 *)data->mode_buf; in cdsetmode()
H A Dscsi_cd.h838 struct scsi_mode_header_6 header;
H A Dscsi_xpt.c849 mode_buf_len = sizeof(struct scsi_mode_header_6) in probestart()
1410 struct scsi_mode_header_6 *mode_hdr; in probedone()
1413 mode_hdr = (struct scsi_mode_header_6 *)csio->data_ptr; in probedone()
H A Dscsi_sa.c3885 struct scsi_mode_header_6 *mode_hdr; in sagetparams()
3917 mode_hdr = (struct scsi_mode_header_6 *)mode_buffer; in sagetparams()
4403 struct scsi_mode_header_6 *mode_hdr; in sasetparams()
4443 mode_hdr = (struct scsi_mode_header_6 *)mode_buffer; in sasetparams()
H A Dscsi_all.h3674 struct scsi_mode_header_6 struct
4511 find_mode_page_6(struct scsi_mode_header_6 *mode_header) in find_mode_page_6()
H A Dscsi_da.c4740 struct scsi_mode_header_6 *mh = in dadone_probewp()
4741 (struct scsi_mode_header_6 *)csio->data_ptr; in dadone_probewp()
/freebsd/sys/cam/ctl/
H A Dctl.c6240 header_size = sizeof(struct scsi_mode_header_6); in ctl_mode_select()
6325 struct scsi_mode_header_6 *mh6; in ctl_mode_select()
6327 mh6 = (struct scsi_mode_header_6 *)ctsio->kern_data_ptr; in ctl_mode_select()