Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/camcontrol/
Dmodeedit.c615 struct scsi_mode_header_10 *mh = in editlist_populate()
616 (struct scsi_mode_header_10 *)data; in editlist_populate()
662 struct scsi_mode_header_10 *mh = in editlist_populate_desc()
663 (struct scsi_mode_header_10 *)data; in editlist_populate_desc()
746 struct scsi_mode_header_10 *mh = in editlist_save()
747 (struct scsi_mode_header_10 *)data; in editlist_save()
814 struct scsi_mode_header_10 *mh = in editlist_save_desc()
815 (struct scsi_mode_header_10 *)data; in editlist_save_desc()
1020 struct scsi_mode_header_10 *mh = in modepage_dump()
1021 (struct scsi_mode_header_10 *)data; in modepage_dump()
[all …]
Dtimestamp.c81 struct scsi_mode_header_10 *mode_hdr = NULL; in set_restore_flags()
83 unsigned long mode_buf_size = sizeof(struct scsi_mode_header_10) + in set_restore_flags()
129 mode_hdr = (struct scsi_mode_header_10 *)&mode_buf[0]; in set_restore_flags()
131 hdr_and_blk_length = sizeof(struct scsi_mode_header_10)+blk_desc_length; in set_restore_flags()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_cd.c1694 (struct scsi_mode_header_10 *)mode_params->mode_buf); in cdgetpage()
2992 struct scsi_mode_header_10 *header10; in cd6byteworkaround()
3003 header10 = (struct scsi_mode_header_10 *)params->mode_buf; in cd6byteworkaround()
3282 struct scsi_mode_header_10 *hdr10; in cdgetmode()
3284 hdr10 = (struct scsi_mode_header_10 *)data->mode_buf; in cdgetmode()
3344 struct scsi_mode_header_10 *mode_header; in cdsetmode()
3347 mode_header = (struct scsi_mode_header_10 *)data->mode_buf; in cdsetmode()
Dscsi_cd.h832 struct scsi_mode_header_10 header;
Dscsi_all.h3646 struct scsi_mode_header_10 struct
4363 static __inline void *find_mode_page_10(struct scsi_mode_header_10 *mode_header);
4482 find_mode_page_10(struct scsi_mode_header_10 *mode_header) in find_mode_page_10()
Dscsi_da.c4577 struct scsi_mode_header_10 *mode_hdr10; in dadone_probewp()
4600 mode_hdr10 = (struct scsi_mode_header_10 *)csio->data_ptr; in dadone_probewp()
Dscsi_sa.c4095 struct scsi_mode_header_10 *mode10_hdr; in sagetparams()
4219 struct scsi_mode_header_10 *mode10_hdr, *mode10_changeable; in sasetprot()
/freebsd-12-stable/sys/cam/ctl/
Dctl.c6225 header_size = sizeof(struct scsi_mode_header_10); in ctl_mode_select()
6307 struct scsi_mode_header_10 *mh10; in ctl_mode_select()
6309 mh10 = (struct scsi_mode_header_10 *)ctsio->kern_data_ptr; in ctl_mode_select()