Home
last modified time | relevance | path

Searched refs:d_cm (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h173 sbd_cm_stat_t d_cm; member
180 #define ds_type d_cm.ci_type
181 #define ds_unit d_cm.ci_unit
182 #define ds_name d_cm.ci_name
183 #define ds_ostate d_cm.c_ostate
184 #define ds_cond d_cm.c_cond
185 #define ds_busy d_cm.c_busy
186 #define ds_suspend d_cm.c_sflags
187 #define ds_time d_cm.c_time
345 sbd_cm_stat32_t d_cm; member
/titanic_50/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h176 sbd_cm_stat_t d_cm; member
183 #define ds_type d_cm.ci_type
184 #define ds_unit d_cm.ci_unit
185 #define ds_name d_cm.ci_name
186 #define ds_ostate d_cm.c_ostate
187 #define ds_cond d_cm.c_cond
188 #define ds_busy d_cm.c_busy
189 #define ds_suspend d_cm.c_sflags
190 #define ds_time d_cm.c_time
348 sbd_cm_stat32_t d_cm; member
/titanic_50/usr/src/uts/sun4u/io/
H A Dsbd.c4524 ds32p->d_cm.ci_type = (int32_t)dsp->d_cm.ci_type; in sbd_status()
4525 ds32p->d_cm.ci_unit = (int32_t)dsp->d_cm.ci_unit; in sbd_status()
4526 ds32p->d_cm.c_ostate = (int32_t)dsp->d_cm.c_ostate; in sbd_status()
4527 ds32p->d_cm.c_cond = (int32_t)dsp->d_cm.c_cond; in sbd_status()
4528 ds32p->d_cm.c_busy = (int32_t)dsp->d_cm.c_busy; in sbd_status()
4529 ds32p->d_cm.c_time = (time32_t)dsp->d_cm.c_time; in sbd_status()
4530 ds32p->d_cm.c_sflags = (int32_t)dsp->d_cm.c_sflags; in sbd_status()
4531 (void) strcpy(ds32p->d_cm.ci_name, dsp->d_cm.ci_name); in sbd_status()
4534 switch (dsp->d_cm.ci_type) { in sbd_status()
4613 (int)dsp->d_cm.c_id.c_type); in sbd_status()