Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/camcontrol/
Dmodeedit.c558 struct scsi_mode_header_6 *mh; /* Location of mode header. */ in editlist_populate()
569 mh = (struct scsi_mode_header_6 *)data; in editlist_populate()
596 struct scsi_mode_header_6 *mh; /* Location of mode header. */ in editlist_save()
610 mh = (struct scsi_mode_header_6 *)data; in editlist_save()
831 struct scsi_mode_header_6 *mh; /* Location of mode header. */ in modepage_dump()
839 mh = (struct scsi_mode_header_6 *)data; in modepage_dump()
929 struct scsi_mode_header_6 *mh; /* Location of mode header. */ in mode_list()
949 mh = (struct scsi_mode_header_6 *)data; in mode_list()
/freebsd-10-stable/sys/cam/scsi/
Dscsi_ch.c137 struct scsi_mode_header_6 header;
568 mode_buffer_len = sizeof(struct scsi_mode_header_6) + in chstart()
616 struct scsi_mode_header_6 *mode_header; in chdone()
621 mode_header = (struct scsi_mode_header_6 *)csio->data_ptr; in chdone()
1633 find_mode_page_6((struct scsi_mode_header_6 *)mode_buffer); in chgetparams()
1698 find_mode_page_6((struct scsi_mode_header_6 *)mode_buffer); in chgetparams()
Dscsi_enc_internal.h180 struct scsi_mode_header_6 header;
Dscsi_cd.c1262 (struct scsi_mode_header_6 *)mode_params->mode_buf); in cdgetpage()
2488 struct scsi_mode_header_6 *header6; in cd6byteworkaround()
2499 header6 = (struct scsi_mode_header_6 *)params->mode_buf; in cd6byteworkaround()
2798 struct scsi_mode_header_6 *hdr6; in cdgetmode()
2800 hdr6 = (struct scsi_mode_header_6 *)data->mode_buf; in cdgetmode()
2876 struct scsi_mode_header_6 *mode_header; in cdsetmode()
2878 mode_header = (struct scsi_mode_header_6 *)data->mode_buf; in cdsetmode()
Dscsi_cd.h831 struct scsi_mode_header_6 header;
Dscsi_xpt.c848 mode_buf_len = sizeof(struct scsi_mode_header_6) in probestart()
1380 struct scsi_mode_header_6 *mode_hdr; in probedone()
1383 mode_hdr = (struct scsi_mode_header_6 *)csio->data_ptr; in probedone()
Dscsi_all.h3483 struct scsi_mode_header_6 struct
4161 static __inline void *find_mode_page_6(struct scsi_mode_header_6 *mode_header);
4270 find_mode_page_6(struct scsi_mode_header_6 *mode_header) in find_mode_page_6()
Dscsi_sa.c3583 struct scsi_mode_header_6 *mode_hdr; in sagetparams()
3615 mode_hdr = (struct scsi_mode_header_6 *)mode_buffer; in sagetparams()
4099 struct scsi_mode_header_6 *mode_hdr; in sasetparams()
4139 mode_hdr = (struct scsi_mode_header_6 *)mode_buffer; in sasetparams()
Dscsi_da.c3155 struct scsi_mode_header_6 *mode_hdr6; in dadone()
3163 mode_hdr6 = (struct scsi_mode_header_6 *)csio->data_ptr; in dadone()
/freebsd-10-stable/sys/cam/ctl/
Dctl.c6210 header_size = sizeof(struct scsi_mode_header_6); in ctl_mode_select()
6297 struct scsi_mode_header_6 *mh6; in ctl_mode_select()
6299 mh6 = (struct scsi_mode_header_6 *)ctsio->kern_data_ptr; in ctl_mode_select()