Home
last modified time | relevance | path

Searched refs:scsi_mode_header_10 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dmodeedit.c613 struct scsi_mode_header_10 *mh = in editlist_populate()
614 (struct scsi_mode_header_10 *)data; in editlist_populate()
660 struct scsi_mode_header_10 *mh = in editlist_populate_desc()
661 (struct scsi_mode_header_10 *)data; in editlist_populate_desc()
744 struct scsi_mode_header_10 *mh = in editlist_save()
745 (struct scsi_mode_header_10 *)data; in editlist_save()
812 struct scsi_mode_header_10 *mh = in editlist_save_desc()
813 (struct scsi_mode_header_10 *)data; in editlist_save_desc()
1018 struct scsi_mode_header_10 *mh = in modepage_dump()
1019 (struct scsi_mode_header_10 *)data; in modepage_dump()
[all …]
H A Dtimestamp.c78 struct scsi_mode_header_10 *mode_hdr = NULL; in set_restore_flags()
80 unsigned long mode_buf_size = sizeof(struct scsi_mode_header_10) + in set_restore_flags()
126 mode_hdr = (struct scsi_mode_header_10 *)&mode_buf[0]; in set_restore_flags()
128 hdr_and_blk_length = sizeof(struct scsi_mode_header_10)+blk_desc_length; in set_restore_flags()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c1702 (struct scsi_mode_header_10 *)mode_params->mode_buf); in cdgetpage()
2801 struct scsi_mode_header_10 *header10; in cd6byteworkaround()
2812 header10 = (struct scsi_mode_header_10 *)params->mode_buf; in cd6byteworkaround()
3092 struct scsi_mode_header_10 *hdr10; in cdgetmode()
3094 hdr10 = (struct scsi_mode_header_10 *)data->mode_buf; in cdgetmode()
3154 struct scsi_mode_header_10 *mode_header; in cdsetmode()
3157 mode_header = (struct scsi_mode_header_10 *)data->mode_buf; in cdsetmode()
H A Dscsi_cd.h831 struct scsi_mode_header_10 header;
H A Dscsi_all.h3682 struct scsi_mode_header_10 struct
4522 find_mode_page_10(struct scsi_mode_header_10 *mode_header) in find_mode_page_10()
H A Dscsi_da.c4734 struct scsi_mode_header_10 *mh = in dadone_probewp()
4735 (struct scsi_mode_header_10 *)csio->data_ptr; in dadone_probewp()
H A Dscsi_sa.c4087 struct scsi_mode_header_10 *mode10_hdr; in sagetparams()
4211 struct scsi_mode_header_10 *mode10_hdr, *mode10_changeable; in sasetprot()
/freebsd/sys/cam/ctl/
H A Dctl.c6250 header_size = sizeof(struct scsi_mode_header_10); in ctl_mode_select()
6332 struct scsi_mode_header_10 *mh10; in ctl_mode_select()
6334 mh10 = (struct scsi_mode_header_10 *)ctsio->kern_data_ptr; in ctl_mode_select()