Searched refs:seq_mode (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 563 struct seq_mode *page_data, int page_size); 566 struct seq_mode *page_data, int page_size); 1696 sizeof (struct seq_mode), ((km_flags == KM_SLEEP) ? 1 : 0), 0, in st_doattach() 1709 bzero(un->un_mspl, sizeof (struct seq_mode)); in st_doattach() 8022 un->un_mspl, sizeof (struct seq_mode)); in st_set_devconfig_page() 8060 (char *)un->un_mspl, sizeof (struct seq_mode)); in st_set_devconfig_page() 8064 sizeof (struct seq_mode)); in st_set_devconfig_page() 8088 un->un_mspl, sizeof (struct seq_mode)); in st_set_datacomp_page() 8137 (char *)un->un_mspl, sizeof (struct seq_mode)); in st_set_datacomp_page() 8141 sizeof (struct seq_mode)); in st_set_datacomp_page() [all …]
|
/titanic_50/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 538 struct seq_mode { struct 969 struct seq_mode *un_mspl; /* ptr to mode select info */
|