Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h179 sbd_cm_stat_t d_cm; member
186 #define ds_type d_cm.ci_type
187 #define ds_unit d_cm.ci_unit
188 #define ds_name d_cm.ci_name
189 #define ds_ostate d_cm.c_ostate
190 #define ds_cond d_cm.c_cond
191 #define ds_busy d_cm.c_busy
192 #define ds_suspend d_cm.c_sflags
193 #define ds_time d_cm.c_time
351 sbd_cm_stat32_t d_cm; member
/illumos-gate/usr/src/uts/sun4u/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
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c4501 ds32p->d_cm.ci_type = (int32_t)dsp->d_cm.ci_type; in sbd_status()
4502 ds32p->d_cm.ci_unit = (int32_t)dsp->d_cm.ci_unit; in sbd_status()
4503 ds32p->d_cm.c_ostate = (int32_t)dsp->d_cm.c_ostate; in sbd_status()
4504 ds32p->d_cm.c_cond = (int32_t)dsp->d_cm.c_cond; in sbd_status()
4505 ds32p->d_cm.c_busy = (int32_t)dsp->d_cm.c_busy; in sbd_status()
4506 ds32p->d_cm.c_time = (time32_t)dsp->d_cm.c_time; in sbd_status()
4507 ds32p->d_cm.c_sflags = (int32_t)dsp->d_cm.c_sflags; in sbd_status()
4508 (void) strcpy(ds32p->d_cm.ci_name, dsp->d_cm.ci_name); in sbd_status()
4511 switch (dsp->d_cm.ci_type) { in sbd_status()
4590 (int)dsp->d_cm.c_id.c_type); in sbd_status()